Scrubber UI component (#9036)

* add scrubber and ui playground when running dev

* fix mobile dropdown menu width

* timeline scrubber and revamp for all event handlers
This commit is contained in:
Josh Hawkins
2023-12-20 18:37:35 -06:00
committed by Blake Blackshear
parent 2236ae5d3b
commit 7bec162353
10 changed files with 1221 additions and 16 deletions

1
web/src/env.ts Normal file
View File

@@ -0,0 +1 @@
export const ENV = import.meta.env.MODE;