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

@@ -7,6 +7,11 @@ module.exports = {
"./app/**/*.{ts,tsx}",
"./src/**/*.{ts,tsx}",
],
safelist: [
{
pattern: /(outline|shadow)-severity_(alert|detection|motion)/,
},
],
theme: {
container: {
center: true,