From 27c54461de3a9a93b6ab8a5ab9296172c62c2e49 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Tue, 5 Aug 2025 16:00:20 +0530 Subject: [PATCH] feat: refactor color selection in CalendarEventPanel to use a computed colors array --- .../Calendar/CalendarEventPanel.vue | 37 +++++++------------ 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/frontend/src/components/Calendar/CalendarEventPanel.vue b/frontend/src/components/Calendar/CalendarEventPanel.vue index 952524e2..abdb30a5 100644 --- a/frontend/src/components/Calendar/CalendarEventPanel.vue +++ b/frontend/src/components/Calendar/CalendarEventPanel.vue @@ -40,32 +40,11 @@ :placeholder="__('Event title')" >