feat(web): redesign settings layout + split billing into its own tab#980
Conversation
Rework the settings page shell with a slimmer sidebar, header-mounted org switcher (with plan badges), branded identity orb, and a consolidated Danger Zone popover. Split Billing & Subscription out of the Account tab into a dedicated Billing tab, trim Account to profile + team members, and remove the in-tab delete flow in favor of the sidebar control.
|
Claude finished @MaheshtheDev's task in 1m 51s —— View job Review Complete
Overview: Redesigns the settings page layout with a slimmer sidebar, adds an organization switcher to the header, and splits billing into its own dedicated tab. Issues found: None — this looks good to ship. The refactoring is clean:
Score: 10/10 |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | d0bafb9 | May 20 2026, 04:20 AM |
Remove unused PlanType import and apply Biome formatting fixes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | d0bafb9 | Commit Preview URL Branch Preview URL |
May 20 2026, 04:21 AM |
There was a problem hiding this comment.
Overview: Redesigns the settings page layout with a slimmer sidebar, adds an organization switcher to the header, and splits billing into its own dedicated tab.
Issues found: None — this looks good to ship.
The refactoring is clean:
- Billing logic moved from
account.tsxto the newbilling.tsxwithout modification - Team members section properly handles optional chaining for
org?.members - Organization switcher correctly handles the switching state and edge cases (single org, current org click)
- Danger zone consolidation into popover maintains the same functionality
Score: 10/10
How to use the Graphite Merge QueueAdd the label Main to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Summary
components/settings/billing.tsx).org.members); removed the redundant in-tab delete-account flow in favor of the sidebar control.