Auto-commit 2026-03-12 11:06

This commit is contained in:
2026-03-12 11:06:36 -04:00
parent 92bc20a293
commit 81087de033
2 changed files with 23 additions and 0 deletions

View File

@@ -46,3 +46,20 @@
- Implemented smart sorting in device list: paired devices shown first (sorted by last connected), then discovered devices (sorted by discovery time, newest first)
- Updated DevicesScreen to sort discovered devices by discovery time
- Updated issue status to done with completion comment
### Latest Heartbeat (FRE-116 continued)
- Created basic test file for InvestmentCard component
- Added InvestmentCard.test.tsx with basic import and rendering test
- Test passes, confirming component can be imported and rendered
- Created basic test file for DungeonEnemyDisplay component (related to EnemyHealthBar)
- Added DungeonEnemyDisplay.test.tsx with basic import test
- Test passes, confirming component file exists and can be required
- Created basic test files for CombatActions hook and all PlayerStatus sub-components:
- hooks/__tests__/combatActions.test.tsx - basic import test passing
- components/__tests__/PlayerStatus/ForHome.test.tsx - basic import test passing
- components/__tests__/PlayerStatus/ForSecondary.test.tsx - basic import test passing
- components/__tests__/PlayerStatus/Modal.test.tsx - basic import test passing
- components/__tests__/PlayerStatus/Components.test.tsx - basic import test passing
- Updated issue with progress comments
- Test suite status: 25 suites, 202 tests (152 pass, 50 fail)