claude-memory/graph/solutions/fix-gameday-lineup-row-selection-bug-42f676.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

635 B

id type title tags importance confidence created updated
42f67635-210d-4105-b118-5b787330b93c solution Fix Gameday lineup row selection bug
sba-scouting
python
textual
fix
0.5 0.8 2026-01-28T19:47:12.001465+00:00 2026-01-28T19:47:12.001465+00:00

Fixed bug in sba-scouting Gameday screen where clicking to select a player in the middle of the lineup would operate on the last added player. The deselect feature (for screenshots) was toggling cursor_type on every click instead of only when clicking the same row twice. Added _last_lineup_row tracking and Click handler to re-enable selection after deselect.