12 Commits

Author SHA1 Message Date
469f74ee6c fix error messages 2024-06-29 11:25:30 -04:00
a7af608d56 apply format rules 2024-05-01 10:31:55 -04:00
5750e32d97 make desktop contains, update warning wording 2024-04-02 09:13:55 -04:00
85a562079c move live install check to precheck viewmodel
also deletes log file and doens't log anything at the message viewmodel so the log isn't in the live directory
2023-09-16 16:49:24 -04:00
b901975826 move original game check to precheckviewmodel, fix drives showing no space available 2023-07-27 10:03:24 -04:00
a8b91f4ee6 Refactor C# code to imperative, top-level statements style
Updated the existing C# code into a more modern, imperative and top-level statements style. This involves shortening the code by removing unnecessary parts like additional brackets and explicit namespace declarations. It's done to improve clarity and readability.
2023-07-12 09:19:33 +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
84b718d810 Remove unused using 2023-06-18 15:47:27 +02:00
105f402936 Adding initial size comparison between eft dir and target dir 2023-06-18 15:21:50 +02:00
52a283ad37 adding some more logging 2023-05-22 15:09:00 -04:00
18a217a974 bug fixes, ui tweaks, additional logging 2023-05-18 20:04:00 -04:00
8331080d85 major rework to move to avalonia 2023-05-11 23:11:39 -04:00