Skip to content
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

GEN-2529 and GEN-2533: New DS in claim flow #2323

Merged
merged 46 commits into from
Nov 25, 2024
Merged

Conversation

StylianosGakis
Copy link
Member

No description provided.

This extracts it out of core.ui which is both used by many more callers
who do not need access to this scaffold, but also leave the room open to
shrink that module further or even remove it all together when we finish
the new DS migration
Even if the input text is null, the card should keep a consistent height
This emulates the behavior of the old HedvigBigCard to ease up migration
With it, :notification-permission too
@StylianosGakis StylianosGakis requested a review from a team as a code owner November 25, 2024 14:16
Copy link

Copy link

feature-claim-triaging

import com.hedvig.android.design.system.hedvig.icon.WarningFilled

@Composable
fun WarningTextWithIcon(text: String, modifier: Modifier = Modifier) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these ones not them ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no these are a bit of a custom thing, where in the flow if you do not select any pill you get this little warning on top of the pills
image

@StylianosGakis StylianosGakis merged commit c38b040 into develop Nov 25, 2024
4 checks passed
@StylianosGakis StylianosGakis deleted the ds/claim-flow branch November 25, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants