feat: remove picture tab
This commit is contained in:
parent
811388dd2e
commit
629ad3f7cd
14 changed files with 26 additions and 685 deletions
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue