[Update] Config Window: Add slider component by using Material UI reluctantly.

I didn't want to use it because it's hard to customize. but I didn't like the slider's thumbs behaver so I did it.
It has Tooltip component so It will be useful somewhere. still difficult to customize it, tho.
This commit is contained in:
Sakamoto Shiina
2024-08-01 10:42:29 +09:00
parent 14e033b2e9
commit 072a85750b
7 changed files with 598 additions and 45 deletions

View File

@@ -11,12 +11,14 @@
"vite-preview": "vite preview",
"tauri": "tauri",
"tauri-dev": "tauri dev",
"dev": "npm run build-python && npm run dev-ui",
"dev-ui": "npm-run-all --parallel vite tauri-dev",
"build": "npm run build-python && npm run vite-build && npm run tauri build"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.6",
"@tauri-apps/api": "^1",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",