More work on UI

This commit is contained in:
2026-03-13 14:36:11 +01:00
parent c4eedfff1e
commit 1ce7dfa057
24 changed files with 262 additions and 27 deletions

View File

@@ -14529,7 +14529,6 @@
this.updateRow(this.Rows.CAMERAUNITYSTREAM, status.CAMERAUNITYSTREAM);
this.updateRow(this.Rows.UNITYBUILD, status.UNITYBUILD);
this.updateRow(this.Rows.REPLAYFUNCTION, status.REPLAYFUNCTION);
console.log('Updated checklist:', status);
};
Checklist.prototype.updateRow = function (row, state) {
var _a, _b, _c;
@@ -14742,6 +14741,37 @@
}());
timer.Timer = Timer;
var lighting = {};
Object.defineProperty(lighting, "__esModule", { value: true });
lighting.Lighting = void 0;
var Lighting = /** @class */ (function () {
function Lighting(Main) {
this.gainInput = document.querySelector('.ntsh_lightingsettings-gain');
this.exposureInput = document.querySelector('.ntsh_lightingsettings-exposure');
this.whiteBalanceInput = document.querySelector('.ntsh_lightingsettings-whitebalance');
this._Main = Main;
}
return Lighting;
}());
lighting.Lighting = Lighting;
var sound = {};
Object.defineProperty(sound, "__esModule", { value: true });
sound.Sound = void 0;
var Sound = /** @class */ (function () {
function Sound(Main) {
this.volumeInput = document.querySelector('.ntsh_soundsettings-volume');
this.eqLowInput = document.querySelector('.ntsh_soundsettings-eqlow');
this.eqMidInput = document.querySelector('.ntsh_soundsettings-eqmid');
this.eqHighInput = document.querySelector('.ntsh_soundsettings-eqhigh');
this._Main = Main;
}
return Sound;
}());
sound.Sound = Sound;
var __awaiter = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
@@ -14787,6 +14817,8 @@
var morphux_1 = requireIndex();
var outOfServiceMode_1 = outOfServiceMode;
var timer_1 = timer;
var lighting_1 = lighting;
var sound_1 = sound;
var socket = (0, socket_io_client_1.io)('/');
var Main = /** @class */ (function () {
function Main() {
@@ -14795,6 +14827,8 @@
this.Calibration = new calibration_1.Calibration(this);
this.OutOfServiceMode = new outOfServiceMode_1.OutOfServiceMode(this);
this.Timer = new timer_1.Timer(this);
this.Lighting = new lighting_1.Lighting(this);
this.Sound = new sound_1.Sound(this);
this.socket = socket;
this.supportButton = document.querySelector('.ntsh-support img');
this.supportNumber = '';