Merge pull request #249 from EtienneLescot/feat/webcam-selector-optimization

feat: added webcam source selector and optimized horizontal UI
This commit is contained in:
Sid
2026-04-02 23:30:30 -07:00
committed by GitHub
11 changed files with 1280 additions and 173 deletions
+4
View File
@@ -70,6 +70,9 @@
"devDependencies": {
"@biomejs/biome": "^2.3.13",
"@playwright/test": "^1.58.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^25.0.3",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
@@ -82,6 +85,7 @@
"electron-rebuild": "^3.2.9",
"fast-check": "^4.5.2",
"husky": "^9.1.7",
"jsdom": "^29.0.1",
"lint-staged": "^16.3.2",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",