feat: make mobile package shop adaptive and inventory-aware
This commit includes: - Updating navigation to pass ?feature=advanced_analytics context. - Merging catalog with user inventory in MobilePackageShopPage. - Implementing smart sorting (recommended first, then price). - Adding highlighting and badges for recommended and active packages. - Displaying remaining event counts on package cards.
This commit is contained in:
@@ -66,7 +66,7 @@ export default function MobileEventAnalyticsPage() {
|
||||
</YStack>
|
||||
<CTAButton
|
||||
label={t('analytics.upgradeAction', 'Upgrade to Premium')}
|
||||
onPress={() => navigate(adminPath('/mobile/billing/shop'))}
|
||||
onPress={() => navigate(adminPath('/mobile/billing/shop?feature=advanced_analytics'))}
|
||||
/>
|
||||
</MobileCard>
|
||||
</MobileShell>
|
||||
|
||||
Reference in New Issue
Block a user