Skip to content

Update/design#256

Open
sahilkashyap64 wants to merge 12 commits into
mainfrom
update/design
Open

Update/design#256
sahilkashyap64 wants to merge 12 commits into
mainfrom
update/design

Conversation

@sahilkashyap64
Copy link
Copy Markdown
Collaborator

No description provided.

  - GET /matches/attention
  - POST /matches/:id/cancel with fallback to DELETE /matches/:id
  - POST /matches/:id/notify
  - GET /matches/:id/notifications
  - DELETE /matches/:id/notifications/:notificationId
  - GET /matches/:id/messages
  - POST /matches/:id/messages
  - POST /matches/:id/players/:playerId/dm
… including the new { items: [{ match, alert }] } response shape.

Match details now support backend-powered:
notifying players
viewing/removing notifications
match messages
direct player messages
Profile modal now has “My Match Groups” UI using the new group APIs.
Private match creation can now invite all players from saved groups.
src/services/matches.js now handles the attention API response properly.
…button.

“Needs your attention” cards styled like the mock and clickable without breaking invite actions.
Filter rail, day strip, empty state, and grouped match feed updated.
Match cards now include mock-style pills, host strip, compact roster avatars, distance, gender marker, and roster status.
  I changed src/pages/GroupDetailPage.jsx so:

  - the Add player label is now a real button
  - clicking it opens a player picker
  - the picker loads from the new /player/match-groups/players endpoint
  - search results render as an actual selectable player list
  - selected players are added using player_id as the saved id source
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 30, 2026

PR Preview Action v1.6.2

🚀 View preview at
https://CodeMyMobile.github.io/ttp-play-dates/pr-preview/pr-256/

Built to branch gh-pages at 2026-05-04 12:43 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

…All matches / My matches / Discover, WHEN, LEVEL, FORMAT, and GENDER controls match the mock’s spacing, chip sizing, and rounded container

updated day headings to render like TODAY · Thu, Apr 23, TOMORROW · Fri, Apr 24, etc.
restyled the match cards to better match the design: larger cards, stronger title hierarchy, icon badges for Private / Open / Verified, larger avatar stack, and more accurate spot pills
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant