refactor(dashboard): move search box from filter bar to card header

Reduces vertical space by eliminating the second row in the filter bar.
Search input is now next to the "Comenzi" title, hidden on mobile.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-03-17 14:04:10 +00:00
parent 7dd39f9712
commit 3d212979d9
3 changed files with 4 additions and 6 deletions

View File

@@ -425,7 +425,6 @@ tr.mapping-deleted td {
/* ── Search input ────────────────────────────────── */
.search-input {
margin-left: auto;
padding: 0.375rem 0.75rem;
border: 1px solid #d1d5db;
border-radius: 0.375rem;
@@ -706,7 +705,7 @@ tr.mapping-deleted td {
gap: 0.375rem;
}
.filter-pill { padding: 0.25rem 0.5rem; font-size: 0.8125rem; }
.search-input { min-width: 0; width: 100%; order: 99; }
.search-input { min-width: 0; width: 100%; }
.page-btn.page-number { display: none; }
.page-btn.page-ellipsis { display: none; }
.table-responsive { display: none; }