aurora icon indicating copy to clipboard operation
aurora copied to clipboard

Building modern, elegant and fast desktop Compose applications

Results 13 aurora issues
Sort by recently updated
recently updated
newest added

### 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...

1.2 - Cryo

### 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...

Compose bugs

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.

Future

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...

Compose bugs

`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,...

1.3 - December

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...

Compose bugs

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...

Future