From fb33ea8144442b6fc4ad29e77a69fec29b169c4e Mon Sep 17 00:00:00 2001 From: Felix Schlusche Date: Fri, 24 Oct 2025 19:12:47 +0200 Subject: [PATCH] feat: add bridge days recommendations feature with display and calculation logic --- public/index.html | 21 +++ public/js/bridge-days.js | 219 +++++++++++++++++++++++++++++++ public/js/main.js | 269 +++++++++++++++++++++++++++++++-------- 3 files changed, 453 insertions(+), 56 deletions(-) create mode 100644 public/js/bridge-days.js diff --git a/public/index.html b/public/index.html index d80aa0d..f1f9ff5 100644 --- a/public/index.html +++ b/public/index.html @@ -263,6 +263,10 @@ transform: rotate(180deg); } + .details-chevron { + transition: transform 0.2s ease; + } + details summary { list-style: none; } @@ -677,6 +681,22 @@ + + +