Skip to content

Conversation

@rjmarsan
Copy link

@rjmarsan rjmarsan commented Aug 22, 2025

A redo of #42 separating out some of the phrase changes I made. The key was to make sure we launch everything in the shared coroutineScope to queue all the elements properly

image
Screen_recording_20250822_132709.webm

@rjmarsan rjmarsan requested a review from rz-openai August 25, 2025 17:47
Comment on lines +192 to 197
val baseModifier = modifier.graphicsLayer { this.alpha = alpha.value }
val tableModifier = if (columnArrangement is Adaptive) {
modifier.horizontalScroll(rememberScrollState())
baseModifier.horizontalScroll(rememberScrollState())
} else {
modifier
baseModifier
}
Copy link
Member

Choose a reason for hiding this comment

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

You can probably just do Modifier.then here

@rjmarsan rjmarsan merged commit 8dd1a2c into main Aug 25, 2025
1 check passed
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.

4 participants