appyx
appyx copied to clipboard
Model-driven navigation + UI components with gesture control for Compose Multiplatform
I've a question, given the exemple here: https://bumble-tech.github.io/appyx/navigation/implicit-navigation/#use-case-2 We listen to the `UserRepository` in the `RootNode` to then branch the right `LoggedInNode` or `NotLoggedInNode`. We make the listening lifecycle aware...
## Description Closes #296 ## Check list - [x] I have updated `CHANGELOG.md` if required. - [x] I have updated documentation if required.
It seems that not disposing `NodeConnector.intake` when a Node is destroyed is a bug. Please let me know if this is intended. It could also potentially be a breaking change,...
Codelabs are at https://github.com/bumble-tech/appyx-codelabs Topics to cover: - https://bumble-tech.github.io/appyx/navigation/explicit-navigation/ - https://bumble-tech.github.io/appyx/navigation/deep-linking/ When done, please also add an entry to https://bumble-tech.github.io/appyx/how-to-use-appyx/codelabs/ with a gif
An RxJava2-based one can be found in the interop-rx2 module.
The current logic in `SamplesContainerNode` means there's always a `40.dp` top padding – even on elements without a back button, and even on the samples list itself. The padding should...
Issue https://github.com/bumble-tech/appyx/issues/235 was fixed in https://github.com/bumble-tech/appyx/pull/239 but no test was written. Write a test that covert NavModel restoration scenario.
## Description Share element transition integration into Appyx. 1. Clients need to use `withSharedElementTransition: Boolean = true` on `Children` layout when drawing children. 2. Use `sharedElement` Modifier In Node's UI...
## Description Adding missing operation SingleTop in 2.x branch ## Checklist - [x] I've updated `CHANGELOG.md` if required. - [x] I've updated the documentation if required.