main
reng 3 months ago
parent 167338c835
commit d338dd37bc
  1. 30
      public/cuelist.json
  2. 2
      src/App.jsx

@ -22,7 +22,7 @@
"description": "(START) CQ2-CQ4.1", "description": "(START) CQ2-CQ4.1",
"audioCue": "Q3", "audioCue": "Q3",
"clientCue":"Q2", "clientCue":"Q2",
"duration":495, "duration":482,
"auto": true "auto": true
}, },
{ {
@ -44,6 +44,34 @@
"status":"end", "status":"end",
"lightCue":"fade_in_light", "lightCue":"fade_in_light",
"clientCue":"Q6" "clientCue":"Q6"
},
{
"id": 6,
"name": "CQ4",
"type": "debug",
"description": "debug-phone part",
"clientCue":"Q4",
"duration":97,
"auto":true
},{
"id": 7,
"name": "CQ4.11",
"type": "light",
"description": "debug-CQ4.11-CQ5.6",
"lightCue":"fade_out_light",
"duration":298,
"clientCue":"Q4.11",
"auto": true
},
{
"id": 5,
"name": "Q5",
"type": "bg",
"description": "debug-(END)",
"audioCue": "Q4",
"status":"end",
"lightCue":"fade_in_light",
"clientCue":"Q6"
} }
] ]
} }

@ -293,7 +293,7 @@ function App() {
</thead> </thead>
<tbody> <tbody>
{Array.from(Array(CLIENT_COUNT).keys()).map((i) => { {Array.from(Array(CLIENT_COUNT).keys()).map((i) => {
const id=(i+1).toString().padStart(2,'0'); const id=(i+1).toString();//.padStart(2,'0');
const log = clientStatus[id.toString()]; const log = clientStatus[id.toString()];
return ( return (
<tr key={id} className="text-left lowercase"> <tr key={id} className="text-left lowercase">

Loading…
Cancel
Save