- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
635 B
635 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 42f67635-210d-4105-b118-5b787330b93c | solution | Fix Gameday lineup row selection bug |
|
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.