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'
router.replace('/')
setTimeout(() => openUnifiedSettings({ context: 'workspace', tab: mappedTab }), 100)
// Go back to wherever the user came from (not always /)
router.back()
setTimeout(() => openUnifiedSettings({ context: 'workspace', tab: mappedTab }), 200)
}, [searchParams, router, openUnifiedSettings])
return (