Integrated new member state into manage members page

Implemented suspend/unsuspend
This commit is contained in:
2026-02-08 13:54:23 -05:00
parent cf880ed124
commit 921e74f188
5 changed files with 104 additions and 13 deletions

View File

@@ -30,6 +30,7 @@ export type Member = {
status: string | null;
status_date: string | null;
loa_until?: Date;
member_state?: MemberState;
};
export interface MemberLight {