Skip to content

Conversation

@Stefterv
Copy link
Collaborator

Replaces the legacy PreferencesFrame with a new Jetpack Compose-based preferences UI. Adds reactive preferences management using a custom ReactiveProperties class, and introduces modular preference groups (General, Interface, Other) with composable controls. Updates Base.java to launch the new preferences window, and refactors theme and window code for Compose integration.

After #1277
Part of #1280

Screenshot 2025-10-23 at 08 32 21 The design is not at all final, I just wanted to work on the implementation side of things for now.

Replaces the legacy PreferencesFrame with a new Jetpack Compose-based preferences UI. Adds reactive preferences management using a custom ReactiveProperties class, and introduces modular preference groups (General, Interface, Other) with composable controls. Updates Base.java to launch the new preferences window, and refactors theme and window code for Compose integration.
@SteftervStefterv requested a review from catilacOctober 23, 2025 06:32
Copy link
Collaborator

@catilaccatilac left a comment

Choose a reason for hiding this comment

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

lgtm!

Removed commented-out code for preferences frame initialization.
@SteftervStefterv merged commit 7965931 into processing:welcome-screenOct 24, 2025
Sign up for freeto 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.

2 participants

@Stefterv@catilac