[dashboard] Modal for editing dashboard properties & metadata (#8876)

* wip

* wip

* wip

* modal to update dashboard properties

* cleanup

* translations and flavor text

* linted

* more explanatory text in the modal
This commit is contained in:
David Aaron Suddjian
2020-01-14 11:29:59 -08:00
committed by Maxime Beauchemin
parent 50f21cb7db
commit 614f13377b
11 changed files with 437 additions and 3 deletions

View File

@@ -63,6 +63,8 @@ describe('Header', () => {
redoLength: 0,
setMaxUndoHistoryExceeded: () => {},
maxUndoHistoryToast: () => {},
dashboardInfoChanged: () => {},
dashboardTitleChanged: () => {},
};
function setup(overrideProps) {