Add Mollie checkout flow, billing UI, and payment UX polish #71

Merged
uz1mani merged 73 commits from staging into main 2026-03-28 10:28:03 +00:00
17 changed files with 1053 additions and 122 deletions
Showing only changes of commit 0ca65a50fb - Show all commits

View File

@@ -518,8 +518,8 @@ export default function Sidebar({
try {
const { access_token } = await switchContext(orgId)
await setSessionAction(access_token)
sessionStorage.setItem('pulse_switching_org', 'true')
window.location.reload()
await auth.refresh()
router.push('/')
} catch (err) {
logger.error('Failed to switch organization', err)
}