issues
search
FireCubeStudios
/
Run
WinUI 3 Run
https://www.microsoft.com/store/apps/9NQGV64S5136
MIT License
157
stars
11
forks
source link
Refactoring
#3
Closed
FireCubeStudios
closed
2 years ago
FireCubeStudios
commented
2 years ago
To do:
[x] Rename Hide variable to PersistAppInBackground
[x] Remove first item, not last
https://github.com/FireCubeStudios/Run/blob/master/Run/Services/HistoryService.cs#L36
[x] Return Task.completedtask
https://github.com/FireCubeStudios/Run/blob/master/Run/Services/HistoryService.cs#L42
[x] Async Task instead of void
https://github.com/FireCubeStudios/Run/blob/master/Run/Services/HistoryService.cs#L32
[x] use constants for keyboard codes for example const uint VK_WINDOWS = 0x5B; instead of 0x5B
[x] Complete full seperation of view code to viewmodel to allow theming
[x] Handle the status if it failed
FireCubeStudios
commented
2 years ago
Completed
To do: