Add Account Billing section with Stripe Customer Portal CTA.
Unit Tests / test (pull_request) Successful in 11s

Surface plan summary and invoice history on /account/, and redirect to Stripe's hosted portal for subscription management (#33).
This commit is contained in:
2026-07-31 05:48:10 -05:00
parent 553d526862
commit 312990a6fb
6 changed files with 722 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ Page views: always via `Tracker` / `tracker.js` on prod + beta.
| Conversation Created | `CONVERSATION_CREATED` | MessageContext | `{ conversationId }` |
| Message Sent | `MESSAGE_SENT` | AsyncDashboard2 | `{ hasConversation, hasAttachment }` |
| ToS Acknowledged | `TOS_ACKNOWLEDGED` | TermsOfService | — |
| Billing Portal Opened | `BILLING_PORTAL_OPENED` | *(pending #33 Account portal CTA)* | — |
| Billing Portal Opened | `BILLING_PORTAL_OPENED` | BillingSection (Account) | — |
## Identify