From c6455b323566dde48f760e7b4a962e1050b5da9c Mon Sep 17 00:00:00 2001 From: Padreug Date: Wed, 10 Jun 2026 17:42:11 +0200 Subject: [PATCH] feat(activities): move Past pill to end of the temporal strip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Past used to live in the Filters collapsible — a dropdown row of its own for a single boolean toggle. Hoist it onto the temporal strip right after This month so it's discoverable alongside the time-window pills without claiming any extra vertical space. Composes orthogonally with the temporal pills the same way as before. Drop the now-redundant past-count contribution to the Filters badge — the pill carries its own pressed state on the strip. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../events/components/TemporalFilterBar.vue | 17 +++++++++ src/modules/events/views/EventsPage.vue | 38 +++++++++---------- 2 files changed, 34 insertions(+), 21 deletions(-) diff --git a/src/modules/events/components/TemporalFilterBar.vue b/src/modules/events/components/TemporalFilterBar.vue index 1b84ff9..f66ce10 100644 --- a/src/modules/events/components/TemporalFilterBar.vue +++ b/src/modules/events/components/TemporalFilterBar.vue @@ -1,14 +1,17 @@