base framework for new Timeline tab+

super-timeline
Moe 2023-07-28 11:35:43 -07:00
parent e37e109889
commit a82390cb42
4 changed files with 21 additions and 2 deletions

View File

@ -7795,6 +7795,11 @@ module.exports = function(s,config,lang){
label: `${lang['Monitor Map']}`,
pageOpen: 'monitorMap',
},
{
icon: 'bardcode',
label: `${lang['Timeline']}`,
pageOpen: 'timeline',
},
{
icon: 'file-o',
label: `${lang['FileBin']}`,
@ -9114,6 +9119,7 @@ module.exports = function(s,config,lang){
"color": "blue",
"noHeader": true,
"noDefaultSectionClasses": true,
"box-wrapper-class": "flex-direction-column",
"info": [
{
"fieldType": "div",

View File

@ -0,0 +1,6 @@
#timeline-video-canvas {
flex-grow: 1;
}
#timeline-bottom-strip {
background: rgba(0,0,0,0.8);
}

View File

@ -440,3 +440,10 @@ ul.squeeze {
.fixed-table-body {
min-height: 400px;
}
.flex-direction-column {
display: flex;
flex-direction: column;
height: 100vh;
}

View File

@ -1,5 +1,5 @@
<main class="page-tab pt-3" id="tab-monitorMap">
<form class="dark row">
<main class="page-tab" id="tab-timeline">
<form class="dark">
<%
var drawBlock
var buildOptions