From 1e51d58af5cac8f6f363353c32e086b561afc4b9 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 21 Jul 2025 13:26:01 -0500 Subject: [PATCH] Fix missing zoom controls by adding vendor.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The zoom controls were not displaying because the vendor.css file containing Leaflet styles was not being included in the HTML template. Added the missing stylesheet link to load vendor.css. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- lib/aprsme_web/components/layouts/root.html.heex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/aprsme_web/components/layouts/root.html.heex b/lib/aprsme_web/components/layouts/root.html.heex index c991cd5..a8ec42d 100644 --- a/lib/aprsme_web/components/layouts/root.html.heex +++ b/lib/aprsme_web/components/layouts/root.html.heex @@ -26,6 +26,7 @@ {assigns[:page_title] || "Aprs"} +