diff --git a/assets/css/app.css b/assets/css/app.css index 0f3f2846..fd4084d0 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -110,7 +110,8 @@ and misaligned text. Reset them so text sits centered like . */ select.select { margin: 0; - padding-block: 0; + display: flex; + align-items: center; } /* Markdown rendered content — uses daisyUI theme variables for auto dark/light */ diff --git a/lib/microwaveprop_web/live/backfill_live.ex b/lib/microwaveprop_web/live/backfill_live.ex index 32da7229..2a71606c 100644 --- a/lib/microwaveprop_web/live/backfill_live.ex +++ b/lib/microwaveprop_web/live/backfill_live.ex @@ -333,7 +333,7 @@ defmodule MicrowavepropWeb.BackfillLive do
-
+
Enrichment Progress
{format_number(@unprocessed.complete)} / {format_number(@unprocessed.total)} @@ -462,41 +462,39 @@ defmodule MicrowavepropWeb.BackfillLive do

Enrichment Status by Type

<%= for {type, label} <- [{"hrrr", "HRRR"}, {"weather", "Weather"}, {"terrain", "Terrain"}, {"iemre", "IEMRE"}, {"era5", "ERA5"}] do %> -
-
{label}
-
- <%= for {status, count} <- Map.get(@db_stats.statuses, type, []) do %> -
- {status} - {format_number(count)} -
- <% end %> -
+
+
{label}
+ <%= for {status, count} <- Map.get(@db_stats.statuses, type, []) do %> +
+ {status} + {format_number(count)} +
+ <% end %>
<% end %>

Database

-
+
Total DB Size
{@db_stats.db_size}
-
+
HRRR Profiles
{format_number(@db_stats.totals.hrrr_profiles)}
{@db_stats.averages.hrrr_per_contact} per contact
-
+
Surface Observations
{format_number(@db_stats.totals.surface_observations)}
{@db_stats.averages.obs_per_contact} per contact
-
+
Soundings
{format_number(@db_stats.totals.soundings)}