Rename cycle button to Show Last/Current Cycle Payment Status

Update button text and styling to match PaymentFilterComponent.
Button now shows active state when filter is applied.
This commit is contained in:
Moritz 2025-12-18 13:10:49 +01:00
parent c65b3808bf
commit adb107e6a4
Signed by: moritz
GPG key ID: 1020A035E5DD0824
2 changed files with 8 additions and 10 deletions

View file

@ -362,7 +362,7 @@ defmodule MvWeb.MemberLive.Index.MembershipFeeStatusTest do
filtered = MembershipFeeStatus.filter_unpaid_members(members, false)
# Both members have no cycles, so both should be filtered out
assert length(filtered) == 0
assert Enum.empty?(filtered)
end
end
end