veza/apps/web/src/features/profile
senke 1744fac6aa refactor(profile): decompose UserProfilePage into user-profile-page module
- Add user-profile-page/ with useUserProfilePage, Hero, Header, Tabs, Skeleton, Error
- Re-export UserProfilePage from UserProfilePage.tsx
- Stories: Default (/u/demo), Loading (Skeleton), NotFound (/u/notfound)
- MSW: GET /api/v1/users/by-username/:username (404 for notfound)
- Tests: mock useUserProfilePage, ToastProvider; 7 tests pass

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-06 13:10:33 +01:00
..
components fix(ui): call onAvatarUpdated('') after successful avatar delete 2026-02-05 22:24:50 +01:00
pages refactor(profile): decompose UserProfilePage into user-profile-page module 2026-02-06 13:10:33 +01:00
schemas refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
services incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00