From 93c05104df61465a2b6df017ecbaccca084a3f1a Mon Sep 17 00:00:00 2001 From: Padreug Date: Wed, 20 May 2026 19:36:38 +0200 Subject: [PATCH] feat(base): themed DatePicker + TimePicker for activity forms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Scaffolds shadcn-vue Calendar + adds @internationalized/date, then wraps them in two small shared components living alongside ImageUpload for reuse across activity / market / future forms. DatePicker — Popover + Calendar, bridges the wire format (YYYY-MM-DD string) to reka-ui's CalendarDate. Closes on pick (the Calendar primitive doesn't auto-close). Optional min-date for forward-only selection. TimePicker — two shadcn