From 189dd32f8ca3e7855ed48807c05816c472024846 Mon Sep 17 00:00:00 2001 From: Connor Johnstone Date: Wed, 3 Sep 2025 19:52:09 -0400 Subject: [PATCH] Improve external calendar modal UI and remove emojis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix modal backdrop and centering by using proper modal-backdrop class - Make color picker more compact (80px width instead of 100%) - Add Outlook 365 setup instructions with step-by-step guide - Remove calendar emojis from button and sidebar indicators for cleaner design 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .../src/components/external_calendar_modal.rs | 18 ++++++++++++++++-- frontend/src/components/sidebar.rs | 2 +- frontend/styles.css | 4 ++-- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/external_calendar_modal.rs b/frontend/src/components/external_calendar_modal.rs index 430afa6..a0dd646 100644 --- a/frontend/src/components/external_calendar_modal.rs +++ b/frontend/src/components/external_calendar_modal.rs @@ -103,8 +103,8 @@ pub fn external_calendar_modal(props: &ExternalCalendarModalProps) -> Html { } html! { -