add following-feed page

This commit is contained in:
Hazel K 2024-09-30 12:06:00 -04:00
parent c5117552ca
commit 6a42874eac
4 changed files with 125 additions and 0 deletions

View file

@ -68,6 +68,11 @@ export const navbarItemDef = reactive({
lookup();
},
},
following: {
title: i18n.ts.following,
icon: 'ti ti-user-check',
to: '/following-feed',
},
lists: {
title: i18n.ts.lists,
icon: 'ti ti-list',