From 1c6ecc2a6f7f105a1a2e176bd7b619f792023e49 Mon Sep 17 00:00:00 2001 From: emi Date: Sun, 26 Jul 2026 18:36:43 +0000 Subject: [PATCH] bookmarks: map + account UI for saved locations --- frontend/templates/home.html.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/templates/home.html.j2 b/frontend/templates/home.html.j2 index 0551ca5..387c76d 100644 --- a/frontend/templates/home.html.j2 +++ b/frontend/templates/home.html.j2 @@ -198,6 +198,10 @@ {% block body_scripts %} + {# Bookmarked locations: a star toggle in the results share row + a "Saved" + dropdown by the Find button. Loaded as its own module alongside app.js + (not merged into it) — see bookmarks-ui.js's header comment for why. #} + {# The records strip renders real temperatures server-side as .temp spans, so it needs the same converter the SEO pages use or they'd stay in °F while the toggle says °C. Both import units.js, which the module loader dedupes. #}