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.js | |
| parent | bb1a4e11f8d063427dbb91f6b4f5349fac2458d5 (diff) | |
Add floating post-status button on mobile
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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', |
