feat: character header showing identity info (Closes #9) #55

Merged
shahondin1624 merged 1 commits from feature/issue-9-character-header into main 2026-03-13 13:25:11 +01:00

Summary

  • New CharacterHeader composable in lib/components/charactermodel/
  • Displays name (large typography), metatype (badge), concept, age, gender
  • Compact: vertical stack; Medium/Expanded: horizontal row
  • Placed above attributes grid in character sheet route

Closes #9

## Summary - New `CharacterHeader` composable in `lib/components/charactermodel/` - Displays name (large typography), metatype (badge), concept, age, gender - Compact: vertical stack; Medium/Expanded: horizontal row - Placed above attributes grid in character sheet route Closes #9
shahondin1624 added 1 commit 2026-03-13 13:25:06 +01:00
Add CharacterHeader composable displaying character identity info
prominently above the attributes grid. Compact layout stacks
vertically, Medium/Expanded uses horizontal row. Metatype shown as
a badge chip. Integrated into character sheet route in App.kt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
shahondin1624 merged commit 6af4120959 into main 2026-03-13 13:25:11 +01:00
shahondin1624 deleted branch feature/issue-9-character-header 2026-03-13 13:25:11 +01:00
Sign in to join this conversation.