perf: page filter and search

This commit is contained in:
Tienson Qin
2025-04-16 15:18:20 +08:00
parent c2fc1ba35d
commit 62514b74d8
5 changed files with 92 additions and 48 deletions

View File

@@ -1082,3 +1082,9 @@ html.is-mac {
aspect-ratio: 16 / 9;
height: auto;
}
.ls-filters {
div[data-testid='virtuoso-item-list'] button {
@apply mb-2;
}
}