don't show "up to date" indicator together with loadingNewer indicator on mobile

This commit is contained in:
Henry Jameson 2026-08-27 20:30:06 +03:00
commit 422c12c026

View file

@ -40,7 +40,7 @@
</button>
</div>
<div
v-else
v-else-if="!timeline.fetcher.loadingNewer"
class="loadmore-text faint veryfaint rightside-icon"
:title="$t('timeline.up_to_date')"
:aria-disabled="true"