feat(ui): infinite scroll, saved filters, product timeline, image comparator, customers bulk toolbar, dark mode refinements
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user