Merge pull request #700 from mauriceboe/feat/v3-thankyou-notice

feat: v3 thank-you notice, mobile map+timeline, modal UX improvements
This commit is contained in:
Maurice
2026-04-16 23:51:13 +02:00
committed by GitHub
25 changed files with 885 additions and 68 deletions
+14
View File
@@ -100,6 +100,20 @@ export const SYSTEM_NOTICES: SystemNotice[] = [
priority: 70,
},
{
// Page 1 — personal thank-you from the creator (shown first)
id: 'v3-thankyou',
display: 'modal',
severity: 'info',
icon: 'Heart',
titleKey: 'system_notice.v3_thankyou.title',
bodyKey: 'system_notice.v3_thankyou.body',
dismissible: true,
conditions: [{ kind: 'existingUserBeforeVersion', version: '3.0.0' }],
publishedAt: '2026-04-16T00:00:00Z',
priority: 95,
},
// ── Onboarding ─────────────────────────────────────────────────────────────
{