Legacy settings removal, performance improvements, modal polish #70

Merged
uz1mani merged 14 commits from staging into main 2026-03-26 11:04:48 +00:00
14 changed files with 167 additions and 4411 deletions
Showing only changes of commit 97b9486382 - Show all commits

View File

@@ -22,8 +22,9 @@ function OrgSettingsInner() {
} }
const mappedTab = tab ? tabMap[tab] || 'general' : 'general' const mappedTab = tab ? tabMap[tab] || 'general' : 'general'
router.replace('/') // Go back to wherever the user came from (not always /)
setTimeout(() => openUnifiedSettings({ context: 'workspace', tab: mappedTab }), 100) router.back()
setTimeout(() => openUnifiedSettings({ context: 'workspace', tab: mappedTab }), 200)
}, [searchParams, router, openUnifiedSettings]) }, [searchParams, router, openUnifiedSettings])
return ( return (