Ghost/ghost/admin/app/styles
Kevin Ansfield 62553cdf92 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
..
components Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
layouts Remove Nav Item Placeholder and Set as Base Url Value 2016-03-22 07:11:20 -07:00
patterns Fixed skiplink positioning 2016-02-27 15:37:15 +00:00
app.css Copy selectize styles ready for customisation 2015-08-26 14:32:39 +01:00
csscomb.json Introduce new notification and alerts components 2015-05-22 19:05:13 +01:00