aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-12-02 12:48:21 +0200
committerShpuld Shpuldson <shp@cock.li>2020-12-02 12:48:21 +0200
commitb537032e6d07828db6fc016c1413970c436e19ad (patch)
treec6d89bdbcf112678dc63236653a6aea426eacf80 /src/components/timeline/timeline.vue
parent4dde9c4d529fb94b23b394aaa91e6a7cafd75777 (diff)
parentfdfb8810c1d8ab64969c38aa1a6bce1daf013249 (diff)
Merge branch 'develop' into fix/fix-error-handling-in-profile-tab
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index d4da2a87..0326342b 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -4,7 +4,7 @@
<TimelineMenu v-if="!embedded" />
<button
v-if="showLoadButton"
- class="loadmore-button"
+ class="button-default loadmore-button"
@click.prevent="showNewStatuses"
>
{{ loadButtonString }}
@@ -61,13 +61,15 @@
>
{{ $t('timeline.no_more_statuses') }}
</div>
- <a
+ <button
v-else-if="!timeline.loading"
- href="#"
+ class="button-unstyled -link -fullwidth"
@click.prevent="fetchOlderStatuses()"
>
- <div class="new-status-notification text-center panel-footer">{{ $t('timeline.load_older') }}</div>
- </a>
+ <div class="new-status-notification text-center panel-footer">
+ {{ $t('timeline.load_older') }}
+ </div>
+ </button>
<div
v-else
class="new-status-notification text-center panel-footer"