mcopy/app/lib/ui
Matt McWilliams 8de80ab44d Replace all bolts in m3 with m2.5 bolts. 2024-10-23 11:25:58 -04:00
..
Readme.md
alert.js Complete the alert feature. Have not created pause, but this could be done using the same alert object to prevent code duplication. 2022-08-03 09:02:47 -04:00
alert.js.map Complete the alert feature. Have not created pause, but this could be done using the same alert object to prevent code duplication. 2022-08-03 09:02:47 -04:00
cam.js All known classes have types exported and imported into dependent modules. This has already caught a class of bugs. Removing references to any will catch another. 2024-05-23 18:49:18 -04:00
capper.js
capper.js.map
cmd.js
devices.js Do not display broken layout before devices are ready 2024-05-23 20:56:32 -04:00
devices.js.map Do not display broken layout before devices are ready 2024-05-23 20:56:32 -04:00
filmout.js
filmout.js.map
grid.js
grid.js.map
index.js Update commands 2023-03-18 17:00:13 -04:00
index.js.map Refactored GUI into TypeScript and class-based format 2023-03-18 16:59:26 -04:00
light.js Resolve startup order issues and explanation for all the delays that were meager attempts to solve a race condition. By moving more IPC connectionts to handles, which can be awaited, there are no more attempts to send message to light object that fails because it has not yet been instantiated. 2024-04-06 23:37:30 -04:00
light.js.map Resolve startup order issues and explanation for all the delays that were meager attempts to solve a race condition. By moving more IPC connectionts to handles, which can be awaited, there are no more attempts to send message to light object that fails because it has not yet been instantiated. 2024-04-06 23:37:30 -04:00
mscript.js Replace all bolts in m3 with m2.5 bolts. 2024-10-23 11:25:58 -04:00
mscript.js.map Replace all bolts in m3 with m2.5 bolts. 2024-10-23 11:25:58 -04:00
nav.js
proj.js All known classes have types exported and imported into dependent modules. This has already caught a class of bugs. Removing references to any will catch another. 2024-05-23 18:49:18 -04:00
seq.js Improve timing. Sequence takes into account serialDelay within each command and sequenceDelay has no bearing. Was adding 120ms of error to every step 2023-03-01 13:37:22 -05:00
seq.js.map Refactored GUI into TypeScript and class-based format 2023-03-18 16:59:26 -04:00
timing.js Resolve startup order issues and explanation for all the delays that were meager attempts to solve a race condition. By moving more IPC connectionts to handles, which can be awaited, there are no more attempts to send message to light object that fails because it has not yet been instantiated. 2024-04-06 23:37:30 -04:00
timing.js.map Resolve startup order issues and explanation for all the delays that were meager attempts to solve a race condition. By moving more IPC connectionts to handles, which can be awaited, there are no more attempts to send message to light object that fails because it has not yet been instantiated. 2024-04-06 23:37:30 -04:00

Readme.md