fix: SpireTab refresh - cast bar, mana costs, full-screen mode, exit button
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m14s

This commit is contained in:
2026-05-08 14:57:35 +02:00
parent d496dd241b
commit d1c90cd544
13 changed files with 655 additions and 520 deletions
+6 -1
View File
@@ -12,7 +12,9 @@ Mana-Loop/
│ └── custom.db
├── docs/
│ ├── GAME_BRIEFING.md
│ ├── PLAN-SpireTab-refresh.md
│ ├── SPEC-SpireTab-refresh.md
│ ├── TASKS-SpireTab-refresh.md
│ ├── project-structure.txt
│ └── skills.md
├── download/
@@ -130,6 +132,8 @@ Mana-Loop/
│ │ │ │ ├── SkillMultipliers.tsx
│ │ │ │ ├── SkillRow.tsx
│ │ │ │ ├── SpellsTab.tsx
│ │ │ │ ├── SpireActiveSpells.tsx
│ │ │ │ ├── SpireGolems.tsx
│ │ │ │ ├── SpireHeader.tsx
│ │ │ │ ├── SpireTab.tsx
│ │ │ │ ├── StatsTab.tsx
@@ -392,7 +396,8 @@ Mana-Loop/
│ │ │ │ ├── mana.test.ts
│ │ │ │ ├── regen.test.ts
│ │ │ │ ├── skill.test.ts
│ │ │ │ ── spell-cost.test.ts
│ │ │ │ ── spell-cost.test.ts
│ │ │ │ └── spire-tab-refresh.test.ts
│ │ │ ├── attunementStore.ts
│ │ │ ├── combat-actions.ts
│ │ │ ├── combatStore.ts