Migrate billing from Paddle to Lemon Squeezy

This commit is contained in:
Codex Agent
2026-02-03 10:59:54 +01:00
parent 2f4ebfefd4
commit a0ef90e13a
228 changed files with 4369 additions and 4067 deletions

View File

@@ -222,7 +222,12 @@ export default function MobileDashboardPage() {
return (
<MobileShell activeTab="home" title={t('mobileDashboard.title', 'Dashboard')}>
<DashboardCard padding="$0">
<YStack padding="$3" gap="$2">
<YStack
padding="$3"
gap="$2"
animation="bouncy"
enterStyle={{ opacity: 0, scale: 0.9 }}
>
<SectionHeader
title={t('dashboard:overview.title', 'At a glance')}
showSeparator={false}