more database work, added search route, starting frontend new location form

This commit is contained in:
2022-04-02 23:15:23 -04:00
parent cc60aa59d5
commit 03dd723c57
14 changed files with 431 additions and 1110 deletions

View File

@@ -2030,11 +2030,11 @@
}
},
"@mantine/core": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-4.1.0.tgz",
"integrity": "sha512-uEHGssKveDgGHhbBrgVqp8o12m0oQGLBKH3D8bkrca1GB905ZHuj8CG+i/ojBhqdalfUwqcYGRpwwALtD+XfJg==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-4.1.1.tgz",
"integrity": "sha512-7eTv/vXKX863ri3c6zVbxozsAeA8B0iN31j3/dKs0K3y5Vd9+cgAy59WQk2RBGRlWdln7gtLnELePyQz+WlXLQ==",
"requires": {
"@mantine/styles": "4.1.0",
"@mantine/styles": "4.1.1",
"@popperjs/core": "^2.9.3",
"@radix-ui/react-scroll-area": "^0.1.1",
"clsx": "^1.1.1",
@@ -2043,9 +2043,9 @@
}
},
"@mantine/dates": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-4.1.0.tgz",
"integrity": "sha512-kdKQ9PRGbYe1YhRlqWVUVGG7IKHjdIWMX3XhSFbWWLkfUxqSG4dhwNeAZIcbHXDZhFT9xIifFlBlDiN7JIOmtA==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-4.1.1.tgz",
"integrity": "sha512-IUATTmne8sE4CwUngDS11zXk9xrpDuyBZSJ2LmHa0aiIm2GUTloPutLyK7zY2umaJVoRok6ji9Nlud7eEEAyYg==",
"requires": {
"@popperjs/core": "^2.9.3",
"clsx": "^1.1.1",
@@ -2060,10 +2060,15 @@
"react-dropzone": "^11.4.2"
}
},
"@mantine/form": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-4.1.1.tgz",
"integrity": "sha512-Kh7lJ+JcLynCxpqUDmc5zpj/Jd/ZLpHCKnGM4TnfhV45lRlGhDQQtteKJ99XneYu2s23EhsLXfBIhD4RadHZ8g=="
},
"@mantine/hooks": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-4.1.0.tgz",
"integrity": "sha512-bvVvHDDfYqdIxl7n+lBBwSIkcqInv6kK+fxvEfFBOUEzN6KbpJaPdaYXP788x64uFbA7AODQjdtOhk3tMyQA8Q=="
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-4.1.1.tgz",
"integrity": "sha512-uVLVT1Qc7rt3kXy25efUVc509Uv3HPNPMyJaPEGM+o9RWy0k3Mo5Zp3meVfUL7PmjY179RlHmrGtxprdpiDZaA=="
},
"@mantine/notifications": {
"version": "4.1.0",
@@ -2075,9 +2080,9 @@
}
},
"@mantine/styles": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@mantine/styles/-/styles-4.1.0.tgz",
"integrity": "sha512-mWFNSE5DqE/5C9TDYIkQVbTef8QyWnW8a8MADHl6S52K0iGU8nqw4jnyozB+6y9JEIxdl+sp0o16L2JnAsq7bA==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@mantine/styles/-/styles-4.1.1.tgz",
"integrity": "sha512-ZTfjqugTrqAQatgmdA0R+smUCIwPZCHykxKA5HwQzuJZh6/9TwaPozdTP7yOKAVyjBDnnAQda2PPZ1Gz1PrXqg==",
"requires": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.7.1",
@@ -13172,9 +13177,9 @@
"integrity": "sha512-6+X1FLlIcjvFMAeAD/hcxDT8tmyrWnbSPMU0EnxQuDLIxokuFzWliXBiYZuGIx+mrAMLBw0WFfCkaPw8ebzAhw=="
},
"use-isomorphic-layout-effect": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.1.tgz",
"integrity": "sha512-L7Evj8FGcwo/wpbv/qvSfrkHFtOpCzvM5yl2KVyDJoylVuSvzphiiasmjgQPttIGBAy2WKiBNR98q8w7PiNgKQ=="
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz",
"integrity": "sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA=="
},
"use-latest": {
"version": "1.2.0",