• Mahmoud Aglan's avatar
    fix: analysis system — progressive per-move analysis with progress bar · d34a923d
    Mahmoud Aglan authored
    Problems fixed:
    - Analysis no longer freezes (was sending all positions in one request)
    - Now analyzes position-by-position with live progress updates
    - Progress bar shows "تحليل النقلة 5 من 30" with fill animation
    - Fallback: loads moves from moves[] array when PGN is empty
    - Added 'cache' API action to save analysis results with service key
    - Fixed curl handle leak (unset → proper handling)
    
    Flow: click analyze → progress bar fills per move → results render → cached
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    d34a923d
Name
Last commit
Last update
..
analysis.js Loading commit data...
app.js Loading commit data...
backgammon-bot.js Loading commit data...
backgammon-constants.js Loading commit data...
backgammon-game.js Loading commit data...
backgammon-live.js Loading commit data...
backgammon-ui.js Loading commit data...
board.js Loading commit data...
chess.min.js Loading commit data...
domino-bot.js Loading commit data...
domino-constants.js Loading commit data...
domino-game.js Loading commit data...
domino-live.js Loading commit data...
domino-ui.js Loading commit data...
game-live.js Loading commit data...
game.js Loading commit data...
ludo-bot.js Loading commit data...
ludo-chat.js Loading commit data...
ludo-constants.js Loading commit data...
ludo-game.js Loading commit data...
ludo-live.js Loading commit data...
ludo-ui.js Loading commit data...
openings.js Loading commit data...
puzzles.js Loading commit data...
realtime.js Loading commit data...