refactor: replace ContributionSettingsLive mockup with MembershipFeeSettingsLive in navigation

This commit is contained in:
Moritz 2025-12-12 18:05:19 +01:00
parent 98b908abdb
commit 96729cb2f4
9 changed files with 76 additions and 334 deletions

View file

@ -103,7 +103,9 @@ defmodule MvWeb.MembershipFeeSettingsLive do
value={fee_type.id}
selected={fee_type.id == @selected_fee_type_id}
>
{fee_type.name} ({format_currency(fee_type.amount)}, {format_interval(fee_type.interval)})
{fee_type.name} ({format_currency(fee_type.amount)}, {format_interval(
fee_type.interval
)})
</option>
</select>
<p class="text-sm text-base-content/60 mt-2">
@ -281,4 +283,3 @@ defmodule MvWeb.MembershipFeeSettingsLive do
|> Ash.update()
end
end