[PULSE-50] Organizations rename, remove Tools page, post-login profile fetch, welcome page UX #18

Merged
uz1mani merged 11 commits from staging into main 2026-02-09 08:59:05 +00:00
13 changed files with 614 additions and 154 deletions
Showing only changes of commit a3e9bac119 - Show all commits

View File

@@ -105,6 +105,7 @@ function AuthCallbackContent() {
const handleRetry = () => {
setError(null)
processedRef.current = false
setIsRetrying(true)
}

View File

@@ -317,7 +317,7 @@ function WelcomeContent() {
}
if (switchingOrgId) {
return <LoadingOverlay logoSrc="/pulse_icon_no_margins.png" title="Switching workspace..." />
return <LoadingOverlay logoSrc="/pulse_icon_no_margins.png" title="Switching organization..." />
}
if (redirectingCheckout || (planLoading && step === 3)) {