-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(widget-builder): Open widget builder slideout when adding widget (…
…#81470) Under the `dashboards-widget-builder-redesign` feature flag, when the "Add Widget" button is clicked (either in the header bar or the edit dashboard state) then open up the widget builder. This is achieved by: - Add routes specifically for the new widget builder - These aren't permanent and mostly for dev. We need to find a way to transition this URL to the old widget builder at some point - Handle URL management for the redesign in the `detail.tsx` component - Required me to pass down `onAddWidget` - When cancelling/closing the modal, the URL should go back to the dashboard with the right params from the page filters. This doesn't support Edit Widget yet.
- Loading branch information
1 parent
9bd46be
commit 8e45680
Showing
4 changed files
with
244 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.