From ce9319d43b8932efdfbfc523ada42f7a01643822 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 25 Apr 2026 16:03:34 -0500 Subject: [PATCH] feat(user-settings): mark beacon monitors as not yet working The monitor client and ingestion pipeline aren't shipped, so warn users that registering a monitor here doesn't do anything yet. --- .../controllers/user_settings_html/edit.html.heex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/microwaveprop_web/controllers/user_settings_html/edit.html.heex b/lib/microwaveprop_web/controllers/user_settings_html/edit.html.heex index f6521d39..b163e66f 100644 --- a/lib/microwaveprop_web/controllers/user_settings_html/edit.html.heex +++ b/lib/microwaveprop_web/controllers/user_settings_html/edit.html.heex @@ -58,6 +58,11 @@ +
+ <.icon name="hero-exclamation-triangle" class="size-4" /> + Not working yet — monitor client + ingestion pipeline still in development. +
+ <.form :let={f} for={@beacon_monitor_changeset}