refactor(store): replace tag pills with category pills, fix sort dates

- Replace tag filter pills with category filter pills (less duplication)
- Prefer per-plugin last_updated over repo-wide pushed_at for sort

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Chuck
2026-02-16 10:38:27 -05:00
parent 34a55b5a55
commit 4c2c7c0d17
3 changed files with 38 additions and 40 deletions

View File

@@ -684,14 +684,14 @@ button.bg-white {
opacity: 0.85;
}
/* Tag Filter Pills */
.tag-filter-pill {
/* Category Filter Pills */
.category-filter-pill {
cursor: pointer;
user-select: none;
transition: all 0.15s ease;
}
.tag-filter-pill[data-active="true"] {
.category-filter-pill[data-active="true"] {
background-color: var(--color-info-bg);
border-color: var(--color-info);
color: var(--color-info);