Refactor Dashboard component to implement a structured routing system with dedicated pages for workplace input, login, chain selection, task management, and completion. Introduce centralized localStorage management for user data and navigation logic, enhancing user experience and streamlining the application flow. Remove the deprecated LoginForm component and update the MainPage to redirect users based on their authentication and task status.
Some checks failed
platform/bro-js/challenge-pl/pipeline/head There was a failure building this commit

This commit is contained in:
2025-12-14 13:58:24 +03:00
parent 9f5a236c7c
commit c9bbe83bbb
19 changed files with 881 additions and 419 deletions

4
src/pages/task/index.ts Normal file
View File

@@ -0,0 +1,4 @@
import { TaskPage } from './TaskPage'
export default TaskPage