Skip to content
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

refactor: major code overhaul + support for the new Iced theme API #369

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

0x192
Copy link
Owner

@0x192 0x192 commented Sep 1, 2022

  • Remove custom code for theming: UAD now uses the new Iced styling API
  • All the code for initializing UAD (download debloat lists, fetch connected devices etc...) is now a lot more streamlined
  • Other miscellaneous code improvement
  • Replace row() and column() functions by the new Iced vector-like helper functions (row![], column![])
  • Move navigation menu GUI code in a dedicated file
  • Rework the way UAD uses events for async code

In a nutshell, the codebase is now a lot easier to maintain!

Note: UAD is now temporarily based on my fork of Iced until iced-rs/iced#1425 is merged upstream.

- Remove custom code for theming: UAD now uses the new Iced styling API
- All the code for initializing UAD (download debloat lists, fetch connected devices etc...) is now a lot more streamlined
- Other miscellaneous code improvement
- Replace row() and column() functions by the new Iced vector-like helper functions (row![], column![])
- Move navigation menu GUI code in a dedicated file
- Rework the way UAD uses events for async code
@0x192 0x192 merged commit 9b564d3 into main Sep 1, 2022
@0x192 0x192 deleted the refactor branch September 2, 2022 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant