[feat] facet filtering setup

This commit is contained in:
2026-02-28 17:20:00 -05:00
parent a663641cd5
commit 89a670523b
4 changed files with 44 additions and 15 deletions

View File

@@ -373,6 +373,11 @@ $tiers: (
}
}
.facet-list {
max-height: 240px;
overflow-y: auto;
}
/* --------------------------------------------------
Circles (Header, Buttons, etc.)
-------------------------------------------------- */

3
src/assets/js/main.js Normal file
View File

@@ -0,0 +1,3 @@
const filterfacet = (event) => {
console.log(event);
}