• 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
.claude Loading commit data...
ChessPieces Loading commit data...
Connections and docs Loading commit data...
Logo El3ab Loading commit data...
admin Loading commit data...
api Loading commit data...
app icons Loading commit data...
config Loading commit data...
docs Loading commit data...
includes Loading commit data...
ludo-playtest Loading commit data...
promo Loading commit data...
public Loading commit data...
screenshots Loading commit data...
test-screenshots Loading commit data...
.gitignore Loading commit data...
.htaccess Loading commit data...
ARCHITECTURE.md Loading commit data...
ASSET_REGISTRY.json Loading commit data...
ASSET_REGISTRY.md Loading commit data...
BUILD_ORDER.md Loading commit data...
DATABASE_REFERENCE.md Loading commit data...
DESIGN.md Loading commit data...
Dockerfile Loading commit data...
MULTIPLAYER_RULES.md Loading commit data...
PLAN.md Loading commit data...
Stockfishbotsapi.txt Loading commit data...
bell.png Loading commit data...
captain-definition Loading commit data...
index.php Loading commit data...
logof.png Loading commit data...
manifest.json Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
privacy-policy.php Loading commit data...
qr-code.png Loading commit data...
terms.php Loading commit data...
test-tournament-swiss.mjs Loading commit data...
test-tournament-ui.mjs Loading commit data...