Skip to content

Commit

Permalink
refine active process order on page
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Mar 28, 2024
1 parent d095971 commit c4ef51c
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 13 deletions.
57 changes: 47 additions & 10 deletions calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,16 @@
filter $ fn (x)
not= (first x) (get router-data :enlarge-view)
.sort $ fn (x y)
-
:started-at $ last y
:started-at $ last x
if
and
:alive? $ last y
:alive? $ last x
-
:started-at $ last x
:started-at $ last y
-
:started-at $ last y
:started-at $ last x
.sort-by $ fn (pair)
not $ :alive? (last pair)
.map-pair $ fn (pid process)
Expand Down

0 comments on commit c4ef51c

Please sign in to comment.