improve per-user view on mobile

This commit is contained in:
Hazel K 2024-10-03 15:15:03 -04:00
parent 97a16c2ebc
commit fddf078b52
4 changed files with 209 additions and 65 deletions

View file

@ -231,6 +231,9 @@ const routes: RouteDef[] = [{
path: '/following-feed',
component: page(() => import('@/pages/following-feed.vue')),
hash: 'initialTab',
}, {
path: '/following-feed/:userId',
component: page(() => import('@/pages/user/recent-notes.vue')),
}, {
path: '/search',
component: page(() => import('@/pages/search.vue')),