aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-10-012-3/+3
|\
| * improve file upload performance: start uploading next file only after the ↵Mario2021-10-012-3/+3
| | | | | | | | previous finished, make sure to not return when uploading via ajax
* | improve channel import progress pageMario Vavti2021-10-011-0/+42
|/
* support un-starring of apps in app binMario2021-09-273-9/+48
|
* fix notification panel collapsed state not saved if closed manuallyMario2021-09-271-3/+3
|
* Ãfix wrong variable name and streamline icon with unseen notifications iconMario2021-09-231-1/+1
|
* add notices tab to HQ widgetMario2021-09-231-0/+5
|
* fix bs regressionMario2021-09-239-20/+20
|
* bootstrap update fixesMario2021-09-222-366/+370
|
* add option to mark all notices of a thread read if a notice of the thread is ↵Mario2021-09-181-0/+1
| | | | clicked (default 1) and fix a php error in find_parent() if $act->obj is not an array
* fix spacing issue for collapsed pinned apps with an imageMario2021-09-101-1/+9
|
* fix language selector reloading the page if not clicking the icon exactly ↵Mario2021-09-082-4/+4
| | | | and bs5 modal issues
* nav: fix minor display issue and add some code duplication for better ↵Mario2021-08-251-16/+16
| | | | readability
* channel_menu is not used anymoreMario2021-08-241-1/+0
|
* nav cleanupMario2021-08-241-75/+20
|
* untangle the app template into separate templates and fix bbcode viewMario2021-08-235-14/+32
|
* more app descriptions and return to the app if installed from the module itselfMario2021-08-231-0/+1
|
* use the slightly altered app_render() function instead of a separate functionMario2021-08-221-1/+1
|
* infrastructure to provide an app install widget for modules and make the ↵Mario2021-08-222-1/+13
| | | | bookmark app use it
* restructure apps to make space for app descritionsMario2021-08-212-25/+40
|
* more bs5 fixesMario2021-08-176-24/+10
|
* remove redundant closing div tagMario2021-08-161-15/+15
|
* app-bin-ng: add a link to the bin for convenience and use the traditional ↵Mario2021-08-042-10/+19
| | | | ajax call instead of the post shortcut
* fix another bs5 regressionMario2021-08-041-1/+1
|
* Apps drag and drop featureMario2021-08-034-5/+174
|
* bs5 border fixMario2021-07-291-1/+1
|
* another badge fixMario2021-07-291-1/+1
|
* dropdown-menu-right -> dropdown-menu-endMario2021-07-2921-36/+36
|
* fix notification button classMario2021-07-291-1/+1
|
* more work on bs5Mario2021-07-293-70/+9
|
* Merge branch 'dev' into bs5Mario2021-07-2915-129/+655
|\
| * notifications: move handlers out of jquery ready function otherwise they ↵Mario Vavti2021-07-171-9/+9
| | | | | | | | might not fire on pageload
| * more work on moving notifications handling from main.js to the notifications ↵Mario Vavti2021-07-161-1/+46
| | | | | | | | widget
| * photo upload: always show the textarea so that text and tags can be added ↵Mario Vavti2021-07-161-6/+3
| | | | | | | | even if no status post is sent
| * fix deleting and starring in unthreaded viewMario2021-06-291-2/+4
| |
| * implement removing of notifications/preview-messages of deleted itemsMario2021-06-292-5/+9
| |
| * more work on notificationsMario2021-06-251-1/+6
| |
| * slightly refactor for desktop notifications and fix minor issuesMario2021-06-242-17/+4
| |
| * some preperatory work on desktop notificationsMario2021-06-241-0/+17
| |
| * Notification.requestPermission() only fires if wraped in click handlerMario2021-06-241-5/+7
| |
| * remove deprecated dir and queue fnsMario2021-06-241-5/+0
| |
| * if there are no messages display that there are no messagesMario Vavti2021-06-231-13/+23
| |
| * some work on streamlining mod photosMario2021-06-232-4/+4
| |
| * jot: do not collapse the form if in popup modeMario2021-06-231-5/+4
| |
| * streamline jot popup for mod hqMario2021-06-212-4/+5
| |
| * fiÃlter children by tt-filter-active class instead of visibility selector ↵Mario2021-06-211-2/+2
| | | | | | | | to omit reload loop in mobile view where notifications ar not visible while off-canvas
| * calendar: emit a warning if the calendar for the created event is disabledMario2021-06-211-19/+27
| |
| * make sure to not calculate timeago before the translations are loadedMario2021-06-201-3/+5
| |
| * more css improvementsMario2021-06-181-1/+1
| |
| * css fixesMario2021-06-182-3/+4
| |