MosswartOverlord/frontend/src/components/windows
Erik d2c30b610b fix(v2): character window now updates live from WebSocket
The CharacterWindow only fetched once from API on mount and never
updated. Now:
- character_stats WS messages are tracked in useLiveData via ref
- Passed through WindowRenderer to CharacterWindow as liveStats prop
- Window uses live WS data when available, falls back to API fetch
- Attributes, skills, vitals base values, properties (augmentations,
  ratings, etc.), allegiance all update in real-time

Also: vitals bars in the character window use live WS vitals data
(health_percentage etc.) for real-time HP/Stamina/Mana display.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 16:02:49 +02:00
..
CharacterWindow.tsx fix(v2): character window now updates live from WebSocket 2026-04-14 16:02:49 +02:00
ChatWindow.tsx feat(v2): 13 improvements — functional, visual, UX, backend 2026-04-14 13:49:40 +02:00
CombatPickerWindow.tsx fix(v2): move Dashboard to tool links + fix Combat sidebar button 2026-04-14 10:19:57 +02:00
CombatStatsWindow.tsx feat(v2): 13 improvements — functional, visual, UX, backend 2026-04-14 13:49:40 +02:00
DraggableWindow.tsx feat(v2): remove old dashboard, add vitae + resizable windows 2026-04-14 15:33:07 +02:00
InventoryWindow.tsx fix: add missing useRef import to InventoryWindow 2026-04-14 13:54:51 +02:00
IssuesWindow.tsx fix(v2): issues board — full v1 feature parity 2026-04-12 22:41:13 +02:00
PlayerDashboardWindow.tsx feat(v2): remove old dashboard, add vitae + resizable windows 2026-04-14 15:33:07 +02:00
QuestStatusWindow.tsx feat(v2): Quest Status + Player Dashboard as React windows 2026-04-14 14:02:00 +02:00
RadarWindow.tsx fix(v2): player zoom + dot blink + version + sidebar links + dungeon radar + rare emojis 2026-04-13 12:04:27 +02:00
StatsWindow.tsx fix(v2): comprehensive bug fix round — all reported issues 2026-04-12 18:31:06 +02:00
VitalSharingWindow.tsx fix(v2): all reported issues — missing windows, broken features, layouts 2026-04-12 18:49:16 +02:00
WindowRenderer.tsx fix(v2): character window now updates live from WebSocket 2026-04-14 16:02:49 +02:00