feat(frontend): convert to ts (#37)

* feat(frontend): convert to ts

* refactor(frontend): axios-override - simplify shouldMock type

* fix: refine stage labels

* refactor(frontend): refine `useUserId` signature

* fix(frontend): descriptionLines and langsCount can be undefined

* refactor(frontend): refine casting on redirectCode

* refactor(frontend): refine stageIndex title and types

* refactor(frontend): apply pr review comments changes

* refactor(frontend): group properties using reference groups

* refactor(frontend): remove outdated comment

* fix(frontend): mock-http - simplify code
This commit is contained in:
Marco Pasqualetti
2026-01-29 09:42:25 +01:00
committed by GitHub
parent 4937f5354d
commit 24907643ac
74 changed files with 1709 additions and 1550 deletions
+3
View File
@@ -72,3 +72,6 @@ jobs:
- name: Lint (knip)
run: pnpm run lint:knip
- name: Typecheck
run: pnpm run typecheck