From 5cd551fbbc54e720c507e37ac74cb92508dc38fc Mon Sep 17 00:00:00 2001 From: Padreug Date: Tue, 16 Jun 2026 01:03:54 +0200 Subject: [PATCH] feat(events): drop the week-day strip, move calendar next to filters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The feed had two redundant day controls — the DatePickerStrip week strip and the temporal preset pills — on top of the calendar page. Remove the week strip (the calendar already covers picking a specific date) and move the calendar shortcut to the end of the temporal-filter row, next to the pills. Frees a row and keeps coarse windows (Today/This Week/…) inline with one-tap access to the full calendar. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/modules/events/views/EventsPage.vue | 37 ++++++++----------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/src/modules/events/views/EventsPage.vue b/src/modules/events/views/EventsPage.vue index 10447b5..8d9c20b 100644 --- a/src/modules/events/views/EventsPage.vue +++ b/src/modules/events/views/EventsPage.vue @@ -26,7 +26,6 @@ import { useEventsStore } from '../stores/events' import EventSearchOverlay from '../components/EventSearchOverlay.vue' import TemporalFilterBar from '../components/TemporalFilterBar.vue' import CategoryFilterBar from '../components/CategoryFilterBar.vue' -import DatePickerStrip from '../components/DatePickerStrip.vue' import EventList from '../components/EventList.vue' import type { Event } from '../types/event' @@ -41,10 +40,8 @@ const { temporal, selectedCategories, hasActiveFilters, - selectedDate, showPast, onlyHosting, - selectDate, setTemporal, toggleCategory, clearCategories, @@ -118,28 +115,6 @@ function openCalendar() { /> - -
- - -
- +