new battle ui
All checks were successful
Build and Deploy / Build & Push Image (push) Successful in 14s

This commit is contained in:
2026-03-16 21:13:35 -06:00
parent c5ebf5b9af
commit c2297d0fdd
2 changed files with 44 additions and 25 deletions

View File

@@ -217,7 +217,7 @@ defmodule CobblemonUiWeb.DashboardLive do
</div>
<%!-- Active battle --%>
<.battle_panel :if={@battle} battle={@battle} player_id={@selected_player} />
<.battle_panel :if={@battle} battle={@battle} player_id={@selected_player} tier_list={@tier_list} />
<%!-- View mode tabs --%>
<div class="flex items-center gap-1 mb-5 p-1 rounded-lg bg-base-200/40 w-fit">