workflow-kotlin icon indicating copy to clipboard operation
workflow-kotlin copied to clipboard

A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.

Results 146 workflow-kotlin issues
Sort by recently updated
recently updated
newest added

# Overview This pull request add Kotlin Multiplatform (KMP) support for the `workflow-ui:compose` module. Some of the most notable changes are the `build.gradle.kts` configurations and changing/adding targets e.g. `androidMain` vs...

I should make a separate pass to catch old `rendering: Screen` instances :/ _Originally posted by @rjrjr in https://github.com/square/workflow-kotlin/pull/1207#discussion_r1659078192_

The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR...

Missing from `ScreenComposableFactoryFinder`. ```kotlin // Support for Compose BackStackScreen, BodyAndOverlaysScreen treatments would go here, // if it were planned. See similar blocks in ScreenViewFactoryFinder ?: (rendering as? BackButtonScreen)?.let { ScreenComposableFactory...

compose

That method is supposed to report any user interaction in the app, but it ignores `Dialog` windows. (`DialogFragment` reportedly has the same problem.) The fix is really simple, see [this...

good first issue
ui
modals