Spotlight search labs (#7116)
This commit is contained in:
parent
c56833816a
commit
914b61239c
12 changed files with 907 additions and 54 deletions
|
@ -193,7 +193,7 @@ export enum Action {
|
|||
SwitchSpace = "switch_space",
|
||||
|
||||
/**
|
||||
* Signals to the visible space hierarchy that a change has occurred an that it should refresh.
|
||||
* Signals to the visible space hierarchy that a change has occurred and that it should refresh.
|
||||
*/
|
||||
UpdateSpaceHierarchy = "update_space_hierarchy",
|
||||
|
||||
|
@ -232,5 +232,5 @@ export enum Action {
|
|||
* The user rejected anonymous analytics (i.e. matomo, pre-posthog) from the toast
|
||||
* Payload: none
|
||||
*/
|
||||
AnonymousAnalyticsReject = "anonymous_analytics_reject"
|
||||
AnonymousAnalyticsReject = "anonymous_analytics_reject",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue