make notifications also use the popup errors, remove all error from status/notif state
This commit is contained in:
parent
d150dae5d1
commit
1d2ba946b6
7 changed files with 21 additions and 36 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue