MotirBuilding in public
MOTIR · moooon
onMotir
You’re viewing a public project. Anyone can view it — no account needed. Sign in to submit, upvote, or comment on requests.View-only — you can’t edit work items
MOTIR-780

6.16.6 Remove the in-settings Overview editor → link to the on-page editor

Done
Description

Estimate: 35m · Type: code · Depends on: 6.16.5

Remove the in-settings Overview editor entirely (explicit user request) — single editing surface. In Settings → Members/Access "Public share": delete the embedded EditOverview split-editor sub-view + its route-less swap wiring; replace with the make-public toggle + share link + an "Edit on the public page →" link (opens the public page in edit mode). Keep updateProjectOverviewAction (now driven by the on-page editor). Remove now-dead code.

Acceptance criteria

  • The Members/Access "Public share" section shows the toggle + link, NOT the embedded editor; the link lands on the public page in edit mode.
  • EditOverview.tsx (and any orphaned helpers) removed; no dead code; no duplicate editor surfaces; make-public + share link still work.
  • Settings e2e updated for the removed sub-view (grep its selectors — selector sweep).

Context refs

  • app/(authed)/settings/project/members/_components/ProjectMembersSettings.tsx (~509-596), EditOverview.tsx; design 6.16.1 Panel 6