From a06354c6b225926ce036bb165d9dfa4424d1b6a1 Mon Sep 17 00:00:00 2001 From: "Cayo P. R. Oliveira" Date: Thu, 19 Mar 2026 22:43:51 -0300 Subject: [PATCH] feat: scheduled message shortcuts (#238) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(scheduled-messages): add predefined time shortcuts for scheduling Replace the manual date/time picker with predefined day and time period chip selectors for faster message scheduling. Day shortcuts: Today, Tomorrow, This weekend (Sat), Next week (Mon), Next weekend (next Sat), Next month (1st), Custom (date picker fallback). Time period shortcuts: Morning (8:00), Afternoon (13:00), Evening (18:00). Each day chip shows the corresponding date (dd/MM) in secondary color. Past time periods for 'Today' are automatically disabled. The existing date picker is preserved as the 'Custom' option. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * refactor(scheduled-messages): use dropdown selectors and remove header Replace chip/button selectors with native