Commit Graph

9 Commits

Author SHA1 Message Date
yaroslav k
ae2fa1c723 ac fix 2026-08-16 14:33:11 +03:00
yaroslav k
294bf430fd character: drop player card; RU headings; growable attunements; AC
- PlayerCard removed — it duplicated the sidebar editors; the character
  page now shows only prepared spells and attunements
- headings are plain RU: Заготовленные заклинания / Атюнменты
  (no EN/RU double labels; h6 no longer lowercased)
- Attunements is Vec<Option<String>> instead of a fixed 3-slot array;
  '+ слот' appends a slot, so custom campaigns can track more items
  (old saved JSON parses: arrays map to Vec)
- PlayerData.ac (u8, serde default 0): manual armor-class input in the
  sidebar HP block (hp/оз, ac/КД), editable like the HP numbers
2026-08-16 13:07:07 +03:00
YK
5870ec2def css: change dst reset button appearance 2025-09-13 16:50:14 +03:00
YK
05563c18ec sidebar part 4: spell slot block 2025-09-13 16:28:44 +03:00
YK
260dbc6b27 css fix 2025-09-13 16:05:48 +03:00
YK
e956e986fb todo 2025-09-13 12:57:50 +03:00
YK
4e232e97e0 sidebar part 3: death save throws block 2025-09-13 12:48:01 +03:00
YK
1c0c0a2b5f sidebar part 2: hit dice block 2025-09-13 11:53:59 +03:00
YK
37f2232af1 sidebar part 1: character image, name, class, level, xp, hp 2025-09-12 11:44:55 +03:00