Yongshun Ye

Results 69 issues of Yongshun Ye

Also see if there is configuration code that is not necessary and remove it.

See https://github.com/huanshankeji/compose-html-material/issues/13. Make sure that the pointer doesn't show as an I-beam when hovering over the text field. Possibly improve `ExposedDropdownMenuBox` too if needed.

1. Should some classes that are not marked with `@Stable` or `@Immutable` be marked? 1. Should some composable functions be inlined?

URL: https://github.com/JetBrains/compose-multiplatform/tree/release/1.1.1/web/widgets.

https://huanshankeji.github.io/compose-multiplatform-material/js-dom/skiko.js

## Proposed Changes - Simplify `NavController.currentBackStackEntryAsState` with an expression body This change stems from the work done in #740. ## Testing Test: Run `./gradlew :navigation:navigation-compose:connectedCheck` in "playground-projects/navigation-playground"

## Proposed Changes - Simplify and improve `previousBackStackEntry` in `NavController` `asReversed` is used instead of `reversed` to reduce the cost of copying a list. The reversed list is converted to...

## Proposed Changes - Add `previousBackStackEntryFlow` in `NavController` and `NavController.previousBackStackEntryAsState` See https://github.com/google-developer-training/basic-android-kotlin-compose-training-cupcake/pull/121 for an example use case. ## Testing Test: I did not add any tests yet. I can add...