fix: complete remaining tab migrations, fix LeftPanel ghost fields, remove backup files
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m42s

This commit is contained in:
Refactoring Agent
2026-05-04 16:52:43 +02:00
parent 837d963b63
commit bb8edaf57a
6 changed files with 176 additions and 0 deletions
+5
View File
@@ -387,7 +387,9 @@ Mana-Loop/
│ │ │ │ ├── ui-store-tests/
│ │ │ │ ├── store-methods.test.ts
│ │ │ │ └── stores.test.ts
│ │ │ ├── attunementStore.ts
│ │ │ ├── combatStore.ts
│ │ │ ├── craftingStore.ts
│ │ │ ├── gameActions.ts
│ │ │ ├── gameHooks.ts
│ │ │ ├── gameLoopActions.ts
@@ -465,5 +467,8 @@ Mana-Loop/
├── package.json
├── postcss.config.mjs
├── tailwind.config.ts
├── tsconfig-check.json
├── tsconfig-leftpanel.json
├── tsconfig-lp.json
├── tsconfig.json
└── vitest.config.ts