minecraft server
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 42s
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 42s
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user