Ghost/ghost/admin
Aileen Nowak 34e15f0619 🎨 Added confirmation dialogs when leaving screens with unsaved changes (#891)
closes TryGhost/Ghost#9119, refs TryGhost/Ghost#8483

- Apps - AMP
   - Added `leave-settings-modal` component to Settings - Apps - AMP
- Apps - Slack
   - Added `leave-settings-modal` component to Settings - Apps - Slack
   - Added a `triggerDirtyState` action that will uses a new Array with the input data to trigger the dirty state on the parent settings model
- Apps - Unsplash
   - Added `leave-settings-modal` component to Settings - Apps - Unsplash
   - Used manual tracking of changes with using a custom `dirtyAttributes` property and a `rollbackValue` to manually rollback the `isActive` attribute on the model
- Code injection
   - Added `leave-settings-modal` component to Settings - Code injection
- Design
   - Added `leave-settings-modal` component to Settings - Design (only for navigation model)
   - Used manual tracking of changes with using a custom `dirtyAttributes`
   - Added an additional `updateLabel` action to underlying `gh-navitem` component which gets fired on the `focusOut` event, to detect changes on the label
- Team - User
   - Added `leave-settings-modal` component to Team - User
   - Used manual tracking of changes with using a custom `dirtyAttributes` to track changes in slug and role properties
2017-10-31 15:27:25 +00:00
..
.github
app 🎨 Added confirmation dialogs when leaving screens with unsaved changes (#891) 2017-10-31 15:27:25 +00:00
config
lib Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
mirage Fix Ember deprecations and warnings (#895) 2017-10-13 16:39:49 +07:00
public/assets
tests 🎨 Added confirmation dialogs when leaving screens with unsaved changes (#891) 2017-10-31 15:27:25 +00:00
.csscomb.json
.editorconfig
.ember-cli
.eslintrc.js
.gitignore Bump dependencies (#887) 2017-10-12 17:42:10 +02:00
.travis.yml Bump dependencies (#887) 2017-10-12 17:42:10 +02:00
.watchmanconfig
bower.json New tags input, drop selectize & jquery-ui deps (#892) 2017-10-31 09:10:49 +00:00
ember-cli-build.js New tags input, drop selectize & jquery-ui deps (#892) 2017-10-31 09:10:49 +00:00
Gruntfile.js
LICENSE
package.json Version bump to 1.16.1 2017-10-31 13:20:05 +01:00
README.md Add docs links to README.md 2017-10-11 10:17:38 +01:00
testem.js Bump dependencies (#887) 2017-10-12 17:42:10 +02:00
yarn.lock Bump dependencies 2017-10-31 11:51:18 +00:00

Ghost-Admin

Build Status Coverage Status

This is the home of Ember.js based admin client that ships with Ghost.

Do you want to set up a Ghost blog? Check the getting started guide

Do you want to modify or contribute to Ghost-Admin? Please read the working with Ghost-Admin section of our contributing guide for setup details and swing by our Slack channel if you need any help 😄

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.

Copyright & License

Copyright (c) 2013-2017 Ghost Foundation - Released under the MIT license.