aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/navbar_default.tpl
Commit message (Collapse)AuthorAgeFilesLines
* 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