make notifications also use the popup errors, remove all error from status/notif state

This commit is contained in:
Shpuld Shpuldson 2020-11-10 14:28:10 +02:00
parent d150dae5d1
commit 1d2ba946b6
7 changed files with 21 additions and 36 deletions

View file

@ -15,13 +15,6 @@
class="badge badge-notification unseen-count"
>{{ unseenCount }}</span>
</div>
<div
v-if="error"
class="loadmore-error alert error"
@click.prevent
>
{{ $t('timeline.error_fetching') }}
</div>
<button
v-if="unseenCount"
class="read-button"