Skip to content

Feature: step content information#3005

Open
panasetskaya wants to merge 4 commits into
developfrom
feat/step-content-information
Open

Feature: step content information#3005
panasetskaya wants to merge 4 commits into
developfrom
feat/step-content-information

Conversation

@panasetskaya

Copy link
Copy Markdown
Contributor

New stepContent - Information with 2 levels of severity.
link to slack

@panasetskaya panasetskaya requested a review from a team as a code owner June 23, 2026 20:14
Comment on lines +945 to +956
if (stepItem.stepContent.isSkippable) {
HedvigButton(
modifier = modifier.fillMaxWidth(),
text = stringResource(Res.string.claims_skip_button),
onClick = dropUnlessResumed {
onEvent(Skip(stepItem.id))
},
enabled = true,
buttonStyle = ButtonDefaults.ButtonStyle.Secondary
)
}
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Since we have override val isSkippable: Boolean = false always there I suppose this is never hit?
Is this supposed to be wired up later or just not applicable for this step type?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

never hit, removed

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