Review timeline improvements (#10102)

* make event bars clickable

* outline and scroll when segment is clicked

* match outline colors to event type

* hover thumbnails

* make event bars clickable

* outline and scroll when segment is clicked

* match outline colors to event type

* hover thumbnails

* fix merge from rebase

* remove minimap opacity classes

* live player outline colors

* safelist shadow classes
This commit is contained in:
Josh Hawkins
2024-02-27 13:41:26 -06:00
committed by GitHub
parent 8663fbba01
commit 622e9741c0
6 changed files with 203 additions and 73 deletions

View File

@@ -126,7 +126,7 @@ export default function LivePlayer({
<div
className={`relative flex justify-center w-full outline ${
activeTracking
? "outline-destructive outline-1 rounded-2xl shadow-[0_0_6px_1px] shadow-destructive"
? "outline-severity_alert outline-1 rounded-2xl shadow-[0_0_6px_1px] shadow-severity_alert"
: "outline-0"
} transition-all duration-500 ${className}`}
>