-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [CustomerCenter] Introduce PurchaseDetailView and PurchaseHistoryView #4662
base: main
Are you sure you want to change the base?
Conversation
1 build increased size
Paywalls 1.0 (1)
|
Item | Install Size Change |
---|---|
DYLD.String Table | ⬆️ 185.7 kB |
Code Signature | ⬆️ 11.6 kB |
DYLD.Exports | ⬆️ 7.3 kB |
📝 RevenueCatUI.PurchaseHistoryViewModel.PurchaseHistoryViewModel | ⬆️ 2.0 kB |
Strings.Unmapped | ⬆️ 1.6 kB |
🛸 Powered by Emerge Tools
Comment trigger: Size diff threshold of 100.00kB exceeded
RevenueCatUI/CustomerCenter/Views/CompatibilityNavigationStack.swift
Outdated
Show resolved
Hide resolved
RevenueCatUI/CustomerCenter/Extensions/SubscriptionInfo+Localized.swift
Outdated
Show resolved
Hide resolved
RevenueCatUI/CustomerCenter/ViewModels/PurchaseHistory/PurchaseDetailViewModel.swift
Show resolved
Hide resolved
Section { | ||
ManageSubscriptionsButtonsView(viewModel: self.viewModel, | ||
loadingPath: self.$viewModel.loadingPath) | ||
NavigationLink { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does this look if the app is not using NavigationStack? I know @fire-at-will for example uses his own navigation system
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tweaked it, now it works with both NavigationView
and NavigationStack
Generated by 🚫 Danger |
Motivation
This draft adds a first iteration of the purchase history view:
Next