chore(studio): remove privacy policy update notification banner#44380
chore(studio): remove privacy policy update notification banner#44380pamelachia merged 1 commit intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
There was a problem hiding this comment.
Pull request overview
Removes the March 2026 privacy policy update notification banner and its persistence key now that the effective date has passed.
Changes:
- Deletes the
PrivacyUpdateBannercomponent fromAnalyticsSettings.tsxand removes related imports. - Removes the banner from the organizations list page and the org projects page.
- Removes the
PRIVACY_NOTICE_ACKNOWLEDGEDlocalStorage key constant.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/common/constants/local-storage.ts | Removes the PRIVACY_NOTICE_ACKNOWLEDGED key from LOCAL_STORAGE_KEYS. |
| apps/studio/pages/organizations.tsx | Removes PrivacyUpdateBanner import and render on the organizations page. |
| apps/studio/pages/org/[slug]/index.tsx | Removes PrivacyUpdateBanner import and render on the org projects page. |
| apps/studio/components/interfaces/Account/Preferences/AnalyticsSettings.tsx | Deletes the PrivacyUpdateBanner component and associated imports, leaving analytics settings intact. |
🎭 Playwright Test ResultsDetails
Skipped testsFeatures › sql-editor.spec.ts › SQL Editor › snippet favourite works as expected |
Braintrust eval report
|
Summary
Remove the privacy policy update notification banner that was added for the March 2026 policy update. The effective date has passed and users have had sufficient notice.
Changes
PrivacyUpdateBannercomponent fromAnalyticsSettings.tsxand its unused importsPRIVACY_NOTICE_ACKNOWLEDGEDlocalStorage keyTesting
No setup needed - this is a removal of UI elements.
Tested on Vercel preview:
Linear