Fix/UI video card sidebar async#70
Merged
devchaudhary24k merged 3 commits intodevfrom Apr 22, 2026
Merged
Conversation
VideoThumb was living inside features/videos but is about to be used from features/folders too. Promote to apps/app/src/components so both features share a single implementation.
Folder browse endpoint was returning bare video metadata, so folder cards rendered a gradient placeholder. The video feed already joins thumbnail + preview_gif assets and signs URLs — mirror that on the folder service so the browse view matches. - VideoSummary response gains thumbnailUrl + previewUrl - listChildVideos switches to db.query with assets relation + signs URLs - Folders video-card uses the shared VideoThumb for poster + hover preview - Loading state swaps the "Loading…" placeholder for FolderGridSkeleton
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
Related
Closes #
Type of change
feat— new capabilityfix— bug fixrefactor— no behavior changeperf— performance improvementdocs/chore/ci/test/style/build/revertScope
apps/apiapps/appworkers/transcoderpackages/*tooling/*/.github//.husky//.claude/Checklist
devand is up to date withdevpnpm check-typespassespnpm lintpasses with zero warningspnpm formatcleanpnpm testgreenany, no non-null assertions, no@ts-ignorewithout a commentprocess.env.*outsideenv.ts; no backend packages imported fromapps/app.envfile edited (except.env.example)t.Pick/t.Omit— never rawcreateSelectSchema(table)If schema changed
pnpm run db:migrate -- --name="<snake_case>"If UI changed
apps/app/src/components/(feature code belongs infeatures/<name>/)packages/ui/src/components/**(vendored shadcn)Screenshots / recordings
Migration / rollout notes
Notes for reviewers