change storage error one-off into a global notice system
This commit is contained in:
parent
0997e5ff66
commit
1293bec77e
8 changed files with 167 additions and 40 deletions
11
src/App.vue
11
src/App.vue
|
@ -101,16 +101,6 @@
|
|||
</div>
|
||||
</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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue