Redesign Matchplay home page — action-first two-column layout#128
Open
Studio-18 wants to merge 16 commits into
Open
Redesign Matchplay home page — action-first two-column layout#128Studio-18 wants to merge 16 commits into
Studio-18 wants to merge 16 commits into
Conversation
✅ Deploy Preview for ttp-player-web-staging ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
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.
Motivation
Description
Coachesitem), made the brand/logo a link to home, and added a messages icon beside notifications insrc/components/MainLayout.tsx.home-redesigninsrc/pages/DashboardPage.jsxthat adds dual hero action cards, a week-aware date selector with previous/next buttons and a date-picker trigger, a combined location/distance/type filter bar, a unified activity list, and a right sidebar for My Schedule / Your Stats / Find Players CTA.src/App.cssto match the design spec (gradients, radii, spacing, and color tokens).getPlayerFutureLessonsandgetPlayerFutureGroupLessons; no API endpoints, models, authentication, or store/context logic were changed.src/pages/DashboardPage.jsx,src/components/MainLayout.tsx,src/App.css(UI-only changes).Testing
npm run lintand resolved a lint issue; lint completed successfully.npm run build; the build completed successfully (Vite build).Codex Task