feat: update MainForm component for improved form handling and validation; add i18next support for localization

This commit is contained in:
2026-01-14 13:01:45 +01:00
parent 28c3c119f1
commit 411e3cba46
6 changed files with 520 additions and 374 deletions

View File

@@ -16,19 +16,21 @@
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@mui/styled-engine-sc": "^7.3.6",
"@tailwindcss/vite": "^4.1.11",
"i18next": "^25.7.4",
"js-cookie": "^3.0.5",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.2.0",
"react-i18next": "^16.5.3",
"react-router-dom": "^7.11.0",
"styled-components": "^6.1.19",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"tailwindcss-animate": "^1.0.7",
"@tailwindcss/vite": "^4.1.11"
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
@@ -41,4 +43,4 @@
"typescript-eslint": "^8.46.4",
"vite": "^7.2.4"
}
}
}