aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
Commit message (Collapse)AuthorAgeFilesLines
...
* provide owner uid for item_normal() in items_by_thr_parent() and set ↵Mario2025-05-091-2/+8
| | | | history.pushState when requesting a subthread
* implement moderation of reactionsMario2025-05-081-1/+7
|
* wording, fix comment preview and remove loggingMario2025-05-071-4/+4
|
* refactor doreply() and move reply functionality to modalMario2025-05-071-13/+71
|
* mark lazy loaded items read and minor cleanupMario2025-05-061-10/+16
|
* imagesLoaded() can deal with stringsMario2025-05-061-4/+1
|
* allow preloading images if dom element is not yet in pageMario2025-05-061-9/+28
|
* do not add the item-highlight class to any toplevel itemMario Vavti2025-05-041-2/+4
|
* implement blog_modeMario2025-05-031-2/+4
|
* move look up of thr_parents to separate function and minor fixesMario2025-05-021-2/+2
|
* fix display issueMario2025-05-021-2/+1
|
* add counts for rsvp activities and some visual shenenigansMario2025-05-011-5/+14
|
* some visual changesMario2025-04-301-1/+15
|
* rename wrapper classMario2025-04-301-2/+1
|
* refactor with permissionsMario2025-04-291-17/+29
|
* some refactoring and implement subthread fetchingMario Vavti2025-04-261-19/+56
|
* revert adding of id - we can not use itMario Vavti2025-04-251-1/+1
|
* kind of fix the like responseMario Vavti2025-04-251-5/+0
|
* implement requesting of reactionsMario Vavti2025-04-251-0/+36
|
* move jot related functions to jot-header and some cleanupMario2025-04-041-36/+0
|
* move jot popup handling to template, port photo selector to vanilla ↵Mario2025-04-041-4/+35
| | | | javascript and enable it for comments if applicable
* more deprercate jqueryMario2025-03-231-12/+13
|
* use bin2hex() instead of btoa() to create an id for the toast. btoa() will ↵Mario Vavti2025-01-151-1/+1
| | | | not work with nonascii chars.
* once more improved imagesLoaded()Mario2024-12-221-30/+27
|
* deduplicate the images array by srcMario2024-12-211-4/+6
|
* track processed imagesMario2024-12-201-9/+15
|
* improved imagesLoaded() and formattingMario2024-12-201-165/+188
|
* port scrollToItem() to vanilla js and more fixesMario2024-12-201-22/+39
|
* improved imagesLoaded() and notifications fixesMario2024-12-201-46/+45
|
* various fixes for the last commitMario2024-12-191-10/+19
|
* refactor notifications widget and updateConvItems() to not require jqueryMario2024-12-191-144/+151
|
* remove jquery.timeago.js in favor of a native js implementationMario2024-12-125-37/+63
|
* wrong classMario2024-12-052-2/+2
|
* even more fa2biMario2024-12-052-54/+60
|
* make sure to toggle aside if a notification or message is clicked and some ↵Mario2024-11-261-11/+10
| | | | whitespace cleanup
* fix some conent import issuesMario Vavti2024-11-141-0/+6
|
* correctly hide modals and remove unneeded toString() conversion since we are ↵Mario2024-11-061-18/+34
| | | | not dealing with string objects here
* bring filed items to mod hqMario2024-10-191-1/+1
|
* Reflect change to btn-link in js templateMario2024-10-041-1/+1
|
* Fix modal backdrop not removed when like/unlike from the modalMario2024-10-041-0/+3
|
* Use html details element for toc on top of help pages.Harald Eilertsen2024-09-291-11/+0
| | | | | This allows us to get rid of some more unneccessary JavaScript that just implements stuff that web browsers now do anyways.
* improved content and comment collapse/expand renderingMario2024-08-041-6/+9
|
* fa2bi fixesMario2024-08-021-2/+2
|
* fa2bi: some sed woodoo on templates and manual fixes in js and php filesMario2024-08-023-14/+14
|
* Merge branch 'improve-help-locale-handling' into 'dev'Mario2024-07-291-50/+0
|\ | | | | | | | | Improve handling of locale in Help module See merge request hubzilla/core!2140
| * Remove language selector from help pages.Harald Eilertsen2024-07-231-48/+0
| | | | | | | | | | | | | | | | It is not in sync with the languages available for the rest of the Hubzilla UI, so it was confusing and in the way of just supporting localized help using the same mechanism as the rest of the code. Also allowed deleting a good chunck of javascript from the help logic.
| * Don't modify address bar when loading help topic.Harald Eilertsen2024-07-231-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modifying the current URL like this causes several problems, and is imo bad practice. When requesting a help topic without specifying the language in the URL (like `help/member/member_guide`) the locale for the current channel is used to fetch the topic. On the other hand, if fetching a topic with the language in the URL, the detected language will be used. Since the channel locale may not match the locale supported by the help system, weird situations may arise. I.e. fetching the topic without language in the URL works, but as the URL has now been rewritten, reloading the page will fail with a 404 status. Being a bit less clever solves this issue, and leaves the web browser to behave more as expected by the user.
* | fa2bi and a php error in mod appmanMario2024-07-231-8/+8
| |
* | item buttons redesign - initial checkinMario2024-07-221-12/+11
|/
* more f arg removalMario2024-07-191-1/+1
|