-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate Dashboard and Public Dashboard to React (#4228)
* Initial React Rendering with useDashboard * Make sure widgets refresh + useCallback * Rename collectFilters and add refreshRate * Fix error updates not being rendered * Only render widget bottom when queryResults exists * Cleanup * Add useCallback to refreshDashboard * Make sure Promise.all have all promises done * Start migrating Dashoard to React - initial rendering - some actions - temporary updated less file * Fullscreen handler added * Separate refreshRateHandler hook * Add a few tooltips * Separate DashboardControl and normalize btn width * Share Button * Fix serach params not updating * Enumerate More Options * Toggle Publish options * Archive Dashboard * Parameters + Filters * Prepare Manage Permissions * Start to create edit mode * Add Edit Mode functionalities * Use previous state when updating dashboard * Mobile adjustments * PermissionsEditorDialog + Dashboard page title * Update Dashboard spec * Fix other specs * Break dashboard.less * Hide publish button on mobile * Angular Cleaning * Keep edit state when changing resolution * Bug fix: Dashboard Level Filters not updating * Remove prepareWidgetsForDashboard * Revert "Remove prepareWidgetsForDashboard" This reverts commit b434f03. * Avoid saving layout changes out of editing mode * Apply policy for enabled refresh rates * Disable loadDashboard deps * Restyled by prettier (#4459) * Update title when dashboard name updates Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
- Loading branch information
Showing
35 changed files
with
1,578 additions
and
1,365 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
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
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
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
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.