aurora
aurora copied to clipboard
Building modern, elegant and fast desktop Compose applications
### Bug Description On an undecorated window, using `WindowPlacement.Maximized` makes the the window fullscreen, when it should be maximised. ### Reproducer ```kotlin fun main() = auroraApplication { AuroraWindow( skin =...
### Bug Description Normally, when a command group menu is open and the window is moved, the command group menu will close. However, if a second window is opened and...
### Bug Description Pressing a header command button while the window is fullscreen will make it floating (without even changing the state). Here is a minimal amount of code to...
Once https://developer.android.com/jetpack/compose/lists#sticky-headers gets out of experimental, add a presentation model option to mark group labels in `RowFill` panel layout as sticky.
This is a crash that occurs quite inconsistently but will occur during normal usage. It will usually occur for me after a few minutes of usage of my app, but...
`undecorated = true` disables os decoration but adds an Aurora specific frame and title bar to the window. Aside from pure design aspects regarding the border or button icons (minimize,...
When I run the AuroraDemo.kt as is, the window is undecorated (self-decorated and not the typical mac style) When I then resize the window the whole content jumps up and...
It would be nice to have support for the @Preview annotation and the IDE plugin https://plugins.jetbrains.com/plugin/16541-compose-multiplatform-ide-support Perhaps there is already something appropriate I have missed? I have managed to bodge...