-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start at view/edit mode 4 * Revert back to save panel - Get rid of `clone` - Get rid of rename * Move order of top nav component around so no chance of hitting Edit -> Cancel * Update "lose changes" confirmation dialog - Change the string and button text - Set default focus on the cancel button. * Remove DashboardViewMode It was previously used when viewMode wasn’t stored in appState, in order to keep an unsaved dashboard, that was just saved, in Edit mode. This is unnecessary in the latest iteration. * Pull time filter out of dashboard_state * Fix edit controls bug, add more tests, make other tests more stable. * Remove unnecessary logic, unapplied query bug fix, code clean up * Fix bug on filter reloading, add tests & clean up * Fix issue with move and remove icons showing up in expanded panel mode and add tests to catch it. * Fix issue with lose changes not resetting panel state and add tests. * General Clean Up - Merge function only used in one spot inline. Add comments * address code review comments * Stop using static + class to namespace functions Instead, export each function individually. * Show dashed border on maximized panels in edit mode. * Be more methodical about ensuring the modal dialog hides before continuing. * abide by new no unused vars rule
- Loading branch information
1 parent
6e89d68
commit 6e4e1a3
Showing
29 changed files
with
1,171 additions
and
247 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.