whisper-money/lang
Víctor Falcón 041b2147de feat: reuse the upgrade modal at more upsell points and attribute revenue
Extract the AI-categorization upgrade dialog into a shared UpgradeDialog
(plan picker -> Stripe checkout) and use it at two more Pro-feature entry
points that previously showed a plain "go to billing" dialog:

- Connections: "Connect Bank"
- Accounts: the "Connected" account option

Each passes its own copy and an upsell "source". To measure how much revenue
each point drives, the source is captured two ways:

- PostHog "upgrade_checkout_started" event at click (intent), and
- carried into Stripe as subscription metadata (SubscriptionController), then
  persisted onto the local "subscriptions.upsell_source" column when the
  subscription webhook lands (PersistUpsellSourceFromStripe) so revenue can be
  grouped by point with the existing local tooling.

Delete the now-unused UpgradeConnectionDialog.
2026-07-18 14:47:16 +02:00
..
en feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
es feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
fr feat(i18n): add French translation support (#532) 2026-06-15 19:15:43 +02:00
en.json feat(cashflow): rework summary cards into net + saved/invested (#465) 2026-06-01 11:37:28 +02:00
es.json feat: reuse the upgrade modal at more upsell points and attribute revenue 2026-07-18 14:47:16 +02:00
fr.json feat: reuse the upgrade modal at more upsell points and attribute revenue 2026-07-18 14:47:16 +02:00