Implement event review timeline (#9941)

* initial implementation of review timeline

* hooks

* clean up and comments

* reorganize components

* colors and tweaks

* remove touch events for now

* remove touch events for now

* fix vite config

* use unix timestamps everywhere

* fix corner rounding

* comparison

* use ReviewSegment type

* update mock review event generator

* severity type enum

* remove testing code
This commit is contained in:
Josh Hawkins
2024-02-20 17:22:59 -06:00
committed by GitHub
parent aa99e11e1a
commit cdd6ac9071
11 changed files with 1231 additions and 18 deletions

View File

@@ -58,6 +58,15 @@
--ring: 222.2 84% 4.9%;
--radius: 0.5rem;
--severity_alert: var(--red-800);
--severity_alert_dimmed: var(--red-500);
--severity_detection: var(--orange-600);
--severity_detection_dimmed: var(--orange-400);
--severity_motion: var(--yellow-400);
--severity_motion_dimmed: var(--yellow-200);
}
.dark {