feat: bookmarks (#279)
This commit is contained in:
parent
085adeb096
commit
7876f26d0c
13 changed files with 390 additions and 15 deletions
|
|
@ -94,7 +94,7 @@ export type TAccount = {
|
|||
|
||||
export type TAccountPointer = Pick<TAccount, 'pubkey' | 'signerType'>
|
||||
|
||||
export type TFeedType = 'following' | 'relays' | 'relay' | 'temporary'
|
||||
export type TFeedType = 'following' | 'relays' | 'relay' | 'temporary' | 'bookmarks'
|
||||
export type TFeedInfo = { feedType: TFeedType; id?: string }
|
||||
|
||||
export type TLanguage = 'en' | 'zh' | 'pl'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue