Skip to content

bump compose hot reload version to 1.0.0-alpha10 #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2025

Conversation

eymar
Copy link
Collaborator

@eymar eymar commented Jun 4, 2025

No description provided.

@eymar eymar requested review from JSMonk and whitescent June 4, 2025 14:31
import org.jetbrains.compose.storytale.gallery.material3.StorytaleGalleryApp

// To let the Storytale compiler plugin add the initializations for stories
@Suppress("ktlint:standard:function-naming")
fun MainViewController() {
singleWindowApplication(
state = WindowState(width = 800.dp, height = 800.dp),
alwaysOnTop = true,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it need to always stay on top? 👀

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's just a little bit more convenint when working with a gallery without an extra screen - when I have an IDE and the gallery app on one monitor and change the code, so I don't have to constantly re-open the gallery app to see the change

@eymar eymar merged commit a8a0ab4 into main Jun 11, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants