Commit 28c408b
feat: implement architectural overhaul
- Implement backend `/auth/refresh` endpoint with logic in `AuthService`.
- Implement robust frontend 401 interceptor logic to handle token refresh and retry API requests.
- Add NgRx state management (reducers, actions) for User, Cart, and Catalog.
- Standardize catalog components (`treatments-catalog` and `veils-catalog`) to uniformly use `EntityListComponent` and `EntityCardComponent`.
- Clean up tests and ensure `test-results` are git-ignored.
Co-authored-by: beginwebdev2002 <102213457+beginwebdev2002@users.noreply.github.com>1 parent f8892e1 commit 28c408b
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments