This commit is contained in:
Dorian
2026-03-12 16:35:59 +00:00
parent 45216e5dfc
commit bc4a52bc12
18 changed files with 1754 additions and 85 deletions
+2 -2
View File
@@ -575,7 +575,7 @@ const tierClass = (t: number) => `tier-${t}`
</button>
</div>
<!-- Practice -->
<!-- Training -->
<button
class="w-full mt-2 py-2.5 bg-white/3 border border-white/10 text-text-muted
font-display font-bold text-xs tracking-widest
@@ -586,7 +586,7 @@ const tierClass = (t: number) => `tier-${t}`
@click="practice"
>
<span v-if="isJoiningPractice" class="w-3.5 h-3.5 border-2 border-white/20 border-t-white/50 rounded-full animate-spin" />
{{ isJoiningPractice ? 'STARTING...' : 'PRACTICE' }}
{{ isJoiningPractice ? 'STARTING...' : 'TRAINING' }}
</button>
<p v-if="fightError" class="font-mono text-[10px] text-neon-pink mt-2">{{ fightError }}</p>