fix: react-doctor control-has-associated-label 48→19 (toggles, empty th, action menus)

This commit is contained in:
Nora
2026-06-26 04:53:05 -06:00
parent cad6d64eee
commit df7b65531a
19 changed files with 30 additions and 25 deletions
+4 -4
View File
@@ -589,7 +589,7 @@ function CustomersTab({ customers, products, brandId, onMsg, registrations = [],
<th className="px-5 py-3 font-semibold text-left">Contact</th>
<th className="px-5 py-3 font-semibold text-left">Status</th>
<th className="px-5 py-3 font-semibold text-left">Registered</th>
<th className="px-5 py-3"></th>
<th className="px-5 py-3" aria-label="Actions"></th>
</tr>
</thead>
<tbody className="divide-y divide-[var(--admin-border-light)]">
@@ -727,7 +727,7 @@ function CustomersTab({ customers, products, brandId, onMsg, registrations = [],
<th className="px-5 py-3 font-semibold text-left">Credit</th>
<th className="px-5 py-3 font-semibold text-left">Deposits</th>
<th className="px-5 py-3 font-semibold text-left">Created</th>
<th className="px-5 py-3"></th>
<th className="px-5 py-3" aria-label="Actions"></th>
</tr>
</thead>
<tbody className="divide-y divide-[var(--admin-border-light)]">
@@ -956,7 +956,7 @@ function CustomerPricingPanel({ customer, products, onClose, onMsg }: {
<th className="pb-2 font-medium">Product</th>
<th className="pb-2 font-medium">Standard Price</th>
<th className="pb-2 font-medium">Override Price</th>
<th className="pb-2"></th>
<th className="pb-2" aria-label="Actions"></th>
</tr>
</thead>
<tbody className="divide-y divide-[var(--admin-border-light)]">
@@ -1296,7 +1296,7 @@ function ProductsTab({ products, brandId, onMsg, onRefresh }: {
<th className="px-5 py-3 font-semibold text-left">Availability</th>
<th className="px-5 py-3 font-semibold text-left">In Stock</th>
<th className="px-5 py-3 font-semibold text-left">HP SKU</th>
<th className="px-5 py-3"></th>
<th className="px-5 py-3" aria-label="Actions"></th>
</tr>
</thead>
<tbody className="divide-y divide-[var(--admin-border-light)]">
@@ -633,7 +633,7 @@ export default function WholesalePortalClient({
<th className="px-5 py-3 font-semibold text-center">Qty</th>
<th className="px-5 py-3 font-semibold text-right">Unit Price</th>
<th className="px-5 py-3 font-semibold text-right">Total</th>
<th className="px-5 py-3"></th>
<th className="px-5 py-3" aria-label="Actions"></th>
</tr>
</thead>
<tbody className="divide-y divide-slate-100">