feat: adds country to member edit

This commit is contained in:
carla 2026-02-24 09:35:27 +01:00
parent e7668f1ef4
commit f681ca98b2
3 changed files with 36 additions and 10 deletions

View file

@ -223,6 +223,24 @@
>
{member.notes}
</:col>
<:col
:let={member}
:if={:country in @member_fields_visible}
label={
~H"""
<.live_component
module={MvWeb.Components.SortHeaderComponent}
id={:sort_country}
field={:country}
label={gettext("Country")}
sort_field={@sort_field}
sort_order={@sort_order}
/>
"""
}
>
{member.country}
</:col>
<:col
:let={member}
:if={:city in @member_fields_visible}