Show Car claims on claim card and history (RND-1677)#2930
Open
hugokallstrom wants to merge 30 commits intodevelopfrom
Open
Show Car claims on claim card and history (RND-1677)#2930hugokallstrom wants to merge 30 commits intodevelopfrom
hugokallstrom wants to merge 30 commits intodevelopfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Extends the Home query to include partnerClaimsActive, merges them with regular claims sorted by date, and threads partnerClaimIds through ClaimStatusCardsData so the UI can dispatch to the correct details screen. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds onPartnerClaimDetailCardClicked parameter throughout the home composable stack (HomeGraph → HomeDestination → HomeScreen → HomeScreenSuccess), routing partner claim card taps to a separate details screen based on partnerClaimIds from ClaimStatusCardsData. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Extends the claim history screen to include partner claims alongside regular claims, sorted by submission date. Partner claims dispatch to a separate navigation target on click. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Use IconButton with wrapContentSize(CenterEnd) and Column padding, matching the established pattern from the regular claim details screen. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1982404 to
221c87c
Compare
The claims/claimsActive fields are mutually exclusive via @skip/@include directives, but `?:` treats an empty list as non-null, picking it over the populated field. Use `.orEmpty()` concatenation instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…etail Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…rough ViewModel Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…lbacks Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…details Since partner claims and regular claims share the same feature module, there's no need to extract these components to ui-claim-status. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…to reduce diff noise Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.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.
Summary
PartnerClaimGraphQL type support and fetch partner claims alongside regular claimsDisplayItemsSection,ExplanationBottomSheet,TermsConditionsCard) fromfeature-claim-detailstoui-claim-statusfor reuseContext
Test plan
🤖 Generated with Claude Code