aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-07-02 10:40:41 +0300
committerShpuld Shpuldson <shp@cock.li>2020-07-02 10:40:41 +0300
commit1293bec77e5137acf64d3536c286f8ba3df284f4 (patch)
treedd95f0f93a0e54c3215491b98e2dac871fe102ff /src/App.vue
parent0997e5ff668a57d58002ec646f698c5503f66c35 (diff)
change storage error one-off into a global notice system
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/App.vue b/src/App.vue
index 23991eac..03b632ec 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -102,16 +102,6 @@
</div>
<div class="main">
<div
- v-if="showStorageError"
- class="alert error storage-error-notice"
- >
- {{ $t("errors.storage_unavailable") }}
- <i
- class="icon-cancel"
- @click="hideStorageError"
- />
- </div>
- <div
v-if="!currentUser"
class="login-hint panel panel-default"
>
@@ -138,6 +128,7 @@
<PostStatusModal />
<SettingsModal />
<portal-target name="modal" />
+ <GlobalNoticeList />
</div>
</template>