feat(phase2): add photo display to inventory card with modal viewer

- Create PhotoModal component for full-res photo viewing
- Add photo thumbnail (200px square) to inventory item card
- Implement photo modal trigger on thumbnail click
- Add fallback text when no photo available
- Modal closeable via X button, click outside, or Escape key
- Image scales responsively without stretching
- Add comprehensive test coverage (30+ tests)
- All 427 tests passing, build successful
- TypeScript strict mode compliant
This commit is contained in:
2026-04-21 14:53:27 +03:00
parent 74c91b117f
commit 3df15cf68f
5 changed files with 880 additions and 8 deletions

File diff suppressed because one or more lines are too long