aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/navbar_default.tpl
Commit message (Collapse)AuthorAgeFilesLines
* lockview: provide guest links for private resourcesMario2022-01-021-4/+4
|
* nav move header outsite of container - fixes app sticking above header when ↵Mario2021-10-021-3/+3
| | | | sorting
* support un-starring of apps in app binMario2021-09-271-7/+46
|
* bootstrap update fixesMario2021-09-221-162/+164
|
* nav: fix minor display issue and add some code duplication for better ↵Mario2021-08-251-16/+16
| | | | readability
* nav cleanupMario2021-08-241-75/+20
|
* app-bin-ng: add a link to the bin for convenience and use the traditional ↵Mario2021-08-041-9/+18
| | | | ajax call instead of the post shortcut
* Apps drag and drop featureMario2021-08-031-2/+171
|
* bs5: more fixesMario2021-06-071-1/+1
|
* upgrade to bootstrap 5.0.1 and first batch of fixesMario2021-06-071-205/+246
|
* get devHilmar R2021-03-011-0/+0
|
* provide a return path from settings pagesMario Vavti2018-09-211-1/+1
|
* add missing checkMario Vavti2018-09-211-1/+1
|
* fix position of nav settings iconMario Vavti2018-09-211-1/+1
|
* move connection filtering setting from network to connections, provide a ↵Mario Vavti2018-09-201-0/+8
| | | | link to settings in the navbar if present for a module and some code optimisation
* add manage privacy groups entry to the panel channel menu dropdown for nowMario Vavti2018-06-011-0/+3
|
* make navbar search use the module search function in /network and /channelMario Vavti2018-05-301-1/+1
|
* update to bootstrap-4.1 and improve visibility of some text when using ↵Mario Vavti2018-04-171-2/+2
| | | | custom panel colours
* fix missing login/out buttons for medium screensizeMario Vavti2018-04-011-3/+3
|
* notifications-btn-1 does not actually require the text-white class and this ↵zotlabs2018-03-081-1/+1
| | | | is known to cause issues on dark themes
* change fontname in css and fix issue with unicode charactersMario Vavti2018-02-261-1/+1
|
* do not use text-muted class for $sitelocationMario Vavti2017-12-181-1/+1
|
* fix pinned apps not available in mobile viewMario Vavti2017-11-191-0/+3
|
* revisit media breakpoints - do not switch to mobile view to early.Mario Vavti2017-11-191-5/+10
|
* css fixesMario Vavti2017-11-081-2/+2
|
* only show nav app link if we have a selected appMario Vavti2017-11-081-0/+2
|
* use text-muted on site locationMario Vavti2017-11-081-1/+1
|
* truncate nav-app-link if appropriateMario2017-11-081-2/+2
|
* move style out of templateMario Vavti2017-11-071-3/+2
|
* add location info to the navbarMario Vavti2017-11-071-3/+9
|
* streamline the notifications js and change notification icon to ↵Mario Vavti2017-10-181-1/+1
| | | | exclamation-triangle if we have personal notifications
* was unable to make the modal login dialog work on the channel page with a ↵zotlabs2017-10-141-1/+15
| | | | cover photo. So for mod_channel, send login to the login page instead of the modal popup.
* remove redundant classesMario Vavti2017-10-121-2/+2
|
* missing login and register linksMario Vavti2017-10-121-1/+17
|
* z-index issue and some icons. rename notifications-btn-1 to notifications-btnMario Vavti2017-10-111-1/+1
|
* bring nav pinned apps to navbar_defaultMario Vavti2017-10-111-0/+7
|
* rename view/tpl/nav.tpl to navbar_default.tpl so that all navbar selection ↵zotlabs2017-10-101-0/+170
code is consistent