Go to file
Kevin Ansfield 49700d9b64 Fixed delete-tag modal showing unexpectedly
no issue

- there was a race condition when deleting tags...
    - the delete tag modal's `close` action toggles the `showDeleteTagModal` property to `false`
    - the `deleteTag` action triggered when clicking the delete button was transitioning to the tags screen
    - if the transition occurs before the close action is triggered, the modal component is destroyed and it's close action is never triggered leaving the `showDeleteTagModal` property on the controller set to `true`
    - the next time the tag screen is accessed the delete tag modal is displayed because the `showDeleteTagModal` property is `true`
- adds an explicit reset of `showDeleteTagModal` after a tag is successfully destroyed
- makes open/close of the delete tag modal explicit actions so there's no ambiguity when toggling
2020-06-09 10:15:28 +01:00
.github Switched to using built-in Node.js for tests 2020-04-06 13:14:13 +01:00
app Fixed delete-tag modal showing unexpectedly 2020-06-09 10:15:28 +01:00
config Enabled Ember's template-only-gimmer-components feature 2020-05-28 12:33:49 +01:00
lib Added display of server-side error message when bookmark request fails 2020-06-08 17:40:33 +01:00
mirage Updated members screen to work with final stats API naming 2020-05-26 12:26:04 +01:00
public/assets Allowed domain change for members "from" address (#1597) 2020-06-09 01:52:58 +05:30
tests Removed ember-cli-chai in favour of direct ember-auto-import imports 2020-06-08 08:37:14 +01:00
.csscomb.json Unsplash integration 2017-08-15 16:01:12 +01:00
.editorconfig deps: ember-cli@2.8.0 2016-10-07 17:32:30 +01:00
.ember-cli Co-located component template files 2020-05-18 13:14:08 +01:00
.eslintignore Bumped ember core dependencies to 3.5.x 2019-03-06 07:39:51 +00:00
.eslintrc.js Updated members routes/controllers with Octane idioms 2020-05-20 16:39:31 +01:00
.gitignore Bumped ember core dependencies to 3.7.x 2019-03-07 16:25:43 +00:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
Gruntfile.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
LICENSE 2020 2020-01-07 18:38:25 +00:00
README.md Updated README with new CI badge 2020-03-04 15:24:03 +00:00
SECURITY.md Updated links to docs (#1276) 2019-07-22 16:53:24 +08:00
ember-cli-build.js Fixed missing CSS styles in production builds 2020-05-20 11:05:30 +01:00
package.json Update dependency ember-composable-helpers to v4.1.3 2020-06-08 22:37:49 +00:00
renovate.json Removed ember-source from renovate ignore list 2020-05-17 22:37:51 +01:00
testem.js Switched testing to GitHub Actions 2020-03-04 15:18:23 +00:00
yarn.lock Update dependency ember-composable-helpers to v4.1.3 2020-06-08 22:37:49 +00:00

README.md

Ghost-Admin

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 how to install from source and swing by our forum 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-2020 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.