mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 21:54:09 +00:00
fix: account for pending timers
This commit is contained in:
committed by
Carlos Valente
parent
147e5f5a27
commit
ee1753ef29
@@ -7,6 +7,7 @@ export enum TimerPhase {
|
||||
Warning = 'warning',
|
||||
Danger = 'danger',
|
||||
Negative = 'negative',
|
||||
Pending = 'pending', // used for waiting to roll
|
||||
}
|
||||
|
||||
export type TimerState = {
|
||||
|
||||
Reference in New Issue
Block a user