- 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> |
||
|---|---|---|
| .. | ||
| components | ||
| pages | ||
| schemas | ||
| services | ||