Commit e431608
committed
fix(webapp): stop session durations climbing forever when no run is live
Sessions kept an ever-growing wall-clock duration because the cell ticked for
any open session, even when its run had finished long ago. The duration now
ticks only while a run is genuinely executing; otherwise it freezes at the last
run's completion (or shows a dash if it never ran). Session status stays the
existing filterable ACTIVE/CLOSED/EXPIRED set, so there is nothing new to
filter. This drops the earlier display-only IDLE status, which was not
filterable.1 parent 200d501 commit e431608
2 files changed
Lines changed: 0 additions & 138 deletions
Lines changed: 0 additions & 92 deletions
This file was deleted.
This file was deleted.
0 commit comments