don't show "up to date" indicator together with loadingNewer indicator on mobile
This commit is contained in:
parent
4733eb7872
commit
422c12c026
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-else
|
v-else-if="!timeline.fetcher.loadingNewer"
|
||||||
class="loadmore-text faint veryfaint rightside-icon"
|
class="loadmore-text faint veryfaint rightside-icon"
|
||||||
:title="$t('timeline.up_to_date')"
|
:title="$t('timeline.up_to_date')"
|
||||||
:aria-disabled="true"
|
:aria-disabled="true"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue