Add advanced search UI (#10992)
This commit is contained in:
@@ -775,6 +775,7 @@ export type Events = {
|
||||
|
||||
'search:query': {
|
||||
source: 'typed' | 'history' | 'autocomplete'
|
||||
filterCount: number
|
||||
}
|
||||
|
||||
'search:results:loaded': {
|
||||
@@ -799,6 +800,18 @@ export type Events = {
|
||||
position: number
|
||||
}
|
||||
|
||||
'search:advanced:press': {
|
||||
filterCount: number
|
||||
}
|
||||
|
||||
'search:shareLink:press': {
|
||||
filterCount: number
|
||||
}
|
||||
|
||||
'search:addFilter:press': {
|
||||
filterCount: number
|
||||
}
|
||||
|
||||
'progressGuide:hide': {}
|
||||
'progressGuide:followDialog:open': {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user