add column search to tabel config

This commit is contained in:
jeffvli
2025-10-09 21:36:09 -07:00
parent 24f9753bc0
commit dd0586df6d
3 changed files with 63 additions and 5 deletions
@@ -15,4 +15,12 @@
align-items: center;
justify-content: space-between;
width: 100%;
padding: var(--theme-spacing-xs);
border-radius: var(--theme-radius-sm);
transition: outline 0.2s ease;
}
.item.matched {
outline: 2px solid var(--theme-colors-primary);
outline-offset: 2px;
}