From c94ac6e65041212e81ced222decf3138a8ca6641 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 9 Mar 2026 15:02:48 -0500 Subject: [PATCH] ui: convert text-styled action links to proper buttons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Login page: 'Sign up' link → full-width button - Agent setup: 'View Setup' text links → secondary buttons Makes primary actions more visually prominent and consistent with button component design system. --- lib/towerops_web/live/agent_live/index.html.heex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/towerops_web/live/agent_live/index.html.heex b/lib/towerops_web/live/agent_live/index.html.heex index c8dd21d6..b3937d3f 100644 --- a/lib/towerops_web/live/agent_live/index.html.heex +++ b/lib/towerops_web/live/agent_live/index.html.heex @@ -142,14 +142,14 @@ <:action :let={{_id, agent}}> <%= if agent.enabled do %>
- + +