feat: search options (#540)
* feat: search options * feat: sanitize folder names * fix: add cursor: pointer to switch * fix: explicitly make the search bar a text input * refactor: remove magic number * refactor: extract Switch component to its own file * refactor: split AppState into multiple files * refactor: review comments
This commit is contained in:
6
app/assets/javascripts/ui_models/app_state/index.ts
Normal file
6
app/assets/javascripts/ui_models/app_state/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export {
|
||||
AppState,
|
||||
AppStateEvent,
|
||||
EventSource,
|
||||
PanelResizedData,
|
||||
} from './app_state';
|
||||
Reference in New Issue
Block a user