diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-02-11 09:32:45 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-02-11 09:32:45 +0000 |
| commit | ea6ee2aaa25741078e3a0f6f6ec7cfeb46d1b365 (patch) | |
| tree | 45f4f3bc3b4fc2895a4f383f9f66b61f18634750 /src/App.vue | |
| parent | b0f248c48384c888faef8fcf76ee8b3f8abfde8e (diff) | |
| parent | fe1044dfdfd565b0af7eed8e1f1b6ca02ca25e6a (diff) | |
Merge branch 'feature/instance-specific-panel' into 'develop'
add instance specific panel
See merge request pleroma/pleroma-fe!202
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue index ec403519..2a910bc0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,6 +23,7 @@ <div class="sidebar"> <user-panel></user-panel> <nav-panel></nav-panel> + <instance-specific-panel v-if="showInstanceSpecificPanel"></instance-specific-panel> <chat-panel v-if="currentUser && chat"></chat-panel> <notifications v-if="currentUser"></notifications> </div> |
