From 2b8d898429c5ee73d6f499edd679be63b423463d Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 24 Feb 2026 11:21:30 +0100 Subject: [PATCH] style: match cycle status buttons to filter button pattern All three status buttons (Paid/Suspended/Unpaid) are now always visible. The active status is highlighted with its color (btn-active), inactive buttons are neutral gray - identical to the filter buttons. --- .../show/membership_fees_component.ex | 25 ++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/lib/mv_web/live/member_live/show/membership_fees_component.ex b/lib/mv_web/live/member_live/show/membership_fees_component.ex index 7712085..72da1da 100644 --- a/lib/mv_web/live/member_live/show/membership_fees_component.ex +++ b/lib/mv_web/live/member_live/show/membership_fees_component.ex @@ -218,39 +218,39 @@ defmodule MvWeb.MemberLive.Show.MembershipFeesComponent do <%= if @can_update_cycle do %>