diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-03-11 16:51:37 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-03-11 16:51:37 +0000 |
| commit | 4a27c6d8d3f736e0bd46e9d0ca3dbaaa2108b9bc (patch) | |
| tree | d7b4ea789ceaaa8e5dacd7e74100962853853132 /src/App.vue | |
| parent | bb1a4e11f8d063427dbb91f6b4f5349fac2458d5 (diff) | |
Add floating post-status button on mobile
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 acbbeb75..4fff3d1d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -50,6 +50,7 @@ <media-modal></media-modal> </div> <chat-panel :floating="true" v-if="currentUser && chat" class="floating-chat mobile-hidden"></chat-panel> + <MobilePostStatusModal /> </div> </template> |
