🎨 Improve code formatting for better readability in tournament status components
This commit is contained in:
@@ -31,12 +31,13 @@
|
|||||||
<div v-if="loading" class="status loading">⏳ Loading tournaments...</div>
|
<div v-if="loading" class="status loading">⏳ Loading tournaments...</div>
|
||||||
|
|
||||||
<!-- Error State -->
|
<!-- Error State -->
|
||||||
<div v-else-if="error" class="status error">
|
<div v-else-if="error" class="status error">❌ Error: {{ error }}</div>
|
||||||
❌ Error: {{ error }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Empty State -->
|
<!-- Empty State -->
|
||||||
<div v-else-if="!tournaments || tournaments.length === 0" class="status empty">
|
<div
|
||||||
|
v-else-if="!tournaments || tournaments.length === 0"
|
||||||
|
class="status empty"
|
||||||
|
>
|
||||||
No tournaments found. Create one at
|
No tournaments found. Create one at
|
||||||
<a href="https://challonge.com" target="_blank">Challonge.com</a>
|
<a href="https://challonge.com" target="_blank">Challonge.com</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user