fix: account for pending timers

This commit is contained in:
Carlos Valente
2024-06-04 15:32:50 +02:00
committed by Carlos Valente
parent 147e5f5a27
commit ee1753ef29
3 changed files with 46 additions and 0 deletions
@@ -7,6 +7,7 @@ export enum TimerPhase {
Warning = 'warning',
Danger = 'danger',
Negative = 'negative',
Pending = 'pending', // used for waiting to roll
}
export type TimerState = {