product category page: front-end sorting and filtering using turboframes

This commit is contained in:
elvira
2026-08-31 22:56:40 +03:00
parent b070a7d1e6
commit 8a07c772f8
20 changed files with 428 additions and 148 deletions
+6
View File
@@ -44,6 +44,12 @@ @layer base {
button:not(:disabled) {
cursor: pointer;
}
/* <turbo-frame> is a custom element — inline by default. Give it a box so
the grid it wraps on the category page lays out normally. */
turbo-frame {
display: block;
}
}
@keyframes spin {