Skip to content

chore: add a method identical to PreviewEnumEntries for non enum classes#1205

Open
florentmaitre wants to merge 2 commits intodevelopfrom
1135-add-a-method-identical-to-previewenumentries-for-non-enum-classes
Open

chore: add a method identical to PreviewEnumEntries for non enum classes#1205
florentmaitre wants to merge 2 commits intodevelopfrom
1135-add-a-method-identical-to-previewenumentries-for-non-enum-classes

Conversation

@florentmaitre
Copy link
Copy Markdown
Member

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 9, 2026

@florentmaitre florentmaitre force-pushed the 1135-add-a-method-identical-to-previewenumentries-for-non-enum-classes branch from d08b2cb to c14f19f Compare April 10, 2026 16:08
@florentmaitre florentmaitre force-pushed the 1135-add-a-method-identical-to-previewenumentries-for-non-enum-classes branch from c14f19f to 43c0ffc Compare April 10, 2026 16:24
@florentmaitre florentmaitre marked this pull request as ready for review April 10, 2026 16:25
# Conflicts:
#	core/src/main/java/com/orange/ouds/core/component/OudsTextInput.kt
@paulinea paulinea force-pushed the 1135-add-a-method-identical-to-previewenumentries-for-non-enum-classes branch from 43c0ffc to 8d9abe2 Compare April 14, 2026 07:52
@paulinea paulinea self-requested a review as a code owner April 14, 2026 07:52
group = "verification"
// Clean failures directory first to avoid copying old failures
dependsOn(tasks["cleanPaparazziFailures"])
// Using finalizedBy in cunjunction with mustRunAfter allows to run verifyPaparazzi and copyPaparazziFailures
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.

Suggested change
// Using finalizedBy in cunjunction with mustRunAfter allows to run verifyPaparazzi and copyPaparazziFailures
// Using finalizedBy in conjunction with mustRunAfter allows to run verifyPaparazzi and copyPaparazziFailures

import kotlin.math.min

internal val LocalPreviewEnumEntry = staticCompositionLocalOf<Any?> { null }
internal val LocalPreviewRowFlowItem = staticCompositionLocalOf<Any?> { null }
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.

It should be named LocalPreviewFlowRow, no?

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.

Add a method identical to PreviewEnumEntries for non enum classes

2 participants