aboutsummaryrefslogtreecommitdiff
path: root/src/components/nav_panel/nav_panel.js
Commit message (Collapse)AuthorAge
* Fix announcements not showing on nav paneltusooa2022-11-24
|
* Detect backend support for announcementstusooa2022-11-24
|
* Show badges for unread announcementsTusooa Zhu2022-11-24
|
* Add announcement display with placeholder messagesTusooa Zhu2022-11-24
|
* fixHenry Jameson2022-08-15
|
* edit modeHenry Jameson2022-08-15
|
* fix prod build again + fetch lists (and follow request) on login,Henry Jameson2022-08-15
| | | | stop fetching on logout, don't start fetching in components
* fix prod buildHenry Jameson2022-08-15
|
* fixes, clear cache on logoutHenry Jameson2022-08-12
|
* let mobile users customize top bar as wellHenry Jameson2022-08-12
|
* fixes + fixes for anon usersHenry Jameson2022-08-12
|
* navigation refactored, used in mobile nav as wellHenry Jameson2022-08-11
|
* show pinned lists between timelines and restHenry Jameson2022-08-11
|
* you can now pin listsHenry Jameson2022-08-11
|
* it works more or less well nowHenry Jameson2022-08-11
|
* ability to pin items in navigation menu, initial draft versionHenry Jameson2022-08-11
|
* Lists implementationAlexander Tumin2022-08-06
|
* Add timeline menu toggle to nav panelShpuld Shpuldson2021-02-22
|
* come on and slamHenry Jameson2020-10-21
|
* Some initial work on replacing icons with FA5Henry Jameson2020-10-20
|
* resume last lasttime instead of always friends/publicShpuld Shpuldson2020-07-23
|
* fix merge conflictsShpuld Shpuldson2020-07-14
|\
| * Add Chatseugenijm2020-07-08
| |
* | update navigation, rename timeline link in nav panel to timelinesShpuld Shpuldson2020-07-07
| |
* | update with bookmarks, clean up some codeShpuld Shpuldson2020-07-07
|\|
* | remove extra computed from nav panelShpuld Shpuldson2020-07-03
| |
* | change styles for the dropdown, make things work nicely on mobileShpuld Shpuldson2020-07-03
|/
* Fix follower request fetchinglain2020-01-21
|
* Use a centralized fallback for missing values and use instance.federating ↵Mark Felder2019-12-12
| | | | | | instead of instance.federation.enabled
* Add fallback in case BE does not report federating status in nodeinfoMark Felder2019-12-12
|
* The value we are looking for is federationPolicy.enabled, not ↵Mark Felder2019-12-12
| | | | | | federationPolicy.federating Also the || true fallback does not work and always becomes true
* LintMark Felder2019-12-12
|
* Merge branch 'develop' into feature/lockdown-timelines-private-modeMark Felder2019-12-12
|\
| * backend interactor service: implement startFetchingFollowRequestkPherox2019-11-19
| | | | | | | | backend interactor service: remove unused fetchFollowRequests
* | nav panel: disable TWKN if federation disabled, disable Public and TWKN if ↵Ariadne Conill2019-11-11
| | | | | | | | privateMode is enabled
* | nav panel: refactor to use vuex mapStateAriadne Conill2019-11-11
|/
* #388: update naming properlydave2019-02-28
|
* #388: get follow request on a real-time basisdave2019-02-27
|
* New routes, notifications, other impovements in side drwaershpuld2018-12-28
|
* Switch to timeline on nav panel actionseal2018-11-25
|
* Don't display if we don't have a chat.Roger Braun2017-12-05
|
* Basic mention support.Roger Braun2016-11-26
| | | | I still have to think about how to integrate them in the state system...
* Hide timeline if user isn't logged in.Roger Braun2016-11-26
|
* Add NavPanel.Roger Braun2016-11-06