romainguy / kotlin-explorer

Desktop tool to quickly explore disassembled Kotlin code.
Apache License 2.0
818 stars 24 forks source link

Add a Progress Indicator #31

Closed alonalbert closed 6 months ago

alonalbert commented 6 months ago

I tried to add a popup dialog with a progress bar but I couldn't get the dialog to show. I added it to the status bar instead.

romainguy commented 6 months ago

Looks nice with the progress bar!

alonalbert commented 6 months ago

Any idea how to add a dialog?

When I render a Dialog, nothing is displayed and the UI looks like some effect was done to it to reflect that it's behind something.

romainguy commented 6 months ago

I haven't tried dialogs in Compose for Desktop but I much prefer what you've done here.

romainguy commented 6 months ago

I'm resolving the conflicts. The Gradle cleanup removed too much.

romainguy commented 6 months ago

See https://github.com/romainguy/kotlin-explorer/pull/35