feedback (see commit description for details)

* fill blank space when no theme is selected
* animate row's height in themes/components list when selecting, and hide children list
* show warning when you move to a different page and have unsaved changes
* refactor `adminCustomizeThemes.show` controller
* allow collapsing/expanding children lists
* fix a bug when adding components to a theme (changed the way it works slightly)
* a bunch of other minor things
This commit is contained in:
OsamaSayegh
2018-09-06 21:56:00 +03:00
committed by Sam
parent a4f057a589
commit ca28548762
15 changed files with 372 additions and 208 deletions

View File

@ -62,7 +62,7 @@ componentTest("with children", {
beforeEach() {
this.set(
"theme",
Theme.create({ name: "Test", childThemes: childrenList })
Theme.create({ name: "Test", childThemes: childrenList, default: true })
);
},