Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: sorting for completed and scheduled maintenance entries (#384)
* fix: sorting for completed and scheduled maintenance entries * Completed entries are sorted by descending completion date * Scheduled entries are sorted by ascending scheduling date * Selecting both entries shall sort them by scheduling and then completion date in descending order * refactor: rewrite if-else as switch-case --------- Co-authored-by: zebrapurring <>
- Loading branch information