From 8e8c0bd2af588562cc9773492b9e3cea5759a8b5 Mon Sep 17 00:00:00 2001 From: zzz-creator <84800058+zzz-creator@users.noreply.github.com> Date: Tue, 21 Jul 2026 17:35:45 -0400 Subject: [PATCH 1/3] Add Save Multiple states --- .gitignore | 3 +- ABOUT.md | 4 +- index.html | 118 +- js/config/config.ts | 2 +- js/rag.d.ts | 210 +-- js/rag.js | 924 ++++++----- js/ui/statePicker.ts | 208 +++ js/ui/toolbar.ts | 32 +- js/ui/views.ts | 3 + package-lock.json | 3360 ++++++++++++++++++++++++---------------- package.json | 2 +- voxEditor/package.json | 2 +- 12 files changed, 2967 insertions(+), 1901 deletions(-) create mode 100644 js/ui/statePicker.ts diff --git a/.gitignore b/.gitignore index f2ce131..3a1564e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ node_modules /data/vox/*/ /data/vox/Backups.lnk /data/vox/batch.sh -/data/vox/noise.profile \ No newline at end of file +/data/vox/noise.profile +/.switchboard/ \ No newline at end of file diff --git a/ABOUT.md b/ABOUT.md index b17a366..8fe1aae 100644 --- a/ABOUT.md +++ b/ABOUT.md @@ -58,8 +58,8 @@ Obviously, I am not a lawyer, but I hope this text makes it clear enough that th a hobby of mine, with zero commercial intent. Please enjoy, and thanks! [0]: https://roycurtis.com -[1]: https://github.com/RoyCurtis/RAG/blob/master/LICENSE.md -[2]: https://github.com/RoyCurtis/RAG +[1]: https://github.com/zzz-creator/RAG/blob/master/LICENSE.md +[2]: https://github.com/zzz-creator/RAG [3]: https://www.typescriptlang.org/ [4]: http://stylus-lang.com/ [5]: https://www.jetbrains.com/webstorm/ diff --git a/index.html b/index.html index faded32..fa071ac 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,14 @@ + Rail Announcement Generator - + @@ -40,27 +41,39 @@ @@ -76,7 +89,7 @@ // Eventually, the editor will re-apply this message with localization document.body.classList.add('javascriptEnabled'); document.querySelector('#marquee').innerText = 'Please wait...'; - document.querySelector('#editor').innerText = 'Please wait...'; + document.querySelector('#editor').innerText = 'Please wait...'; @@ -97,7 +110,7 @@

%ST_SPEECH%

- +

@@ -108,7 +121,7 @@

%ST_SPEECH%

@@ -130,16 +143,13 @@

%ST_SPEECH%

- + - + - +
+ + + + @@ -326,7 +339,9 @@

%WARN_SHORT_HEADER%

@@ -339,13 +354,12 @@

%WARN_SHORT_HEADER%

- - + + -