chore(layout): remove MatureContentMigrationAlert

Drop the green-domain 'mature content moved to civitai.red' banner: the component file, its AppLayout usage, and the stale test-checklist reference.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
briant
2026-06-29 13:45:35 -06:00
parent b7a23ed785
commit 05839641c6
3 changed files with 3 additions and 157 deletions
+3 -3
View File
@@ -136,9 +136,9 @@ test.describe('SSR-injected browsingSettingsAddons (logged-in)', () => {
* [ ] Chat icon no-flash: logged-in user WITH chat disabled — the chat icon
* must NOT appear-then-disappear on load. It should gate on
* useFeatureFlagsReady() and only render once the user flag overlay settles.
* [ ] No per-mount getSettings refetch: with the four ambient consumers mounted
* (chat icon + MatureContentMigrationAlert + NavTidyNotice +
* YellowBuzzMigrationNotice), client-side nav between pages must NOT trigger
* [ ] No per-mount getSettings refetch: with the ambient consumers mounted
* (chat icon + NavTidyNotice + YellowBuzzMigrationNotice), client-side nav
* between pages must NOT trigger
* a `user.getSettings` refetch per mount (they now read the SSR-seeded
* cache + gate on useFeatureFlagsReady, not staleTime:0 + isFetched).
* [ ] Alert render/dismiss/persist: a migration/nav alert renders from