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

## Description [Issue ticket](https://github.com/bumble-tech/appyx/issues/558) Issue 1: I made a minor improvement to accessibility by adding semantic actions. This UX is not ideal. For it to work properly I assume we...

enhancement
appyx-interactions
appyx-components-spotlight
accessibility

error: Compilation failed: no implementation for FUN MISSING_DECLARATION name:DerivedSetup visibility:public modality:FINAL () returnType:kotlin.Nothing in com.bumble.appyx.navigation.node.ParentNode

Same code as in #671 Additional issue: wild flickering when navigating for no apparent reason. https://github.com/bumble-tech/appyx/assets/238198/0f3c925e-6bf8-444a-a841-901e812925fe

appyx-interactions
appyx-navigation
P1
visual bug

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

integrations

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

integrations

We should separate these concerns, both because a `Target` value is cleaner without an easing attached to it, and also because we might want to go to that target with...

enhancement
appyx-interactions
P2
complexity: medium

As part of #197 it is possible for developers to override ParentNodeView#View and completely break their implementation. We should consider adding a lint rule to prevent developers doing this accidentally.

enhancement

## Description Add padding motion property to animate padding ## Check list - [x] I have updated `CHANGELOG.md` if required. - [x] I have updated documentation if required.

appyx-interactions

## Description At the moment Scale scales both x and y simultaneously. We need to independently change x and y scale ## Check list - [ ] I have updated...

appyx-interactions

It would be great if we could replace the visual representation of the model runtime, and the ui elements would rearrange. Idea: - The different visual representations need to work...

enhancement
appyx-interactions
P2
complexity: medium