feat: update water level metrics and optimize sidebar UI layout

This commit is contained in:
David Fencl
2026-06-06 18:38:18 +02:00
parent 6395df1992
commit cf05e844d8
25 changed files with 503 additions and 175 deletions
+2 -1
View File
@@ -5,9 +5,10 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
// @ts-ignore
test: {
globals: true,
environment: 'jsdom',
setupFiles: './src/test/setup.ts',
setupFiles: ['./src/setupTests.ts'],
},
})