mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-17 14:55:24 +00:00
* add side bar nav in settings page * improve styling of members page * wip adding stripe checkout button * wip onboarding flow * add stripe subscription id to org * save stripe session id and add manage subscription button in settings * properly block access to pages if user isn't in an org * wip add paywall * Domain support * add back paywall and also add support for incrememnting seat count on invite redemption * prevent self invite * action button styling in settings and toast on copy * add ability to remove member from org * move stripe product id to env var * add await for blocking loop in backend * add subscription info to billing page * handle trial case in billing info page * add trial duration indicator to nav bar * check if domain starts or ends with dash * remove unused no org component * remove package lock file and fix prisma dep version * revert dep version updates * fix yarn.lock * add auth and membership check to fetchSubscription * properly handle invite redeem with no valid subscription case * change back fetch subscription to not require org membership * add back subscription check in invite redeem page --------- Co-authored-by: bkellam <bshizzle1234@gmail.com> |
||
|---|---|---|
| .. | ||
| connectionManager.ts | ||
| constants.ts | ||
| environment.ts | ||
| gerrit.ts | ||
| git.ts | ||
| gitea.ts | ||
| github.test.ts | ||
| github.ts | ||
| gitlab.test.ts | ||
| gitlab.ts | ||
| index.ts | ||
| local.ts | ||
| logger.ts | ||
| main.ts | ||
| posthog.ts | ||
| posthogEvents.ts | ||
| repoManager.ts | ||
| types.ts | ||
| utils.test.ts | ||
| utils.ts | ||
| zoekt.ts | ||