From 0061c4b16945ec2a0798e6a9443a95bb123c50e9 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 20 Feb 2026 17:56:00 -0600 Subject: [PATCH] Apply TailwindCSS Plus design patterns across site Dark navbar header with radio icon, refined slideover control panel with branded header and section cards, polished cards/tables/badges on info, packets, and about pages using ring borders and shadow-xs. --- lib/aprsme_web/components/core_components.ex | 118 ++++- lib/aprsme_web/live/about_live.html.heex | 60 ++- lib/aprsme_web/live/info_live/show.html.heex | 30 +- lib/aprsme_web/live/map_live/index.ex | 499 +++++++++--------- .../live/packets_live/callsign_view.html.heex | 50 +- .../live/packets_live/index.html.heex | 76 +-- 6 files changed, 458 insertions(+), 375 deletions(-) diff --git a/lib/aprsme_web/components/core_components.ex b/lib/aprsme_web/components/core_components.ex index 59097c6..d463746 100644 --- a/lib/aprsme_web/components/core_components.ex +++ b/lib/aprsme_web/components/core_components.ex @@ -433,22 +433,30 @@ defmodule AprsmeWeb.CoreComponents do def header(assigns) do ~H""" -