FEAT: add SearchFilter for character-sheet Inventory and DomainCards

FEAT: simplify the preparetion of inventory context
This commit is contained in:
Joaquin Pereyra 2025-06-28 19:14:38 -03:00
parent 15b696398c
commit 11f6ee3a7f
7 changed files with 169 additions and 46 deletions

View file

@ -30,6 +30,11 @@
&:placeholder {
color: light-dark(@dark-blue-50, @beige-50);
}
&::-webkit-search-cancel-button {
-webkit-appearance: none;
display: none;
}
}
.icon {