1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
No description
Find a file
Kevin Ansfield 7ca85838c8
🐛 Fixed unreachable toolbar when editing wrapped links (#1511)
closes https://github.com/TryGhost/Ghost/issues/9792

- use `getClientRects()` to get separate rectangles for each line of a link and use the mouse position to find the closest one so that the toolbar can be positioned relative to that link section on that line rather than always in the middle of the editor canvas
- pass the rectangle used for positioning the link toolbar through to the link input component so that there is no jumping of position when clicking the edit button
2020-03-07 18:22:56 +00:00
.github Switched testing to GitHub Actions 2020-03-04 15:18:23 +00:00
app Updated suspended badge for staff list 2020-03-05 12:12:09 +01:00
config Silenced Component#sendAction deprecation 2020-01-14 15:39:48 +00:00
lib 🐛 Fixed unreachable toolbar when editing wrapped links (#1511) 2020-03-07 18:22:56 +00:00
mirage Fixed tests for labels (#1493) 2020-02-14 16:37:25 +05:30
public/assets Member geolocation design refinements 2020-02-27 15:14:26 +01:00
tests Updated notifications design (#1498) 2020-02-27 09:19:29 +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
.eslintignore Bumped ember core dependencies to 3.5.x 2019-03-06 07:39:51 +00:00
.eslintrc.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00: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
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 2020 2020-01-07 18:38:25 +00:00
package.json Update dependency element-resize-detector to v1.2.1 (#1469) 2020-03-03 14:51:51 +00:00
README.md Updated README with new CI badge 2020-03-04 15:24:03 +00:00
renovate.json 🐛 Fixed infinite scroll on posts/pages lists in admin 2020-02-24 11:28:25 +00:00
SECURITY.md Updated links to docs (#1276) 2019-07-22 16:53:24 +08:00
testem.js Switched testing to GitHub Actions 2020-03-04 15:18:23 +00:00
yarn.lock Update dependency element-resize-detector to v1.2.1 (#1469) 2020-03-03 14:51:51 +00:00

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.