Closed plastichotsprings closed 1 year ago
nice improvements! and thanks for the screenshots.
changes look great other than a couple spec files that are now failing due to
expected to find css ".dz-preview" but there were no matches
, that should be a super easy fix.
Just attempted a fix of this, I ran the test myself and I'm getting errors related to Google APIs (see below). The css class name issue seems to be fixed though!
spec failures are confirmed to only be "flappers" 👍 merging!
Restyles the upload progress bar area (using flexboxes):
Wraps with flexbox for small screen sizes:
BONUS!: Added an aria-label to the delete icon where there previously was no descriptive text
Additional issue: It is not possible to TAB to the dropzone box to upload a file using keyboard navigation. Setting the tabindex of the dropzone box to 0 is not sufficient as the triggers are on click and on drag, not on keydown. To fix this we would need to listen for keydown.