From 109558f7ccddbad3f25ecacd226240f018acc55a Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 3 Apr 2026 15:16:05 -0500 Subject: [PATCH] Add weather map link to propagation map sidebar --- lib/microwaveprop_web/live/map_live.ex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/microwaveprop_web/live/map_live.ex b/lib/microwaveprop_web/live/map_live.ex index 9bf8fb68..918ec3ca 100644 --- a/lib/microwaveprop_web/live/map_live.ex +++ b/lib/microwaveprop_web/live/map_live.ex @@ -360,6 +360,9 @@ defmodule MicrowavepropWeb.MapLive do <%!-- Links --%>
+ <.link navigate="/weather" class="btn btn-xs btn-ghost justify-start gap-1.5"> + <.icon name="hero-cloud" class="size-3.5" /> Weather Map + <.link navigate="/algo" class="btn btn-xs btn-ghost justify-start gap-1.5"> <.icon name="hero-calculator" class="size-3.5" /> Scoring Algorithm