remove(orgs): drop data-residency/EU-region banner #2406
Reference in New Issue
Block a user
Delete Branch "remove/data-residency-banner"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #2405
CTO directive 2026-06-07 — remove the EU-region/data-residency banner from the orgs page. Removes the DataResidencyNotice component + its usage. Compliance note: component was annotated as a GDPR Art. 13 disclosure; removal is per explicit CTO direction. Copy-only, no logic change; build/lint gate covers it.
Clean copy-only removal. Verified the diff only removes DataResidencyNotice and its Organizations page usage from canvas/src/app/orgs/page.tsx, with zero remaining DataResidencyNotice references in the changed file and no logic changes. Core BP-required contexts are present and success on this head: CI/all-required, E2E API Smoke, and Handlers Postgres.
APPROVE on current head
5c2ba229. Verified CTO-directed copy-only removal of DataResidencyNotice from canvas/src/app/orgs/page.tsx: usage and component removed, zero DataResidencyNotice refs remain in edited file, diff scoped to that one file. BP-required contexts are present+success: CI/all-required, E2E API Smoke Test, Handlers Postgres Integration.