-
- {/* Pills — centered, scroll horizontally if they overflow. */}
-
+ {/* Pills — left side, scroll horizontally if they overflow. */}
+
{/* Date */}
- {/* Right slot — fixed-width so the pill cluster stays perfectly
- * centered in the bar regardless of whether Clear-all is visible.
- * Width matches the search input on the left for symmetric
- * framing. The button itself is right-aligned within the slot. */}
-
- {anyActive && (
+ {/* Clear-all — sits between the pill cluster and the search input
+ * on the right. Only renders when any filter is active so it
+ * doesn't take space in the resting state. */}
+ {anyActive && (
+
+ )}
+
+ {/* Search — pinned to the right edge of the bar. Same id as before
+ * so the global "/" focus shortcut still finds it. */}
+