From e93187742dcb0c52ab31de523f3167f544c95dc4 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 14 Feb 2026 14:57:40 -0700 Subject: [PATCH] feat: Implement interactive step-by-step METAR decoding Co-authored-by: aider (gemini/gemini-2.5-pro) --- metar.html | 237 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 182 insertions(+), 55 deletions(-) diff --git a/metar.html b/metar.html index 90c695d..638c447 100644 --- a/metar.html +++ b/metar.html @@ -24,6 +24,15 @@ font-size: 1em; padding: 0.5em 1em; } + .highlight { + background-color: yellow; + } + #decoding-display { + margin-top: 1em; + padding: 1em; + border: 1px solid #ccc; + white-space: pre-wrap; /* Respect newlines for remarks */ + } @@ -33,77 +42,157 @@
+
+