From 5a4f67d70a46e9444531d6c1cb5e8a3dea0e2ac0 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Mon, 27 Jul 2026 22:45:49 -0400 Subject: [PATCH] Add back Quick access to the filters --- .../Chores/components/ChoreToolbarPrototype.jsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/views/Chores/components/ChoreToolbarPrototype.jsx b/src/views/Chores/components/ChoreToolbarPrototype.jsx index 9b2c3d1..f6a144c 100644 --- a/src/views/Chores/components/ChoreToolbarPrototype.jsx +++ b/src/views/Chores/components/ChoreToolbarPrototype.jsx @@ -61,6 +61,7 @@ import FilterBuilderContent, { } from './FilterBuilderContent' import SearchBar from './SearchBar' import ProjectSelector from '../../components/ProjectSelector' +import CustomFilterChips from './CustomFilterChips' // ─── sub-components for the Display sheet ──────────────────────────────────── @@ -599,7 +600,19 @@ const ChoreToolbar = ({ - {/* ── Row 2: active filter chips ──────────────────────────────────────── */} + {/* ── Row 2: pinned filters quick access ──────────────────────────────── */} + {!hasAnyActive && ( + + )} + + {/* ── Row 3: active filter chips ──────────────────────────────────────── */} {hasAnyActive && (