feat: improve search user experience

This commit is contained in:
codytseng
2025-09-11 22:07:56 +08:00
parent 8ba9d872e2
commit 7606c62b63
2 changed files with 199 additions and 82 deletions

View File

@@ -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