Skip to content

Commit 28c408b

Browse files
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

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ dist
2323
dist-ssr
2424
*.local
2525

26+
frontend/test-results
27+
frontend/playwright-report
28+
frontend/playwright/.cache
29+
2630
# Editor directories and files
2731
.vscode/*
2832
!.vscode/extensions.json

0 commit comments

Comments
 (0)