Ghost/ghost/admin
Kevin Ansfield 855fd7ae80 🐛 Fixed difficult to cancel webhook modal
closes https://github.com/TryGhost/Ghost/issues/10135
- `focusOut` events are fired before the `click` event is fired when clicking buttons whilst an input has focus, this has the effect of triggering our on-blur validations that can cause UI to jump which then results in the `mouseUp` being outside of the button which means no `click` event is fired
- stops `mouseDown` event from bubbling from modal cancel/close buttons so that `focusOut` validations aren't triggered
2019-03-15 14:38:54 +00:00
..
.github
app 🐛 Fixed difficult to cancel webhook modal 2019-03-15 14:38:54 +00:00
config Used ember-exam to split tests and run in parallel on Travis (#1112) 2019-03-11 18:16:01 +00:00
lib Bumped ember-cli-babel version in koenig-editor in-repo addon 2019-03-11 10:19:27 +00:00
mirage Removed unused forceI18n attribute from the settings model 2019-03-07 09:10:46 +00:00
public/assets Added random image card placeholder illustrations 2019-03-07 15:40:08 +01:00
tests Removed reliance on run.later in gh-task-button tests 2019-03-14 17:26:22 +00:00
.csscomb.json
.editorconfig
.ember-cli
.eslintignore Bumped ember core dependencies to 3.5.x 2019-03-06 07:39:51 +00:00
.eslintrc.js
.gitignore Bumped ember core dependencies to 3.7.x 2019-03-07 16:25:43 +00:00
.travis.yml Switched Travis dist to xenial (#1113) 2019-03-12 11:45:51 +00:00
.watchmanconfig
ember-cli-build.js 🐛 Fixed difficult to cancel webhook modal 2019-03-15 14:38:54 +00:00
Gruntfile.js
LICENSE
package.json Version bump to 2.18.1 2019-03-13 23:43:48 +01:00
README.md
renovate.json Update Renovate Configuration (#1119) 2019-03-14 11:33:36 +00:00
SECURITY.md
testem.js Used ember-exam to split tests and run in parallel on Travis (#1112) 2019-03-11 18:16:01 +00:00
yarn.lock Update dependency ember-fetch to v6.5.0 (#1117) 2019-03-13 17:51:45 +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 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-2019 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.