Ghost/ghost/admin
Kevin Ansfield dd94a10890 Prevented enter key submitting misleading member details save request (#1380)
no issue

- `{{gh-task-button}}` was used inside a form but didn't have a `type="button"` property which meant the browser was treating it as a submit button and triggering the save action and related animation before the field's focus-out was called resulting in a save request before the scratch value is transferred to the model
- removed the submit action from the `<form>` element to prevent any other accidental triggers before scratch values have been transferred into real model values
2019-10-21 16:24:57 +01:00
..
.github Updated links to docs (#1276) 2019-07-22 16:53:24 +08:00
app Prevented enter key submitting misleading member details save request (#1380) 2019-10-21 16:24:57 +01:00
config Removed and disabled use of Ember.js function prototype extensions 2019-07-01 15:53:58 +01:00
lib Remove deprecated ember-cli-htmlbars-inline-precompile dependency 2019-10-14 09:51:40 +01:00
mirage Merge branch 'master' into v3 2019-10-11 10:43:38 +01:00
public/assets Replaced favicon for better legibility (#1374) 2019-10-20 22:31:03 +05:30
tests Fixed members test for admin 2019-10-14 09:08:28 +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 grunt init, dev 2015-03-11 12:37:41 -06:00
.eslintignore Bumped ember core dependencies to 3.5.x 2019-03-06 07:39:51 +00:00
.eslintrc.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
.gitignore Bumped ember core dependencies to 3.7.x 2019-03-07 16:25:43 +00:00
.travis.yml Reverted switch to using built-in Slack notifications for Travis build 2019-09-26 13:16:58 +05:30
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
ember-cli-build.js Fixed conflicting svg ids 2019-08-28 11:33:32 +01:00
Gruntfile.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
LICENSE 2019 2019-01-01 14:20:55 +00:00
package.json Version bump to 3.0.0-beta.8 2019-10-21 18:34:46 +07:00
README.md Updated links to docs (#1276) 2019-07-22 16:53:24 +08:00
renovate.json 🐛 Fixed text editing display of markdown, html, and code cards 2019-08-28 10:17:53 +01:00
SECURITY.md Updated links to docs (#1276) 2019-07-22 16:53:24 +08:00
testem.js Update dependency ember-cli to v3.12.0 (#1299) 2019-08-21 16:24:06 +01:00
yarn.lock Merge branch 'master' into v3 2019-10-14 11:08:10 +01:00

Ghost-Admin

Build 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.