aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-07-05 06:53:29 +0000
committerShpuld Shpludson <shp@cock.li>2020-07-05 06:53:29 +0000
commitaf4a26b5882807d834c8fcfdf5d10121f63d18d5 (patch)
tree6b56d027f3231c0a7c5a18cee1ebd6d010cd7e66 /src/App.vue
parentacc3b083aa46aa9c165578380b16ef86e6fb596b (diff)
parent9cac5d94dd78ea331254307871e876da7e266a6f (diff)
Merge branch 'feat/allow-use-without-cookies' into 'develop'
Fix #815: Allow use without cookies, Add a global notice popup system Closes #815 See merge request pleroma/pleroma-fe!1166
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 7b9ad3dc..03b632ec 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -128,6 +128,7 @@
<PostStatusModal />
<SettingsModal />
<portal-target name="modal" />
+ <GlobalNoticeList />
</div>
</template>