[CustomerCenter] Create CustomerCenter composable and view model with some initial UI#1867
Merged
Merged
Conversation
4b7f7a7 to
77ac1d8
Compare
📸 Snapshot Test3 added, 71 unchanged
🛸 Powered by Emerge Tools |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1867 +/- ##
=======================================
Coverage 82.37% 82.37%
=======================================
Files 225 225
Lines 7900 7900
Branches 1104 1104
=======================================
Hits 6508 6508
Misses 953 953
Partials 439 439 ☔ View full report in Codecov by Sentry. |
CustomerCenter composable and view model with some initial UICustomerCenter composable and view model with some initial UI
JayShortway
reviewed
Oct 4, 2024
JayShortway
left a comment
Member
There was a problem hiding this comment.
Really nice to get this going!
07d6844 to
5d757e1
Compare
JayShortway
approved these changes
Oct 4, 2024
JayShortway
left a comment
Member
There was a problem hiding this comment.
Amazing, thanks for making the changes! 🫶
JayShortway
pushed a commit
that referenced
this pull request
Oct 10, 2024
**This is an automatic release.** ## RevenueCat SDK ### 🐞 Bugfixes * Save SDK configuration on paywall activity so it can reconfigure automatically (#1872) via Toni Rico (@tonidero) ### 📦 Dependency Updates * Bump fastlane from 2.223.1 to 2.224.0 (#1870) via dependabot[bot] (@dependabot[bot]) * Bump fastlane-plugin-revenuecat_internal from `5b2e35c` to `3b1e7cf` (#1865) via dependabot[bot] (@dependabot[bot]) * Bump fastlane from 2.222.0 to 2.223.1 (#1860) via dependabot[bot] (@dependabot[bot]) * Bump fastlane-plugin-revenuecat_internal from `55a0455` to `5b2e35c` (#1858) via dependabot[bot] (@dependabot[bot]) ### 🔄 Other Changes * [CustomerCenter] Fix help path deserializing when unknown type (#1869) via Toni Rico (@tonidero) * [CustomerCenter] Create `CustomerCenter` composable and view model with some initial UI (#1867) via Toni Rico (@tonidero) * [CustomerCenter] Add networking layer and models (#1859) via Toni Rico (@tonidero) * [CustomerCenter] Adds SubscriptionDetailsView (#1863) via JayShortway (@JayShortway) Co-authored-by: revenuecat-ops <ops@revenuecat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This adds an initial composable and view model with some previews so we can start iterating over the customer center.
New composable using it as a bottom sheet and using it from paywall tester will come in follow up PRs.
Nothing exposed in this PR yet.