fixed mock sync group table styles

This commit is contained in:
2026-02-14 20:07:18 -07:00
parent b53fb18737
commit c0966ceeb4
4 changed files with 101 additions and 67 deletions
@@ -47,7 +47,7 @@
send resetListing() to closest <tr/>
"
>
<option disabled {{- if not $selectedShopID }}selected{{- end }}>- Shops -</option>
<option disabled {{- if not $selectedShopID }} selected{{- end }}>- Shops -</option>
{{- range $shop := $shops }}
{{- $shopSelectedInOtherListing := false }}
{{- if not (eq $shop.ShopID $selectedShopID ) }}
@@ -68,7 +68,7 @@
}}
<option
value="{{$shop.Platform}}-{{$shop.ShopID}}"
{{- if $isSelectedShop }}selected{{- end }}
{{- if $isSelectedShop }} selected{{- end }}
>
{{ $shop.Name }}
</option>
@@ -10,7 +10,7 @@
class="
max-w-full overflow-x-auto
grid-table-6
grid-table-[1fr_1fr_1fr_1fr_1fr_1fr]
max-h-[50vh]
"
hx-get="{{ printf "/ui/accounts/%d/inventory/sync-groups/mock/draft/table" $acctID }}"