1
0

add "followers" tab to following feed

This commit is contained in:
Hazelnoot
2024-10-21 14:20:30 -04:00
parent 053b47d78a
commit 04654b2f84
4 changed files with 81 additions and 32 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ import darkTheme from '@@/themes/d-ice.json5';
import { miLocalStorage } from './local-storage.js';
import { searchEngineMap } from './scripts/search-engine-map.js';
import type { SoundType } from '@/scripts/sound.js';
import type { FollowingFeedTab } from '@/pages/following-feed.vue';
import { Storage } from '@/pizzax.js';
interface PostFormAction {
@@ -249,7 +250,7 @@ export const defaultStore = markRaw(new Storage('base', {
withBots: true,
withReplies: false,
onlyFiles: false,
onlyMutuals: false,
userList: 'following' as FollowingFeedTab,
},
},