Block a user
funman300
pushed to docs/card-game-integration at funman300/Ferrous-Solitaire
2026-05-29 20:44:40 +00:00
docs: card_game integration gap analysis
Thanks for the detailed response!
Scoring sub-rules
The rules we use are the Windows XP Standard scoring variant. Here is the exact table already implemented in `solitaire_core/src/scori…
Audit animation and timer systems for reactive render compatibility
Switch focused render mode to reactive (render on demand) to save battery
funman300
pushed to docs/card-game-integration at funman300/Ferrous-Solitaire
2026-05-28 23:23:08 +00:00
Leaderboard panel missing modal scrim guard
Fix applied — commit
Fix applied — commit ccf280e
Root cause: toggle_leaderboard_screen lacked the other_modal_scrims query that prevents a second ModalScrim from stacking on top of an already-open…
Leaderboard panel missing modal scrim guard
Leaderboard panel missing modal scrim guard
docs: card_game integration gap analysis
funman300
created branch docs/card-game-integration in funman300/Ferrous-Solitaire
2026-05-28 22:28:56 +00:00
funman300
pushed to docs/card-game-integration at funman300/Ferrous-Solitaire
2026-05-28 22:28:56 +00:00
Stats panel can open on top of another modal (missing scrim guard)
Fixed in commit f1d9601
Root cause
toggle_stats_screen only checked screens.single() to see if the Stats panel itself was already open. It never checked whether another modal…
Stats panel can open on top of another modal (missing scrim guard)
Stats panel can open on top of another modal (missing scrim guard)