Merge dev into fix/mobile-overlay-bottom-nav, resolve conflicts

This commit is contained in:
jubnl
2026-04-17 00:01:18 +02:00
25 changed files with 912 additions and 93 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 ─────────────────────────────────────────────────────────────
{