• Mahmoud Aglan's avatar
    feat: replace all system popups with 60fps in-game modals · d84fed77
    Mahmoud Aglan authored
    - Create core/modal.js — GPU-composited confirm/alert system with
      spring animations (scale + opacity on transform layer only)
    - Replace all 7 native confirm() calls across chess resign, ludo exit,
      domino resign, block user, remove friend, remove group member, leave group
    - Each modal has contextual icon, Arabic text, danger styling for destructive actions
    - Add will-change + backface-visibility GPU hints to all interactive elements
    - Add ease-in, ease-in-out timing tokens for complete animation coverage
    - All animations use transform + opacity only (never layout-triggering properties)
      ensuring consistent 60fps on mobile Safari and Chrome
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    d84fed77
Name
Last commit
Last update
..
analysis.js Loading commit data...
game.js Loading commit data...
history.js Loading commit data...
result.js Loading commit data...
review.js Loading commit data...
spectate.js Loading commit data...