New view picker (#4610)

* Implement new view picker

* Complete feature

* Fixes according to review
This commit is contained in:
Charles Bochet
2024-03-22 15:04:17 +01:00
committed by GitHub
parent d876b40056
commit 4a493b6ecf
61 changed files with 1216 additions and 422 deletions

View File

@ -0,0 +1 @@
export const UPDATE_VIEW_BUTTON_DROPDOWN_ID = 'update-view-button';

View File

@ -1 +0,0 @@
export const UPDATE_VIEW_DROPDOWN_ID = 'update-view';

View File

@ -1 +0,0 @@
export const VIEWS_DROPDOWN_ID = 'views';