aboutsummaryrefslogtreecommitdiff
path: root/src/components/nav_panel/nav_panel.js
Commit message (Collapse)AuthorAge
* 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