12 Commits

Author SHA1 Message Date
88a4852a24 adding more logging 2024-02-06 18:59:39 -05:00
bfc70842e2 update install buttons 2023-10-18 20:43:23 -04:00
ce2cd80bf6 add cache info controls 2023-08-25 23:46:11 -04:00
ada70d7957 udpate prechecks to use status spinner 2023-08-25 19:09:36 -04:00
d8d442c195 adding cachinfo and spinner controls (WIP) 2023-08-24 22:28:37 -04:00
affdf3d95a upgrade to avalonia 11 2023-08-21 18:57:48 -04:00
5cca94d2bf fix update message display 2023-08-03 18:02:38 -04:00
ab4c61c9ac replace path label, general logging additions 2023-08-02 23:32:44 -04:00
eb4f8b006c precheck details view and viewmodel WIP 2023-07-25 22:07:48 -04:00
83a3200813 Update UI binding to IsEnabled 2023-07-12 16:39:37 +02:00
d3767a0344 Add global using directives and free space pre-check
Global System and System.IO usages have been replaced with global usings in GlobalUsings.cs for improved code readability. Alongside, a FreeSpacePreCheck has been added in FreeSpacePreCheck.cs to ensure enough drive space is available before installation. This check was initially taking place in InitializationTask.cs which has been removed for better separation of concerns. The PreCheckViewModel visibility is now dependent on the success status of PreChecks, enhancing user experience.
2023-07-12 08:32:57 +02:00
8331080d85 major rework to move to avalonia 2023-05-11 23:11:39 -04:00