• Mahmoud Aglan's avatar
    feat: social features — groups, block/mute, profile view, spectate · 98d9abef
    Mahmoud Aglan authored
    Full end-to-end implementation with DB, API, frontend, and realtime sync:
    
    - Block/Mute: player_blocks table, block checks in chat/matchmaking/invites,
      blocked-list UI in settings, block/mute buttons in opponent menu
    - View Other Player's Profile: friendship_status, block_status, action buttons
      (add friend/challenge/message/block), spectate live indicator
    - Groups: create/join/leave, group chat with realtime, game invites with
      accept flow, member management (add/remove), notifications
    - Spectate: find-active-match API, chess spectate scene with live board
      updates, tournament spectate buttons, profile "watching live" indicator
    
    DB migrations: groups + group_members tables, chat_messages columns added.
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    98d9abef
Name
Last commit
Last update
..
achievements.php Loading commit data...
activity.php Loading commit data...
ads.php Loading commit data...
analysis.php Loading commit data...
auth.php Loading commit data...
avatar.php Loading commit data...
battlepass.php Loading commit data...
bots.php Loading commit data...
branding.php Loading commit data...
challenges.php Loading commit data...
chat.php Loading commit data...
config.php Loading commit data...
daily-reward.php Loading commit data...
domino-match.php Loading commit data...
domino.php Loading commit data...
friends.php Loading commit data...
game.php Loading commit data...
groups.php Loading commit data...
leaderboard.php Loading commit data...
ludo-match.php Loading commit data...
ludo.php Loading commit data...
match-history.php Loading commit data...
matchmaking.php Loading commit data...
multiplayer.php Loading commit data...
notifications.php Loading commit data...
org-apply.php Loading commit data...
orgs.php Loading commit data...
profile.php Loading commit data...
puzzles.php Loading commit data...
ratings.php Loading commit data...
shop.php Loading commit data...
swiss.php Loading commit data...
theme.php Loading commit data...
tournament-match.php Loading commit data...
tournaments.php Loading commit data...