Integrate Shanmukh's UI theme and replace dashboard with profile page#10
Open
Integrate Shanmukh's UI theme and replace dashboard with profile page#10
Conversation
- Implemented comprehensive activity feed showing user actions - Added support for multiple activity types: followed users, watchlist additions, watched movies, and listed movies - Integrated URL-based tab persistence so active tab persists on page refresh - Activity feed displays timestamps, movie details, ratings, and likes - Designed modular template with placeholder data ready for backend integration
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
… password and also ability to see when a game was last played
…e page - Integrated Shanmukh's glassmorphism UI theme (glass-strong, gradients, sky/cyan colors) - Replaced dashboard page with comprehensive profile page - Created framework for all tabs (profile, activity, reviews, lists, friends) - Added lists tab with placeholder movie lists - Added placeholder content to friends tab - Updated routing to use /dashboard for profile page - Applied new UI theme throughout profile page components
…board - Remove /user/profile and /profile pages (unused) - Move PlatformConnections, FavoritesSection, and RecentGamesSection to dashboard profile tab - Update all redirects to point to /dashboard?tab=profile instead of /user/profile - Remove ProfileUpload.test.tsx that referenced deleted profile page - Clean up dashboard code and remove unnecessary comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed unused profile pages and moved all Steam/Xbox/PlayStation/Nintendo platform connection features to the dashboard profile tab. Updated all redirects to point to dashboard instead of user/profile.