feat(ui): redesign panel with Mantine light theme, routing, modals and notifications

This commit is contained in:
2026-02-28 23:12:47 +03:00
parent 0dd8f60626
commit d0b5f4c10f
16 changed files with 2264 additions and 231 deletions

View File

@@ -9,8 +9,14 @@
"start": "serve -s dist -l 3000"
},
"dependencies": {
"@mantine/core": "^8.3.15",
"@mantine/hooks": "^8.3.15",
"@mantine/modals": "^8.3.15",
"@mantine/notifications": "^8.3.15",
"@tabler/icons-react": "^3.37.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"react-router-dom": "^7.13.1"
},
"devDependencies": {
"@types/react": "^18.3.18",
@@ -19,4 +25,4 @@
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}
}