aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-03-11 16:51:37 +0000
committerShpuld Shpludson <shp@cock.li>2019-03-11 16:51:37 +0000
commitf397537642a6b8a4079d8d45d835ddd50f2d2b4a (patch)
treed7b4ea789ceaaa8e5dacd7e74100962853853132 /src/App.js
parentbb1a4e11f8d063427dbb91f6b4f5349fac2458d5 (diff)
parent4a27c6d8d3f736e0bd46e9d0ca3dbaaa2108b9bc (diff)
Merge branch 'feature/mobile-improvements-2' into 'develop'
Add floating post-status button on mobile See merge request pleroma/pleroma-fe!628
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 214e0f48..5c27a3df 100644
--- a/src/App.js
+++ b/src/App.js
@@ -8,6 +8,7 @@ import WhoToFollowPanel from './components/who_to_follow_panel/who_to_follow_pan
import ChatPanel from './components/chat_panel/chat_panel.vue'
import MediaModal from './components/media_modal/media_modal.vue'
import SideDrawer from './components/side_drawer/side_drawer.vue'
+import MobilePostStatusModal from './components/mobile_post_status_modal/mobile_post_status_modal.vue'
import { unseenNotificationsFromStore } from './services/notification_utils/notification_utils'
export default {
@@ -22,7 +23,8 @@ export default {
WhoToFollowPanel,
ChatPanel,
MediaModal,
- SideDrawer
+ SideDrawer,
+ MobilePostStatusModal
},
data: () => ({
mobileActivePanel: 'timeline',