aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/notes.tpl
Commit message (Collapse)AuthorAgeFilesLines
* merge branch perms_ng into devMario2021-12-151-1/+1
|
* notes: provide translateable stringsMario2021-10-151-8/+8
|
* notes: minor css fixMario2021-10-121-1/+1
|
* bbcode for notes appMario2021-10-121-9/+94
|
* Revert "httpsig: add parentheses"Mario2021-10-121-94/+9
| | | | This reverts commit e455fae334c4b5f8d5a563e099add1482749c92f.
* httpsig: add parenthesesMario2021-10-121-9/+94
|
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-171-9/+3
| | | | messages and starred messages if the feature is enabled
* get devHilmar R2021-03-011-1/+0
|
* appification of notesMario Vavti2018-09-241-0/+11
|
* Revert "move theme specific files to theme dir"zotlabs2017-05-021-0/+35
| | | | This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c.
* move theme specific files to theme dirzotlabs2017-05-011-35/+0
|
* wrap resizing in document ready functionMario Vavti2017-02-091-4/+6
|
* fix an issue with sticky_kit where input fields and textareas would blur on ↵Mario Vavti2017-01-051-3/+4
| | | | recalc. auto resize the notes textarea since if it sticks to the bottom it can not be properly resized
* note widget: whitespace and resize the textarea to reveal full contentMario Vavti2016-12-151-21/+26
|
* push notes widget updates to channel clones on focusout (final save). Don't ↵friendica2014-04-101-3/+5
| | | | do this for the auto-save events (every ten seconds) which could generate superfluous network traffic.
* save notes every ten seconds while focused, then save them once more on focusoutfriendica2014-04-011-1/+16
|
* notes widget: jquery.live is deprecated, replacing with jquery.on and ↵friendica2014-03-301-1/+1
| | | | binding to focusout, as the input and paste callbacks are a bit wasteful - they are presumably called on every character typed, yet some of these events have gone missing (probably due to having a lot of network calls in quick succession) so hopefully a single save of the workspace on focusout should be more reliable.
* this saves notes on the fly. i think this is appropriate behavior for a ↵marijus2013-12-111-6/+3
| | | | notes widget. btw... one would get mad at oneself if noting something important and forget to save it. with this behavior one can at least get mad at the developer if something goes wrong :)
* notes widgetfriendica2013-12-091-0/+13