From c7894011ca01e62d5486c50a2c01ab16553c5e65 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sat, 21 Jun 2025 15:09:25 -0400 Subject: [PATCH] Add GUI error display and non-interactive quickstart --- gui/electron/index.html | 20 ++++++++++++++++++++ gui/electron/main.js | 26 +++++++++++++++++++++----- gui/electron/preload.js | 3 ++- voxvera/cli.py | 14 ++++++++++++-- 4 files changed, 55 insertions(+), 8 deletions(-) diff --git a/gui/electron/index.html b/gui/electron/index.html index 6fd3df0..7faaa62 100644 --- a/gui/electron/index.html +++ b/gui/electron/index.html @@ -3,6 +3,16 @@