From 9cf74f71980647551038a4da32292fb6a40768f1 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:14:55 +0200 Subject: [PATCH] frontend: Explicitly mark collections from other groups --- .../frontend/public/templates/pages/user.html | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/crates/frontend/public/templates/pages/user.html b/crates/frontend/public/templates/pages/user.html index e441912..7a45c1b 100644 --- a/crates/frontend/public/templates/pages/user.html +++ b/crates/frontend/public/templates/pages/user.html @@ -71,7 +71,10 @@ {% let color = calendar.color.to_owned().unwrap_or("transparent".to_owned()) %}