UI tweaks (#800)

* style: placeholder for progress value

* style: rundown menu

* style: extracted rundown takes whole screen

* style: tweaks to rundown indicators

* feat: allow exporting info

* style: indicate action
This commit is contained in:
Carlos Valente
2024-03-03 20:42:36 +01:00
committed by GitHub
parent 0c31438e44
commit 8196ea584d
20 changed files with 166 additions and 87 deletions
@@ -3,6 +3,7 @@ import { create } from 'zustand';
export enum AppMode {
Run = 'run',
Edit = 'edit',
Freeze = 'freeze',
}
const appModeKey = 'ontime-app-mode';