Ghost/ghost/admin
Kevin Ansfield 165b2efac9 Added auto-scroll when dragging gallery images (#1083)
no issue

Adds auto-scroll if the mouse is placed near the top or bottom of the window whilst dragging an image to re-order it within a gallery. Useful when the position you want to drag to is not currently on screen.

- append drop indicator element to `.koenig-editor` element to account for scrolling (also fixes indicator positioning bug with current implementation if you use mouse-wheel or keyboard to scroll the page whilst dragging)
- generalise `getParent` util to accept a 
  - switch to using selectors rather than dataset for finding parent draggable/droppable/container
- add a `ScrollHandler` class that is used by the `koenigDragDropHandler` service to trigger scrolling whilst dragging
2018-12-13 12:17:43 +00:00
..
.github Updated links to use v2 docs (#1036) 2018-08-15 23:35:17 +02:00
app 🐛 Fixed ability to submit invite form with a missing role (#1080) 2018-12-10 14:26:05 +00:00
config Dropped IE11 browser target for transpilation 2018-08-14 17:49:50 +01:00
lib Added auto-scroll when dragging gallery images (#1083) 2018-12-13 12:17:43 +00:00
mirage Fixed webhook modal title showing "New webhook" when editing a webhook 2018-11-12 16:31:47 +00:00
public/assets Added new theme directory links to Ghost Admin (#1078) 2018-12-04 18:04:52 +07:00
tests Removed outdated Ghost-Desktop client check (#1047) 2018-11-26 08:28:48 +00: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
.eslintrc.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
.gitignore Added gallery card to the editor 2018-08-30 17:48:20 +01:00
.travis.yml Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
ember-cli-build.js 🐛 Koenig - Fixed Cmd+Backspace with special chars and Firefox triple-click behaviour 2018-07-17 18:13:05 +01:00
Gruntfile.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
LICENSE 2018 2018-01-02 21:46:16 +00:00
package.json Version bump to 2.8.0 2018-12-11 14:25:52 +01:00
README.md Slack -> Forum 2018-04-02 17:06:14 +01:00
testem.js Bump Ember dependencies to 3.0 (#961) 2018-02-28 17:31:43 +00:00
yarn.lock UI refinements (#1075) 2018-11-26 14:25:47 +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 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-2018 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.