ghostguild-org/app/pages/admin/members
Jennie Robinson Faber 441a5f5608 refactor(admin): drive members status <select>s from STATUS_LABELS
The status options were duplicated three times in admin/members/index.vue
(filter dropdown, edit-modal dropdown, statusLabel helper). The recent
"Pending Payment" → "Payment setup incomplete" rename only landed in
two of the three sites. Both <select>s now v-for over the existing
STATUS_LABELS const, so any future label change happens in one place.

Side effect: the edit-modal dropdown order is now
(active, pending_payment, suspended, cancelled) to match the filter
dropdown — was previously pending_payment-first.
2026-04-30 15:28:36 +01:00
..
[id].vue style(visual-fidelity): pages-admin — batches B,C,F 2026-04-30 00:13:09 +01:00
index.vue refactor(admin): drive members status <select>s from STATUS_LABELS 2026-04-30 15:28:36 +01:00