working on location form, dropzone and previews

This commit is contained in:
2022-07-31 22:13:39 -04:00
parent bd6319b6b1
commit cf6e40db56
8 changed files with 368 additions and 75 deletions

View File

@@ -53,7 +53,7 @@ function LocationsPage() {
<>
<Center>{ isLoading && <Loader size="xl" variant="bars" />}</Center>
<Center><Title order={1}>Locations</Title></Center>
<Button leftIcon={<HiPlus />} onClick={(e) => {navigate("/locations/new")}}>Add New Location</Button>
<Button mb="lg" leftIcon={<HiPlus />} onClick={(e) => {navigate("/locations/new")}}>Add New Location</Button>
<SimpleGrid
spacing="md"
cols={4}