|
|
|
|
@ -221,7 +221,7 @@ const videoLoading = ref(false) |
|
|
|
|
const videoError = ref("") |
|
|
|
|
const videoElementId = `home-video-player-${Math.random().toString(36).slice(2)}` |
|
|
|
|
const palette = ["#30dcff", "#27f0c0", "#ffd76c", "#7aa7ff", "#ff8f6b", "#a6f06d"] |
|
|
|
|
const sidePanelHeight = 186 |
|
|
|
|
const sidePanelHeight = 208 |
|
|
|
|
const rightChartPanelHeight = sidePanelHeight |
|
|
|
|
const videoPanelHeight = rightChartPanelHeight |
|
|
|
|
const videoLoadTimeoutMs = 12000 |
|
|
|
|
|