adds a new EventForm component, used as the basis for the new AddEvent and EditEvent pages
adds an ImportForm component, currently with a non-functional onSubmit until I can hook it up with Lorin's import-related backend work
various refactors and fixes for styles, including the global container class, button styling, the bottom bar, and an overflow-y rule that was hiding everything below the current view
new API route for editing, creating, and deleting events
new deleteFile Git helper function for deleting a file and staging that deletion with Git
adds key props in several map occurences that were showing React warnings, mostly from my previous PR - this can be reversed and handled separately if rebasing is an issue
Summary
EventForm
component, used as the basis for the newAddEvent
andEditEvent
pagesImportForm
component, currently with a non-functionalonSubmit
until I can hook it up with Lorin's import-related backend workcontainer
class, button styling, the bottom bar, and anoverflow-y
rule that was hiding everything below the current viewdeleteFile
Git helper function for deleting a file and staging that deletion with Gitkey
props in severalmap
occurences that were showing React warnings, mostly from my previous PR - this can be reversed and handled separately if rebasing is an issueScreenshots