feat(Membership, FAQ, Relance): update membership form (member type radio,retzien email field, calendar-year pricing), create FAQ page with accordion, wire renewal reminder notification
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m23s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m23s
This commit is contained in:
8
resources/js/types/index.d.ts
vendored
8
resources/js/types/index.d.ts
vendored
@@ -58,6 +58,12 @@ export interface Plans {
|
||||
months?: number | null;
|
||||
}
|
||||
|
||||
export interface MemberTypeOption {
|
||||
id: number;
|
||||
identifier: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface MembershipService {
|
||||
name: string;
|
||||
description: string;
|
||||
@@ -114,6 +120,8 @@ export interface PageProps {
|
||||
auth?: Auth;
|
||||
plans?: Plans[];
|
||||
services?: MembershipService[];
|
||||
member_types?: MemberTypeOption[];
|
||||
current_year?: number;
|
||||
captcha_question?: string;
|
||||
member?: DashboardMember | null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user