test: merge master into test-branch for deployment testing#436
Merged
Movm merged 8 commits intotest-branchfrom Feb 1, 2026
Merged
test: merge master into test-branch for deployment testing#436Movm merged 8 commits intotest-branchfrom
Movm merged 8 commits intotest-branchfrom
Conversation
- Only set cameraState=ready from jscanify import callback - Always capture photo, fall back to raw frame without scanner
Drop the 8MB OpenCV CDN dependency and jscanify edge detection. Camera now captures raw frames directly via react-webcam — simpler, faster to load, and no WASM initialization issues.
The subtitles payload can arrive as a pre-parsed array with start/end keys instead of the raw string format. Normalise both shapes before passing to ASS generation to prevent export failures.
- Fix TS2322/TS2362 in processingController by wrapping unknown types with Number()/String() - Replace @ts-ignore with @ts-expect-error in FluxImageService - Add Sentry error tracking integration for api, web, and sites packages - Update scraper and package dependencies
fix: resolve TypeScript errors, add Sentry error tracking & various improvements
Add VITE_SENTRY_DSN build arg to web and sites Dockerfiles so the GlitchTip DSN is baked into the frontend bundles at build time.
Stop deleting Redis key and output file after first stream in export-download endpoint — the browser's video preview was consuming the token before the user could click download. Rely on the existing 1-hour TTL for cleanup instead. Replace all custom spinner implementations across the subtitler with the shared <Spinner> component and remove orphaned CSS. Set video preview to 9:16 portrait aspect ratio with object-fit: contain.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<Spinner>component, remove ~115 lines of orphaned CSSobject-fit: containTest plan