0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/client/views
Gabor Javorszky 667888aeb3 Implements Initial lifecycle and App UI start
Closes #2083

* Added hbs template for apps listing
* Added settings to read the activeApps
* Added viewcontrol to activate / deactivate apps
* Added API handler to store activeApps (by `name` in the `package.json` file)
* On button click it turns the button into "Working" and changes class to `button` (grey one)
* On success, rerenders the pane, adds success notification about apps being saved
* On error, rerenders the pane, adds error notification with error message

Missing:
* tests: couldn't figure out how to add mock apps with mock package.json data
* actually registering, etc, re #2140
* icon from the sidebar
2014-02-28 14:06:36 +00:00
..
base.js Notifications can be dismissed with ESC 2014-01-09 20:34:16 +00:00
blog.js Fix hanging loading bar on deleting a post 2014-01-07 18:56:00 -06:00
debug.js Update delete all content button labels 2014-02-22 14:13:51 -05:00
editor-tag-widget.js Tag needs escaping. Wrongly call showSuggestions. 2014-02-04 23:31:50 +08:00
editor.js Add support for typographically-correct punctuation 2014-02-28 09:44:08 +00:00
login.js Guard against multiple signup events 2014-01-26 22:38:50 +00:00
post-settings.js Update delete post button labels 2014-02-22 12:09:53 -05:00
settings.js Implements Initial lifecycle and App UI start 2014-02-28 14:06:36 +00:00