Create install flow

* Refactor options.js into a view
* Break up install flow into a series of screens
* Remove bootstrap
* Make installer window static size, mostly to facilitate positioning

// FREEBIE
This commit is contained in:
lilia 2015-11-02 19:19:30 -08:00
parent 675be2b569
commit 14cb6b58a2
12 changed files with 1299 additions and 6461 deletions

View file

@ -165,7 +165,9 @@
extension.windows.open({
id: id,
url: url,
bounds: { width: 800, height: 666 }
bounds: { width: 800, height: 666, },
minWidth: 800,
minHeight: 666
});
}
};