docbrown/app/javascript/article-form/components
Suzanne Aitchison 54e8fd8c8a
Refactor problematic markup for upload image (#13947) (#14431)
* refactor of ImageUploader

* refactor cover image uploader, update tests

* remove custom axe rules

* add cypress tests

* always render the hidden input

* tweaks
2021-08-09 16:00:01 +01:00
..
__tests__ Refactor problematic markup for upload image (#13947) (#14431) 2021-08-09 16:00:01 +01:00
Help Refactoring help component (and fragmenting it too) (#10895) 2021-05-05 12:58:40 +07:00
AccessibilitySuggestions.jsx Advise users about potential accessibility failings in their posts - RFC #58 (#13745) 2021-06-03 10:27:12 +01:00
ArticleCoverImage.jsx Refactor problematic markup for upload image (#13947) (#14431) 2021-08-09 16:00:01 +01:00
ClipboardButton.jsx "Copied!" label no longer wrapping to the next line (#12128) 2021-01-05 13:24:55 -05:00
Close.jsx updates article form to have warning modal (#12430) 2021-01-28 11:32:28 -05:00
dragAndDropHelpers.js Ran prettier on *.js, *.jsx and *.md files. (#11586) 2020-11-23 20:45:50 -05:00
EditorActions.jsx Optimise dropdowns for accessibility: Preact component usages (#13948) 2021-06-15 12:06:27 +01:00
EditorBody.jsx Add mention autocomplete to posts (#13101) 2021-03-31 14:42:59 +01:00
ErrorList.jsx Ran prettier on *.js, *.jsx and *.md files. (#11586) 2020-11-23 20:45:50 -05:00
Form.jsx Layout updates (#8107) 2020-06-04 16:12:17 +02:00
Header.jsx updates article form to have warning modal (#12430) 2021-01-28 11:32:28 -05:00
ImageUploader.jsx Refactor problematic markup for upload image (#13947) (#14431) 2021-08-09 16:00:01 +01:00
index.js Remove non application files from frontend code coverage (#11752) 2020-12-04 20:00:20 -05:00
Meta.jsx Drop containers styling (#10203) 2020-09-09 09:37:16 +02:00
Options.jsx Optimise dropdowns for accessibility: Preact component usages (#13948) 2021-06-15 12:06:27 +01:00
PageTitle.jsx Rename WRITE A POST to CREATE POST (#13855) 2021-05-25 10:30:30 -07:00
pasteImageHelpers.js Add paste image (#10212) 2021-02-04 10:58:56 -05:00
Preview.jsx Advise users about potential accessibility failings in their posts - RFC #58 (#13745) 2021-06-03 10:27:12 +01:00
Tabs.jsx Fix layout shift on active crayons-tabs change. (#13300) 2021-05-12 11:45:36 -04:00
TagsField.jsx Updates ESLint rules to error on default imports (#12512) 2021-02-02 10:24:03 -05:00
Title.jsx Rename WRITE A POST to CREATE POST (#13855) 2021-05-25 10:30:30 -07:00
Toolbar.jsx