feat: remember the last used note list mode
This commit is contained in:
parent
c7c17c2e76
commit
4211f831bf
4 changed files with 40 additions and 9 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue