Rework battle command selection menus

This commit is contained in:
2026-07-03 17:44:17 +09:00
parent ea6acefe7b
commit 43dab94ba6
8 changed files with 142 additions and 92 deletions

View File

@@ -0,0 +1,23 @@
# Battle command menu rework report
## Summary
- Reworked the battle command menu rows to use larger raster icons, clearer status badges, and short tactical details.
- Reworked strategy/item selection rows to align with the combat preview panel: large action icon, value card, and three compact metric chips.
- Reworked target candidate rows to show icon-based mini metrics for damage/heal/buff, success or hit rate, and counter/status impact.
## Verification
- Build: `pnpm build` succeeded.
- Local browser: command menu, strategy menu, and support target candidate guide opened without console errors.
- Deployed browser: `https://comtropy.synology.me/heros_web/?debug&debugBattleSetup=attack-preview&v=command-menu-rework-20260703b` opened in a PC browser without console errors.
- Console errors: 0 during local verification and 0 during deployed verification.
## Captures
- Local command menu: `docs/battle-command-menu-rework-local-command-menu.png`
- Local strategy menu: `docs/battle-command-menu-rework-local-strategy-menu.png`
- Local support targeting guide: `docs/battle-command-menu-rework-local-support-targeting.png`
- Deployed command menu: `docs/battle-command-menu-rework-prod-command-menu.png`
- Deployed strategy menu: `docs/battle-command-menu-rework-prod-strategy-menu.png`
- Deployed support targeting guide: `docs/battle-command-menu-rework-prod-support-targeting.png`