diff --git a/app/layouts/admin.vue b/app/layouts/admin.vue index 2708e79..2b8da20 100644 --- a/app/layouts/admin.vue +++ b/app/layouts/admin.vue @@ -18,6 +18,14 @@ Dashboard +
Verifying your invitation...
++ Welcome to Ghost Guild. Review your info below, choose your circle and contribution, and you're in. +
+ ++ You're signing up for ${{ form.contributionTier }} CAD / month. +
+ +Click "Complete Payment" below to open the secure payment modal and verify your payment method.
+Your membership is active. Redirecting to your dashboard...
++ {{ stats.total }} total · {{ stats.pending }} pending · + {{ stats.selected }} selected · {{ stats.invited }} invited · + {{ stats.accepted }} accepted +
+|
+ |
+ Name | +City | +Role | +Status | +Registered | +|
|---|---|---|---|---|---|---|
|
+ |
+ {{ pr.name || "—" }} | +{{ pr.email }} | +{{ pr.city || "—" }} | +{{ pr.role || "—" }} | ++ + {{ pr.status }} + + | ++ {{ formatDate(pr.createdAt) }} + | +
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ ||||||