feat: remove picture tab

This commit is contained in:
codytseng
2025-07-30 23:17:55 +08:00
parent 811388dd2e
commit 629ad3f7cd
14 changed files with 26 additions and 685 deletions

View File

@@ -108,7 +108,7 @@ export type TImageInfo = {
pubkey?: string
}
export type TNoteListMode = 'posts' | 'postsAndReplies' | 'pictures' | 'you'
export type TNoteListMode = 'posts' | 'postsAndReplies' | 'you'
export type TNotificationType = 'all' | 'mentions' | 'reactions' | 'zaps'