diff options
| author | shpuld <shp@cock.li> | 2017-11-21 16:12:47 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-21 16:12:47 +0200 |
| commit | fc1736618b4e1a9f178c0ae287754c6ac1244b08 (patch) | |
| tree | 08d5d4d05ddce8c9ec8f5ff48e55e1e4697f60c7 /src/components/timeline/timeline.vue | |
| parent | 80203636803c3035a46d0d82c7778e4aff8d2612 (diff) | |
attempt to recognize when holes in timeline for various reasons, clear timeline and fetch older when showing new to get rid of holes
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 0e2ed92c..365c8236 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -5,7 +5,7 @@ {{title}} </div> <button @click.prevent="showNewStatuses" class="base05 base02-background loadmore-button" v-if="timeline.newStatusCount > 0 && !timelineError"> - {{$t('timeline.show_new')}} ({{timeline.newStatusCount}}) + {{$t('timeline.show_new')}}{{timeline.newStatusMsg}} </button> <div @click.prevent class="base06 error loadmore-text" v-if="timelineError"> {{$t('timeline.error_fetching')}} |
