refactor search into individual sections by itemtype, add infinite loader

This commit is contained in:
jeffvli
2026-03-18 00:59:04 -07:00
parent b7cbdb4d6c
commit 615f9c3515
9 changed files with 593 additions and 211 deletions
@@ -1,11 +1,8 @@
.root {
display: flex;
flex-direction: column;
gap: var(--theme-spacing-xs);
&:not(:last-child) {
margin-bottom: var(--theme-spacing-xs);
}
}
@@ -38,5 +35,4 @@
.items {
display: flex;
flex-direction: column;
gap: 0;
}