Open
Conversation
d03d87b to
3d56ad9
Compare
Contributor
Author
|
This PR is supposed to extract unrelated changes from #4166. |
epugh
reviewed
Apr 15, 2026
Contributor
There was a problem hiding this comment.
are these actually different?
epugh
reviewed
Apr 15, 2026
Contributor
There was a problem hiding this comment.
not toally sure what these are?
epugh
reviewed
Apr 15, 2026
Contributor
epugh
left a comment
There was a problem hiding this comment.
LGTM. Took a sec to understand the .xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
With the pass of time multiple dependencies require update, upgrade and alignment.
Solution
This PR updates the dependencies used in the New UI module including Kotlin to the latest version. Due to the migration to newer version, some UI modules changed their structure and require manual migration, like integration of icons for example.
This PR also enables Compose hot reload so that the desktop client can be developed with the hot-reload feature.
Dependency bump includes:
Tests
The new UI was tested via manual build and execution (since it is just dependency updates).
Checklist
Please review the following and check all that apply:
mainbranch../gradlew check.Additional Notes
The material symbols included come with an Apache License 2.0, which is included directly to the file like any other file.