feat(ui): infinite scroll, saved filters, product timeline, image comparator, customers bulk toolbar, dark mode refinements

This commit is contained in:
2026-05-26 09:37:35 +00:00
parent 5c815bc2f5
commit c5fc8c5ec6
5 changed files with 159 additions and 1 deletions

View File

@@ -306,9 +306,11 @@
<!-- Table -->
<div class="table-wrap themed-scrollbar">
<div id="customersBulkToolbar"></div>
<table class="customers-table" id="customersTable">
<thead>
<tr>
<th><input type="checkbox" id="selectAllCustomers" onclick="Customers.toggleSelectAll()"></th>
<th>#</th>
<th>Nombre</th>
<th class="hide-mobile">RFC</th>

View File

@@ -280,6 +280,7 @@
=================================================================== -->
<div class="tab-panel is-active" id="panel-stock" role="tabpanel">
<div id="savedFiltersContainer" style="margin-bottom:var(--space-2);"></div>
<div class="toolbar">
<div class="search-box">
<svg viewBox="0 0 24 24" stroke-linecap="round"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>