Add credits and top-ups option in settings/billing page (#998)

Co-authored-by: Ishaan Gupta <ishaankone@gmail.com>
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
This commit is contained in:
Vedant Mahajan 2026-05-25 11:23:22 +05:30 committed by GitHub
parent 480f19a6fe
commit 9b310e9538
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1006 additions and 461 deletions

File diff suppressed because it is too large Load diff

View file

@ -151,7 +151,7 @@ export const analytics = {
// settings / spaces / docs analytics
settingsTabChanged: (props: {
tab: "account" | "integrations" | "connections" | "support"
tab: "account" | "billing" | "integrations" | "connections" | "support"
}) => safeCapture("settings_tab_changed", props),
spaceCreated: () => safeCapture("space_created"),