more frontend formatting and logic for locations and rooms

This commit is contained in:
2022-03-28 22:47:37 -04:00
parent 02a9c6c99c
commit 36fe4ca701
10 changed files with 273 additions and 57 deletions

View File

@@ -2030,11 +2030,11 @@
}
},
"@mantine/core": {
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-4.0.9.tgz",
"integrity": "sha512-x7qEnot6dUqstby8G3Hn06zH39sAzC610qEUUThsw1a/UFJvHjr+UONcfDkBGX3XzcgsgOLn/HnOksUHE349fg==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-4.1.0.tgz",
"integrity": "sha512-uEHGssKveDgGHhbBrgVqp8o12m0oQGLBKH3D8bkrca1GB905ZHuj8CG+i/ojBhqdalfUwqcYGRpwwALtD+XfJg==",
"requires": {
"@mantine/styles": "4.0.9",
"@mantine/styles": "4.1.0",
"@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.0.9",
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-4.0.9.tgz",
"integrity": "sha512-Dd+wsg6pVsdgeCNNqExhh9p+K651rh1/bAlClsdlPPOoOZzEDMM2U8cN2c4ZVJVbmAeF0spcF4dFLz9G3DX3yA==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-4.1.0.tgz",
"integrity": "sha512-kdKQ9PRGbYe1YhRlqWVUVGG7IKHjdIWMX3XhSFbWWLkfUxqSG4dhwNeAZIcbHXDZhFT9xIifFlBlDiN7JIOmtA==",
"requires": {
"@popperjs/core": "^2.9.3",
"clsx": "^1.1.1",
@@ -2053,31 +2053,31 @@
}
},
"@mantine/dropzone": {
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/@mantine/dropzone/-/dropzone-4.0.9.tgz",
"integrity": "sha512-E9ULojgCUJ5tV4CoMKA7XNa6Qj67VWyXSAwaXWhDeOfMDQy8feYPIbC7lcHlbSo5nBm9IhzjXp5JMLDwRbxAPA==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@mantine/dropzone/-/dropzone-4.1.0.tgz",
"integrity": "sha512-ixu9VGg/dX5DO/BhyoSYH+9nwAmBTElBml7efClawMlvYaifhoOnNiEWykESwjGaGa6/tww0qxzd/ddsI9jEVQ==",
"requires": {
"react-dropzone": "^11.4.2"
}
},
"@mantine/hooks": {
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-4.0.9.tgz",
"integrity": "sha512-b+IrevT05/nAM2H0iKWC9BP0gr/U8kF3U8Ge+EnvSFeSOWp/exm/Wy5toorQ83nQbmfCjkSAL5WDb6Jx0gI/Fg=="
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-4.1.0.tgz",
"integrity": "sha512-bvVvHDDfYqdIxl7n+lBBwSIkcqInv6kK+fxvEfFBOUEzN6KbpJaPdaYXP788x64uFbA7AODQjdtOhk3tMyQA8Q=="
},
"@mantine/notifications": {
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-4.0.9.tgz",
"integrity": "sha512-pMM+Pb1p+OdfHl16XvT8jKer8AR/2puVpfO2AUXZ7iJWxycfYkq5vgGW9kY1lowp/B+iS1Cqc7fqwNLPo4HCnA==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-4.1.0.tgz",
"integrity": "sha512-2pdRiK4UVDSHeCcHLSY7GFyXXn4t9HkoVqypXPwybWDBeT6tSOry+5l/+/HKhOpSPktxWykr+4OACUhtBYn5dg==",
"requires": {
"clsx": "^1.1.1",
"react-transition-group": "^4.4.2"
}
},
"@mantine/styles": {
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/@mantine/styles/-/styles-4.0.9.tgz",
"integrity": "sha512-pZIJ4lAl0RDbIYosJEJpEv2iYutlIDMlgoCOac32jB3GkY1iPu2mZjVTp5/aySLI1e/2hb0Pb+kHM58nnG82wA==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@mantine/styles/-/styles-4.1.0.tgz",
"integrity": "sha512-mWFNSE5DqE/5C9TDYIkQVbTef8QyWnW8a8MADHl6S52K0iGU8nqw4jnyozB+6y9JEIxdl+sp0o16L2JnAsq7bA==",
"requires": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.7.1",