feat(ui): add OrganizationProfileProfileSection#9068
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Repository UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Description
Mosaic OrganizationProfile: name/slug edit section (machine + controller + view + wrapper), wired into General Panel.
useEffectsync. Committed-vs-draft: org values injected read-only each render (committed*); edits held machine-owned (draft*, null=untouched); effective =draft ?? committed. Seeds late-loading org + refreshes post-save, never clobbers typing.closed/editing/saving+ OPEN/CANCEL), mirroring delete section. Modalopendriven by state; closes on save success, no effect.organizationSettings.slug.disabled) + Save/Cancel.org:sys_profile:manage.profileslot at top (profile → leave → delete, matching legacy order).Internal-only under
/experimentalMosaic; no public API change.Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change