diff --git a/src/components/ProfileInfo.vue b/src/components/ProfileInfo.vue index 7b5b2ab7..7fe1c2a4 100644 --- a/src/components/ProfileInfo.vue +++ b/src/components/ProfileInfo.vue @@ -23,9 +23,9 @@ @@ -120,7 +118,7 @@ import ProfileInfo from './../components/ProfileInfo'; export default { - name: 'Timeline', + name: 'Profile', components: { PopoverMenu, AppNavigation, TimelineEntry, Multiselect, Avatar, ProfileInfo diff --git a/src/views/ProfileFollowers.vue b/src/views/ProfileFollowers.vue new file mode 100644 index 00000000..a90390b5 --- /dev/null +++ b/src/views/ProfileFollowers.vue @@ -0,0 +1,53 @@ + + + + + + + + diff --git a/src/views/ProfileTimeline.vue b/src/views/ProfileTimeline.vue new file mode 100644 index 00000000..29d79df5 --- /dev/null +++ b/src/views/ProfileTimeline.vue @@ -0,0 +1,51 @@ + + + + + + + +