feat: community mode (#738)
Co-authored-by: CXPLAY <62034099+cxplay@users.noreply.github.com>
This commit is contained in:
parent
686b1f9998
commit
ed8a22d5bc
21 changed files with 303 additions and 101 deletions
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
|
|
@ -114,7 +114,7 @@ export type TAccount = {
|
|||
export type TAccountPointer = Pick<TAccount, 'pubkey' | 'signerType'>
|
||||
|
||||
export type TFeedType = 'following' | 'pinned' | 'relays' | 'relay'
|
||||
export type TFeedInfo = { feedType: TFeedType; id?: string } | null
|
||||
export type TFeedInfo = { feedType: TFeedType; id?: string; name?: string } | null
|
||||
|
||||
export type TLanguage = 'en' | 'zh' | 'pl'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue