aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Expand)AuthorAgeFilesLines
* slightly improve push notification handling for HQ and some app descriptionsMario2021-08-272-13/+19
* port latest pwa work from zapMario2021-08-261-0/+9
* add appstore widget to appmanMario2021-08-251-1/+1
* capitalize widget titlesMario2021-08-251-0/+6
* nav: fix minor display issue and add some code duplication for better readabi...Mario2021-08-251-16/+16
* more app descriptions and change the image counter to display % of images loa...Mario2021-08-241-1/+1
* 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-236-15/+33
* 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 book...Mario2021-08-222-1/+13
* restructure apps to make space for app descritionsMario2021-08-213-25/+53
* only redirect to hq if localMario2021-08-171-2/+2
* more bs5 fixesMario2021-08-176-24/+10
* remove redundant closing div tagMario2021-08-161-15/+15
* streamline default link colorMario2021-08-151-1/+1
* bs5 sets scroll-behavior to smooth which does weird things especially on mobi...Mario2021-08-041-0/+8
* app-bin-ng: add a link to the bin for convenience and use the traditional aja...Mario2021-08-042-10/+19
* fix another bs5 regressionMario2021-08-041-1/+1
* the default 400px is slightly overkillMario2021-08-031-0/+5
* Apps drag and drop featureMario2021-08-038-8/+184
* Updated Polish GUI translation according to changes made in version 6.0Andrzej BudziƄski2021-08-017-1432/+1420
* bs5 border fixMario2021-07-291-1/+1
* another badge fixMario2021-07-291-1/+1
* dropdown-menu-right -> dropdown-menu-endMario2021-07-2922-37/+37
* fix notification button classMario2021-07-291-1/+1
* more work on bs5Mario2021-07-295-73/+12
* Merge branch 'dev' into bs5Mario2021-07-2935-19375/+19581
|\
| * notifications: move handlers out of jquery ready function otherwise they migh...Mario Vavti2021-07-171-9/+9
| * code styleMario Vavti2021-07-161-4/+4
| * more work on moving notifications handling from main.js to the notifications ...Mario Vavti2021-07-162-42/+55
| * photo upload: always show the textarea so that text and tags can be added eve...Mario Vavti2021-07-162-19/+3
| * set touch_max to 1/10 of the screen width to prevent overlaping with cursor p...Mario Vavti2021-07-081-2/+2
| * redbasic: close left aside if hq control button is clickedMario Vavti2021-07-052-0/+6
| * remove redundant z-indexMario Vavti2021-07-041-1/+0
| * ux fixesMario Vavti2021-07-042-21/+17
| * do not call stickyScroll() on small screens - it is not functionalMario Vavti2021-07-031-2/+4
| * since position sticky has no effect if overflow is hidden and the workarounds...Mario Vavti2021-07-031-0/+1
| * implement a very simple swipe mechanism for bringing in left asideMario Vavti2021-07-031-11/+53
| * work around the fact that sticky does not stick if a parent element has set o...Mario Vavti2021-07-021-2/+2
| * redbasic: bump version limitsMario2021-07-011-2/+2
| * only remove elements after the delete has happenedMario2021-06-291-6/+6
| * fix deleting and starring in unthreaded viewMario2021-06-291-2/+4
| * implement removing of notifications/preview-messages of deleted itemsMario2021-06-293-8/+19
| * more work on notificationsMario2021-06-254-7/+23
| * strip html tags from notification messageMario2021-06-251-1/+2
| * slightly refactor for desktop notifications and fix minor issuesMario2021-06-244-19/+35
| * some preperatory work on desktop notificationsMario2021-06-241-0/+17
| * Notification.requestPermission() only fires if wraped in click handlerMario2021-06-241-5/+7