mcopy/app/src/lib/ui
Matt McWilliams 5597aea828 Do not display broken layout before devices are ready 2024-05-23 20:56:32 -04:00
..
alert.ts 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
capper.ts All capper features in app, can shoot blank frames, can turn on capper independently and can schedule blank frames in the sequencer. Some cleanup may be needed but there are no noticeable regressions in the app. TODO: Finish all arduino scripts. 2022-07-15 18:11:26 -04:00
devices.ts Do not display broken layout before devices are ready 2024-05-23 20:56:32 -04:00
filmout.ts Fixed video export, still sequence selection 2021-03-18 11:27:53 -04:00
grid.ts All capper features in app, can shoot blank frames, can turn on capper independently and can schedule blank frames in the sequencer. Some cleanup may be needed but there are no noticeable regressions in the app. TODO: Finish all arduino scripts. 2022-07-15 18:11:26 -04:00
index.ts Refactored GUI into TypeScript and class-based format 2023-03-18 16:59:26 -04:00
light.ts 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.ts Refactored GUI into TypeScript and class-based format 2023-03-18 16:59:26 -04:00
seq.ts Refactored GUI into TypeScript and class-based format 2023-03-18 16:59:26 -04:00
timing.ts 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