diff options
| author | shpuld <shp@cock.li> | 2019-01-31 21:11:28 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-01-31 21:11:28 +0200 |
| commit | 8ce513ed09124fa0183943c359950f49ebcf2f89 (patch) | |
| tree | a3a54f7ee6bec7a288a88028a6b2368e46b0a538 /src/components/user_profile/user_profile.vue | |
| parent | fbe7af3d56e4e6e168208a511bd7cd4e4e4e7a40 (diff) | |
initial draft for follows/following pagination
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index f9b964ce..baf6aef6 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -7,6 +7,7 @@ <div :label="$t('user_card.followees')"> <div v-if="friends"> <user-card v-for="friend in friends" :key="friend.id" :user="friend" :showFollows="true"></user-card> + <div @click="nextFollowsPage" class="panel-footer">MORE</div> </div> <div class="userlist-placeholder" v-else> <i class="icon-spin3 animate-spin"></i> |
