aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-05-12 18:54:12 +0200
committerRoger Braun <roger@rogerbraun.net>2017-05-12 18:54:12 +0200
commit2ec7069b3c4ac30c3e0f6ca85615700ee31d9cf1 (patch)
tree659ddb7ecba5582446f540579c9f60c8b8f920fe /src/App.vue
parent1f8d30386388f8b91aa84fdbd7861e588aa0d935 (diff)
Add user finder.
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index fcfdae97..d0c6671e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -19,6 +19,7 @@
<div class="sidebar" :class="{ 'mobile-hidden': mobileActivePanel != 'sidebar' }">
<div class="sidebar-container">
<user-panel></user-panel>
+ <user-finder></user-finder>
<nav-panel></nav-panel>
<notifications v-if="currentUser"></notifications>
</div>