soroban-abacus-flashcards/apps
Thomas Hallock 4a5294353e fix: stabilize mini skill card height and fix preview updates
**Issue 1: Buttons jumping around**
- Mini skill cards had variable height based on description text length
- Prev/Next buttons would shift position when switching skills

**Fix 1: Fixed height cards**
- Added `minHeight: '5.5rem'` to both addition and subtraction mini skill cards
- Buttons now stay in consistent position regardless of content

**Issue 2: Preview not updating on skill change**
- React Query cache wasn't invalidating when clicking prev/next buttons
- Query key was missing skill IDs for mastery+mixed mode

**Fix 2: Include skill IDs in query key**
- Added `currentAdditionSkillId`, `currentSubtractionSkillId`, `currentStepId` to query key
- Preview now regenerates when skills change in mastery mode

Files changed:
- `MasteryModePanel.tsx`: Fixed height for mini skill cards (5.5rem)
- `WorksheetPreview.tsx`: Added skill IDs to query key dependencies

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-10 14:13:19 -06:00
..
web fix: stabilize mini skill card height and fix preview updates 2025-11-10 14:13:19 -06:00