minecraft server
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 42s

This commit is contained in:
2026-03-16 19:29:49 -06:00
parent 5c4be3f053
commit 6c5e5acdc3
6 changed files with 338 additions and 7 deletions

View File

@@ -117,13 +117,21 @@ defmodule CobblemonUiWeb.DashboardLive do
<p class="text-sm text-base-content/50">Player Data Explorer</p>
</div>
</div>
<button
id="refresh-btn"
phx-click="refresh"
class="btn btn-ghost btn-sm gap-2 hover:bg-base-300/50 transition-colors"
>
<.icon name="hero-arrow-path" class="size-4" /> Refresh
</button>
<div class="flex items-center gap-2">
<.link
navigate={~p"/battles"}
class="btn btn-ghost btn-sm gap-2 hover:bg-base-300/50 transition-colors"
>
<.icon name="hero-bolt" class="size-4 text-error" /> Battles
</.link>
<button
id="refresh-btn"
phx-click="refresh"
class="btn btn-ghost btn-sm gap-2 hover:bg-base-300/50 transition-colors"
>
<.icon name="hero-arrow-path" class="size-4" /> Refresh
</button>
</div>
</div>
<div class="flex flex-col lg:flex-row gap-6">