fix: f11 fullscreen was completely broken on linux/windows; feat: butterchurn preset expansion + randomized preset arrows (#2280)

* added a ton of visualizers

* added f11 toggle functionality, f11 makes visualizer cover entire screen when pressed while visualizer is maximized

Bundling the additional butterchurn preset packs (extra, md1) pushed
renderer build memory past the default ~2GB Node heap on the macOS CI
runner, causing OOM crashes during the build.

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jaxi
2026-07-30 23:49:24 -04:00
committed by GitHub
parent 2d45968b4a
commit e402bd5424
8 changed files with 159 additions and 21 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"main": "./out/main/index.js",
"scripts": {
"build": "pnpm run build:electron && pnpm run build:remote",
"build:electron": "electron-vite build",
"build:electron": "cross-env NODE_OPTIONS=--max-old-space-size=4096 electron-vite build",
"build:remote": "vite build --config remote.vite.config.ts",
"build:web": "vite build --config web.vite.config.ts",
"dev": "electron-vite dev",