IMAGINATION IN PROGRESS

Skip to content

Joestan/dropzone background

Joe Stanley requested to merge joestan/dropzone-background into dev/astros

OK... So this does a number of things.

  1. This removes the "extraneous" files from backend/static/react (i.e., all the things that git now knows to explicitly ignore, thanks to #9 (closed))
  2. This removes what I thought would work for controlling the Material UI dropzone theming. Turns out there seems to be a bug in that, and we need to work around it with plain-and-simple 'ol CSS. This stems from #7 (closed), and my notes about what I believe to be a bug in the source package are documented here

Merge request reports