* @uppy/dashboard - factored out and visually nested FileCard scss
(Without changing any actual styles)
* @uppy/dashboard - positioned image previews well in FileCard.js for IE11
And updated CSS to depend on predictable flexbox logic.
* @uppy/dashboard - FileCard.js, ensured Firefox respects flexbox, and fixed border-radius in Safari
* @uppy/dashboard - FileCard.js, fixed imports, moved local classes to local css file
* @uppy/dashboard - FileCard.js, changed classNames as per the new convention
* @uppy/dashboard - FileCard.js, removed unneeded binds
* eslint - added the eslint warning for no unused vars
* eslint - commented out unused-variables rule
It's handy to have nearby, but we don't want to discriminate against all unused variables, sometimes they are expressive.