split oauth_tokens.claims column up; improved fonts; allow multiple sse connections per user; make navbar and use friendly
This commit is contained in:
+1
@@ -5,6 +5,7 @@
|
||||
"HXPost" (printf "/api/accounts/%d/inventory/sync-groups/draft/listings" $acctID)
|
||||
"HXTarget" "#accounts-acct-id-inventory-sync-groups-draft-table"
|
||||
"HXSwap" "outerHTML"
|
||||
"HXSelect" "#accounts-acct-id-inventory-sync-groups-draft-table"
|
||||
"ID" "sync-groups-draft-table-add-listing-button"
|
||||
"Class" "mt-[1em] mb-[1em]"
|
||||
"Text" "Add Listing"
|
||||
|
||||
+4
-1
@@ -8,7 +8,9 @@
|
||||
id="accounts-acct-id-inventory-sync-groups-draft-table"
|
||||
class="max-w-full overflow-x-auto"
|
||||
hx-get="{{ printf "/ui/accounts/%d/inventory/sync-groups/draft/table" $acctID }}"
|
||||
hx-trigger="sse:{{ printf "accounts_%d_inventory_sync-groups_draft" $acctID }}"
|
||||
hx-trigger="sse:{{ printf "accounts_%d_inventory_sync-groups_draft" $acctID }},sse:{{ printf "accounts_%d_inventory_sync-groups_draft_listings" $acctID }}"
|
||||
hx-select="#accounts-acct-id-inventory-sync-groups-draft-table"
|
||||
hx-swap="outerHTML"
|
||||
>
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -30,6 +32,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody
|
||||
hx-swap="morph"
|
||||
_="
|
||||
init
|
||||
set element allRowsFilledOut to false
|
||||
|
||||
Reference in New Issue
Block a user