Update dependencies, refactor authentication, and enhance UI components
- Upgraded @reduxjs/toolkit to version 2.9.0 and added new dependencies including @techniker-me/pcast-api and moment. - Refactored authentication logic and added middleware for improved request handling. - Introduced new UI components such as buttons, loaders, and forms, along with a theme system following SOLID principles. - Updated routing to include protected routes and improved the login form with better error handling. - Removed unused CSS and organized the project structure for better maintainability.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
"downlevelIteration": true,
|
||||
"sourceMap": true,
|
||||
"noEmit": true,
|
||||
"noEmitHelpers": true,
|
||||
"importHelpers": true,
|
||||
"noEmitHelpers": false,
|
||||
"importHelpers": false,
|
||||
"strictNullChecks": true,
|
||||
"noUnusedParameters": true,
|
||||
"noUnusedLocals": true,
|
||||
@@ -28,6 +28,7 @@
|
||||
"routers/*": ["./routers/*"],
|
||||
"store/*": ["./store/*"],
|
||||
"services/*": ["./services/*"],
|
||||
"theme/*": ["./theme/*"],
|
||||
"lang/*": ["./lang/*"],
|
||||
"views/*": ["./views/*"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user