0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/client/app/styles/components
Kevin Ansfield 260963e6b1 Replace jQuery-based uploader.js with ember components
no issue
- adds `gh-image-uploader` that handles image uploads in a fully ember fashion and with no dependency on `uploader.js`
- adds `gh-image-uploader-with-preview` that can fully replace the old `gh-uploader`
- replace uses of `gh-uploader` in PSM & TSM with `gh-image-uploader-with-preview`
- updates the editor preview image handling to use the new `gh-image-uploader-with-preview` component
- updates the image upload modal to use `gh-image-uploader` (utilises the `saveButton=false` flag which means the preview has to be handled externally to avoid auto-replacement when typing a URL)
- removes all old `uploader.js` related code
- adds custom `RequestEntityTooLargeError` and `UnsupportedMediaTypeError` errors to our `ajax` service
2016-04-05 12:03:20 +01:00
..
badges.css Introduce CSScomb 2015-05-22 19:05:10 +01:00
dropdowns.css Consolidation of dropdown sizes 2015-08-27 13:27:49 +02:00
modals.css Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
notifications.css Multiple minor visual style fixes 2015-08-12 10:29:40 +02:00
pagination.css Main colour audit 2015-06-24 13:37:37 +01:00
popovers.css Introduce CSScomb 2015-05-22 19:05:10 +01:00
selectize.css Search mobile fixes 2015-09-02 16:13:18 +02:00
settings-menu.css Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
splitbuttons.css Fix splitbutton height regression 2015-08-25 13:58:24 +02:00
uploader.css Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00