mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-02 11:07:21 +01:00
* 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 <>