feat: remember the last used note list mode

This commit is contained in:
codytseng
2025-01-20 10:00:46 +08:00
parent c7c17c2e76
commit 4211f831bf
4 changed files with 40 additions and 9 deletions

View File

@@ -93,3 +93,5 @@ export type TFeedType = 'following' | 'relays' | 'temporary'
export type TLanguage = 'en' | 'zh'
export type TImageInfo = { url: string; blurHash?: string; dim?: { width: number; height: number } }
export type TNoteListMode = 'posts' | 'postsAndReplies' | 'pictures'