Fix CI build errors blocking v1.0.0 release #4797
ccantynzcommented Apr 15, 2026
Originally written by @vercel[bot] on GitHub.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| voxlen | Preview, Comment | Apr 15, 2026 9:09am |
Cross-repo impact
See what breaks downstream if this PR merges.
⮌ Merged
This pull request was merged into main.
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts
Originally written by @ccantynz-alt on GitHub.
Imported from https://github.com/ccantynz-alt/voxlen/pull/4
Fixes the 6 TypeScript errors and the Xcode_15.4 iOS runner error that broke the first v1.0.0 workflow run.
What was red
src/App.tsx— importedAdminPanelwith no render case, calleduseHistoryStorewithout importing itsrc/components/dictation/DictationPanel.tsx— wholevoiceCommandsimport block unused, referencedsaveTranscriptsandshowWaveformthat didn't exist in scopesrc/components/dictation/HistoryPanel.tsx— referencedsaveTranscriptswithout importing it from the settings store.github/workflows/build.yml— hardcoded/Applications/Xcode_15.4.appwhich doesn't exist onmacos-latestWhat changed
useHistoryStoreimport, addedadmincase torenderViewso the Sidebar's Admin button actually worksshowWaveformfrom settings, cleaned stale deps in the toggle callbacksaveTranscriptsfrom settings storecontinue-on-errorso a missing iOS project never blocks the desktop release artifactsVerified locally:
npm run build(tsc + vite) passes clean.