mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-20 19:48:52 -05:00
8a2b349329
Consolidate all settings (Account, Organization, Workspace) under a unified URL structure with a shared sidebar that replaces the main navigation when in settings mode. Remove horizontal nav bars, old dropdown-based navigation patterns, and route group layouts in favor of real URL segments. - Move workspace settings from /(workspace)/ to /settings/workspace/ - Move org settings from /settings/(organization)/ to /settings/organization/ - Move account settings from /settings/(account)/ to /settings/account/ - Add SettingsSidebarContent with inline workspace/org switchers - Replace main sidebar with settings nav when pathname includes /settings - Update all page headings to match sidebar nav labels - Update e2e tests for new URL structure and navigation patterns - Remove unused translation keys Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>