fix(api): fix api endpoint logic #5

chore(env): obscure api url in env

feat(ui): render subjects according to user preparation unit
This commit is contained in:
Dacca Retro
2025-08-18 15:06:50 +06:00
parent e3673951c6
commit 58d4d14a51
15 changed files with 3853 additions and 577 deletions

View File

@ -19,7 +19,9 @@
"lucide-react": "^0.523.0",
"next": "15.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"tailwind-merge": "^3.3.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@capacitor/cli": "^7.4.2",