feat: improve search user experience
This commit is contained in:
parent
8ba9d872e2
commit
7606c62b63
2 changed files with 199 additions and 82 deletions
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
|
|
@ -169,7 +169,7 @@ export type TPollCreateData = {
|
|||
endsAt?: number
|
||||
}
|
||||
|
||||
export type TSearchType = 'profile' | 'profiles' | 'notes' | 'hashtag' | 'relay'
|
||||
export type TSearchType = 'profile' | 'profiles' | 'notes' | 'note' | 'hashtag' | 'relay'
|
||||
|
||||
export type TSearchParams = {
|
||||
type: TSearchType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue