aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2019-01-14 19:23:13 +0200
committershpuld <shp@cock.li>2019-01-14 19:23:13 +0200
commit17735943d5cdde1eb852d36f1c3bb699d23f7eb6 (patch)
treed5a6b7f8d8c3512a6f262371f0038a2adb311288 /src/App.vue
parenta51167fa72a64505080c9aea47b5d3bc97a529b0 (diff)
Add media viewer module and media module component, modify attachment behavior
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 feadb009..833608ea 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -41,6 +41,7 @@
<router-view></router-view>
</transition>
</div>
+ <media-modal></media-modal>
</div>
<chat-panel :floating="true" v-if="currentUser && chat" class="floating-chat mobile-hidden"></chat-panel>
</div>