Please confirm these before moving forward.
Describe the improvement
Currently, UniGetUI redistributes Avalonia UI within the same package as Classic UI. This results in an installation size of approximately 678MB. For the majority of users who only use one interface, carrying the weight of both frameworks is redundant and inefficient.
I suggest entirely separating the two interfaces:
- Decouple the Avalonia UI, making Avalonia entirely optional.
- Maintain this separation until the team is ready to fully deprecate the Classic UI in favor of Avalonia, rather than merging both during the transition period.
Describe how this improvement could help users
- Lower disk space usage, this is crucial for users like me who run UniGetUI in portable mode on devices with limited storage.
- There is no benefit to bundling two separate UI frameworks when the vast majority of users will only ever use one (those who wish to experiment can still install both).
Please confirm these before moving forward.
Describe the improvement
Currently, UniGetUI redistributes Avalonia UI within the same package as Classic UI. This results in an installation size of approximately 678MB. For the majority of users who only use one interface, carrying the weight of both frameworks is redundant and inefficient.
I suggest entirely separating the two interfaces:
Describe how this improvement could help users