refactor: cleanup codebase — remove hydration guards, extract constants, fix bugs
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m20s

This commit is contained in:
2026-05-26 11:20:36 +02:00
parent 5c64bb00fa
commit b402b8f56e
23 changed files with 579 additions and 979 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export function ManaDisplay({
style={{
background: 'var(--mana-raw)',
border: '1px solid var(--border-accent)',
color: '#0C1020',
color: 'var(--bg-gather-btn)',
fontWeight: 600,
}}
onMouseDown={onGatherStart}