add instance specific panel
This commit is contained in:
parent
92289e545a
commit
95cba854f3
6 changed files with 42 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue