1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/components/modals
Kevin Ansfield 092b59fe3f show theme warnings/errors when activating a theme (#576)
closes https://github.com/TryGhost/Ghost/issues/8127
- update theme activation to manually set other themes to `active: false` in the store now that we only the active theme back from `/themes/:name/activate` endpoint
- move theme warning list item rendering into `{{gh-theme-error-li error=x}}`
- add `theme-warnings` modal that accepts a warnings list, title, and optional message
- after activating a theme, check if the theme has any warnings or errors and display an appropriate modal informing the user
2017-03-14 08:54:58 -05:00
..
base.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
copy-html.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
delete-all.js switch all modals over to ember-concurrency and gh-task-button 2017-01-20 10:03:38 +00:00
delete-post.js bring keyboard navigation back to the content screen 2017-02-04 09:01:52 -06:00
delete-subscriber.js switch all modals over to ember-concurrency and gh-task-button 2017-01-20 10:03:38 +00:00
delete-tag.js switch all modals over to ember-concurrency and gh-task-button 2017-01-20 10:03:38 +00:00
delete-theme.js switch all modals over to ember-concurrency and gh-task-button 2017-01-20 10:03:38 +00:00
delete-user.js switch all modals over to ember-concurrency and gh-task-button 2017-01-20 10:03:38 +00:00
import-subscribers.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
invite-new-user.js switch all modals over to ember-concurrency and gh-task-button 2017-01-20 10:03:38 +00:00
leave-editor.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
markdown-help.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
new-subscriber.js success/failure state spinner buttons (#566) 2017-03-07 10:28:52 -07:00
re-authenticate.js switch all modals over to ember-concurrency and gh-task-button 2017-01-20 10:03:38 +00:00
suspend-user.js suspend user feature 2017-03-13 13:00:48 +01:00
theme-warnings.js show theme warnings/errors when activating a theme (#576) 2017-03-14 08:54:58 -05:00
transfer-owner.js switch all modals over to ember-concurrency and gh-task-button 2017-01-20 10:03:38 +00:00
unsuspend-user.js suspend user feature 2017-03-13 13:00:48 +01:00
upload-image.js switch all modals over to ember-concurrency and gh-task-button 2017-01-20 10:03:38 +00:00
upload-theme.js 🎨 move theme activation to /themes endpoint 2017-03-08 10:46:33 +00:00