Sorting runs by completion/update date if not null, else start date if not null, else run id.
Using SortedList, and Comparable extension on Job & WorkflowRun classes
A button to trigger the order, and/or the variable to sort by would be amazing, but I do not master Kotlin & Jetbrain API enough to do it :smiling_face_with_tear:
Linked to this issue: https://github.com/cunla/ghactions-manager/issues/60#issue-1443544514
Sorting runs by completion/update date if not null, else start date if not null, else run id. Using SortedList, and Comparable extension on Job & WorkflowRun classes
A button to trigger the order, and/or the variable to sort by would be amazing, but I do not master Kotlin & Jetbrain API enough to do it :smiling_face_with_tear: