diff --git a/changes/changelog.d/600.enhancement b/changes/changelog.d/600.enhancement new file mode 100644 index 000000000..b91f11713 --- /dev/null +++ b/changes/changelog.d/600.enhancement @@ -0,0 +1 @@ +Removed "Activity" page, since all the data is available on the "Browse" page (#600) diff --git a/front/src/components/Sidebar.vue b/front/src/components/Sidebar.vue index 8702f8051..449238c2e 100644 --- a/front/src/components/Sidebar.vue +++ b/front/src/components/Sidebar.vue @@ -71,9 +71,6 @@ class="item"> Playlists - Activity Add content diff --git a/front/src/components/activity/Like.vue b/front/src/components/activity/Like.vue deleted file mode 100644 index a0799e8fa..000000000 --- a/front/src/components/activity/Like.vue +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - %{ user } favorited a track - - - - - {{ event.object.name }} - - from %{ album } by %{ artist } - - - - - - - - - - diff --git a/front/src/components/activity/Listen.vue b/front/src/components/activity/Listen.vue deleted file mode 100644 index 7790df58d..000000000 --- a/front/src/components/activity/Listen.vue +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - %{ user } listened to a track - - - - - {{ event.object.name }} - - from %{ album } by %{ artist } - - - - - - - - - - diff --git a/front/src/router/index.js b/front/src/router/index.js index 148e45b8a..f6b4d309f 100644 --- a/front/src/router/index.js +++ b/front/src/router/index.js @@ -3,7 +3,6 @@ import Router from 'vue-router' import PageNotFound from '@/components/PageNotFound' import About from '@/components/About' import Home from '@/components/Home' -import InstanceTimeline from '@/views/instance/Timeline' import Login from '@/components/auth/Login' import Signup from '@/components/auth/Signup' import Profile from '@/components/auth/Profile' @@ -56,11 +55,6 @@ export default new Router({ name: 'about', component: About }, - { - path: '/activity', - name: 'activity', - component: InstanceTimeline - }, { path: '/login', name: 'login', diff --git a/front/src/views/instance/Timeline.vue b/front/src/views/instance/Timeline.vue deleted file mode 100644 index a70bd4049..000000000 --- a/front/src/views/instance/Timeline.vue +++ /dev/null @@ -1,107 +0,0 @@ - - - - - Loading timeline... - - - Recent activity on this instance - - - - - - - - - - - - -