JetBrains / jewel

An implementation of the IntelliJ look and feels in Compose for Desktop
Apache License 2.0
634 stars 30 forks source link

Use produceState instead of launched effect in indicators #376

Closed rock3r closed 1 month ago

rock3r commented 1 month ago

The LaunchedEffect was a bit sus in terms of pattern. After talking to someone who knows better, I switched it to a produceState now.