Commit Graph

276 Commits

Author SHA1 Message Date
Max Goodhart 42a5360654 Add classnames 2025-06-14 20:14:24 +00:00
Max Goodhart 601aa734db Move stream list to sidebar 2025-06-14 20:12:41 +00:00
Max Goodhart a617074c2e Fix city/state labels not showing 2025-06-14 20:08:07 +00:00
Max Goodhart ca4f14d21c Add missing file 2025-06-14 19:55:25 +00:00
Max Goodhart 592f547607 Add missing space in stream list 2025-06-14 19:33:48 +00:00
Max Goodhart 3db3716101 Persist wall assignments across restarts 2025-06-14 19:14:36 +00:00
Max Goodhart 1cea41bded Force stream webContents to be visible 2025-06-14 18:41:41 +00:00
Max Goodhart fa3ed4c4e8 Fix crash on opening browse when devtools open 2025-06-14 17:54:51 +00:00
Max Goodhart d63a5089de Add back TwitchBot v2.0.0-pre3 2025-06-14 16:06:25 +00:00
Max Goodhart af3a61f8e5 Add host/port override to control server 2025-06-14 15:27:38 +00:00
Max Goodhart 9ded048667 Implement standalone control server v2.0.0-pre2 2025-06-14 02:48:46 -04:00
Max Goodhart ec6b7bd360 Fix module file loading on Windows
This was causing output files to have the extension .es, which was
breaking loading in Windows (loading off the filesystem gave mime type
text/plain, which is forbidden by the renderer for script type=module)
2025-02-22 17:41:46 -08:00
Max Goodhart a979cb926a Update package-lock.json version 2025-02-22 17:03:06 -08:00
Max Goodhart b89326be6b Disable asar integrity checks 2025-02-22 16:50:43 -08:00
Max Goodhart d19f8a3f5e Update version to 2.0.0-pre1 2025-02-22 16:50:42 -08:00
Max Goodhart 3485ad2df8 Fix built HTML paths v2.0.0-pre1 2025-02-22 16:19:35 -08:00
Max Goodhart 39ccdb3e20 Fix CI token secret name 2025-02-22 16:07:21 -08:00
Max Goodhart 771384cfc5 Add executableName to packager config 2025-02-22 16:04:37 -08:00
Max Goodhart 76d12f363b Fix rollup HTML paths 2025-02-22 16:00:55 -08:00
Max Goodhart bfda127019 Add repository field to package.json 2025-02-22 16:00:53 -08:00
Max Goodhart 73f57d22e0 Fix publish action npm workspace 2025-02-22 15:54:33 -08:00
Max Goodhart a76abc39ee Initial v2 overhaul 2025-02-22 15:49:36 -08:00
Ben Menesini 9c9215487f Merge pull request #151 from streamwall/bump-dependencies
Bump-dependencies
2024-10-05 14:51:39 -07:00
Ben Menesini 9563f75602 Merge pull request #133 from streamwall/add-unit-test-coverage
Add unit test coverage
2024-10-05 14:50:17 -07:00
sayhiben 00e07549d6 Fix jsondiffpatch in jest 2024-08-18 20:31:59 -07:00
sayhiben aae66e400c Fix styles 2024-08-18 20:31:59 -07:00
sayhiben fd1f766fa2 Fix styles 2024-08-18 20:31:58 -07:00
sayhiben df71a581e7 Revert xstate bump; it's a pita 2024-08-18 20:31:57 -07:00
sayhiben 00fccca0fa Fix bad import 2024-08-18 20:31:57 -07:00
sayhiben 9ffdd34b58 Revert back to koa-views 2024-08-18 20:31:56 -07:00
sayhiben 0377c203c1 Mass bump with ncu. Replace deprecated koa-views with @ladjs/koa-views 2024-08-18 20:31:55 -07:00
sayhiben 6ad9754b10 Add npm-check-updates 2024-08-18 20:31:54 -07:00
sayhiben b4da9e26ad Update jest script name 2024-08-18 20:31:17 -07:00
sayhiben 8c92283514 Clean up redundant tests, rename scripts 2024-08-10 23:54:33 -07:00
Ben Menesini 37d9d79b3b Merge pull request #134 from streamwall/unit-test-coverage-2
Makes control.js testable with various config. changes. Adds coverage for util.js, roles.js, starts on control.js. Updates the entrypoint
2024-08-10 23:34:41 -07:00
sayhiben bb6724a1ba Clean up, fix duplicates 2024-08-10 23:23:09 -07:00
sayhiben c5e46c7f4d Add debug logging, remove file-based logging for now 2024-08-10 23:12:40 -07:00
sayhiben e14947b06e Fix log level 2024-08-10 22:10:51 -07:00
sayhiben a3ac672769 Fix build/run errors: add missing dependencies on windows 11, add prune (clean build) script, add "start-dev" script with increased verbosity, configure output for webpack, configure basic file-based logging, fix control's export 2024-08-10 22:02:05 -07:00
Ben Menesini db7338bcf3 Makes control.js testable with various config. changes. Adds coverage for util.js, roles.js, starts on control.js. Updates the entrypoint; untested so far 2024-05-19 19:36:02 -07:00
sayhiben e14c6f1685 adjust junit settings for gha 2024-05-18 23:44:42 -07:00
sayhiben 539a3bf201 fix junit report output path for gha reporter 2024-05-18 23:39:29 -07:00
sayhiben 6382171af8 Update output directory for jest-junit 2024-05-18 23:22:55 -07:00
sayhiben 22cc6268e1 Add node cache 2024-05-18 23:14:26 -07:00
sayhiben 6e1e42cb25 Try to make GHA useful. Adds jest-junit 2024-05-18 23:10:31 -07:00
sayhiben 495b7d3d7e Maybe fix up GHA workflow 2024-05-18 22:35:18 -07:00
sayhiben 614426b1ee Start adding test coverage 2024-05-18 20:07:31 -07:00
Ben Menesini 6977045f26 Create dependabot.yml 2024-05-05 19:12:54 -07:00
Max Goodhart d9688a7bff Update node version used for tests 2023-04-14 22:29:37 -07:00
Max Goodhart a581ba2c6f Quick and dirty mass dependency update 2023-04-14 22:22:37 -07:00