- Add rating updates for the activity
- Change the users profile path from
users\[user_id]tousers\[username]instead. - Added loading skeletons to the profile page. The profile, stat cards, and graph now has loading skeletons.
- Fix the
/loginpage to properly use the refactored auth form components. - Improve UI/UX experience in the
/loginpage by turning the verify OTP dialog into a component view instead with the option to to go back similar to Vercel's sign up page. - Improve UI/UX experience in the
/sign-uppage by turning the verify OTP dialog into a view instead - Add a history tracker for each user. When they added a game, removed a game from their library, change a category of a game.
- Improve Game Form Experience but not letting user save changes when there are no change.
- Add the UI for the history tracker to the users profile page.
- Make profile picture consistent throughout pages. ( app navbar has different profile to route
users\[username]dashboard.) - Add a dedicated route for the users activity.
users\[username]\activity - Logic for getting users history should be a useInfiniteQuery. hint is to use the range() function from supabase.
- Add an empty state for activity page
- Clean up README
- Host to Vercel