appyx icon indicating copy to clipboard operation
appyx copied to clipboard

Model-driven navigation + UI components with gesture control for Compose Multiplatform

Results 115 appyx issues
Sort by recently updated
recently updated
newest added

Navigation, interactions, and all components

documentation
P1
complexity: trivial

Vote on this comment (add an emoji) if you'd like us to prioritise adding support for Kodein in Appyx Nodes.

integrations

**Vote on this comment (add an emoji) if you'd like us to prioritise adding support for Hilt in Appyx Nodes.** This ticket is aggregator. Related issues & discussions: - #114...

integrations

Check if it makes sense to implement ViewModel support on top of RetainedInstanceStore. Similarly to [this](https://github.com/bumble-tech/appyx/pull/322/files), one of the possible solutions: 1. `Node` implements `ViewModelStoreOwner` interface 2. `RetainedInstanceStore` stores and...

It's noticeable in `gradle build` that all web samples are built sequentially rather than in parallel (and they take rather long with packaging js). We could potentially improve our build...

build & CI
P3

We have an excessive amount of related methods, do we really need all of them? ```kotlin abstract fun ModelState.destroyedElements(): Set abstract fun ModelState.removeDestroyedElements(): ModelState abstract fun ModelState.removeDestroyedElement(element: Element): ModelState abstract...

cleanup
appyx-interactions
P3
complexity: low

Idea: - Embedded samples in mkdocs could start some autoplay (a series of operations to execute on the model) - As soon as the cursor enters the iframe the autoplay...

documentation
enhancement
P2
complexity: medium

At the moment `InteractionModel` takes a lambda parameter that returns an instance of a `MotionContoller`. This approach is not convenient for the clients when they need to observe `MotionContoller`. For...

appyx-interactions
P1
complexity: medium

Let's mark all relevant classes & methods with the appropriate annotation.

P2
complexity: trivial