Refactor code structure for improved readability and maintainability

This commit is contained in:
hamed
2026-07-10 11:27:17 +03:30
parent ab2ab0dea2
commit 778876b1f7
12 changed files with 318 additions and 139 deletions
+16
View File
@@ -20,6 +20,7 @@
"@mui/x-charts": "^7.29.1",
"@mui/x-date-pickers": "^7.29.4",
"@next/third-parties": "^16.2.10",
"altcha": "^3.2.0",
"aos": "^2.3.4",
"axios": "^1.13.2",
"date-fns": "^4.1.0",
@@ -2841,6 +2842,15 @@
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/altcha": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/altcha/-/altcha-3.2.0.tgz",
"integrity": "sha512-wxOTBXigI5SeMjkpA4RhVZifTJr0HYCiVnbQHrvcg5u8XS+1hyKuDs1JE4XsaElpaIFtvmw2ami5dgseysr54w==",
"license": "MIT",
"dependencies": {
"hash-wasm": "^4.12.0"
}
},
"node_modules/ansi-escapes": {
"version": "4.3.2",
"license": "MIT",
@@ -5437,6 +5447,12 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/hash-wasm": {
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/hash-wasm/-/hash-wasm-4.12.0.tgz",
"integrity": "sha512-+/2B2rYLb48I/evdOIhP+K/DD2ca2fgBjp6O+GBEnCDk2e4rpeXIK8GvIyRPjTezgmWn9gmKwkQjjx6BtqDHVQ==",
"license": "MIT"
},
"node_modules/hasown": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",