Merge pull request #1004 from webadderallorg/codex/heroui-ui

Integrate HeroUI editor, recording library, caption fixes and cloud foundations
This commit is contained in:
webadderall
2026-09-22 11:50:27 +10:00
committed by GitHub
325 changed files with 33524 additions and 9643 deletions
+7 -1
View File
@@ -52,8 +52,14 @@ jobs:
continue-on-error: true
run: npm run format:check
- name: Test
# Real recording-import tests require the binary skipped by --ignore-scripts.
- name: Install FFmpeg for integration tests
id: ffmpeg
if: ${{ !cancelled() && steps.install.outcome == 'success' }}
run: npm rebuild ffmpeg-static
- name: Test
if: ${{ !cancelled() && steps.install.outcome == 'success' && steps.ffmpeg.outcome == 'success' }}
run: npm test
# Main currently has known locale-parity debt covered by PR #710. Keep the