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

14
frontend/views/control/dist/lighting.js vendored Normal file
View File

@@ -0,0 +1,14 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.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;
}());
exports.Lighting = Lighting;
//# sourceMappingURL=lighting.js.map