Speed up Shot Lab video source queries #304

Merged
colonelpanic merged 1 commits from codex/fix-shot-lab-video-picker into master 2026-07-22 01:08:34 +00:00
Owner

Summary

  • query only the signed-in user’s videos for the Shot Lab source picker
  • remove unused shot feature fields from the shot-grid payload
  • regenerate the typed GraphQL hooks and result types

Why

The picker queried the all-users feed and downloaded shot feature fields the UI never read. That made the initial list and per-video shot grid slower and increased the chance of transient request failures.

Validation

  • direnv exec . just gql
## Summary - query only the signed-in user’s videos for the Shot Lab source picker - remove unused shot feature fields from the shot-grid payload - regenerate the typed GraphQL hooks and result types ## Why The picker queried the all-users feed and downloaded shot feature fields the UI never read. That made the initial list and per-video shot grid slower and increased the chance of transient request failures. ## Validation - `direnv exec . just gql`
colonelpanic added 1 commit 2026-07-22 00:40:32 +00:00
Speed up Shot Lab video source queries
All checks were successful
Tests / Tests (pull_request) Successful in 39s
d787e5e9a2
colonelpanic merged commit d67fdd9fee into master 2026-07-22 01:08:34 +00:00
colonelpanic deleted branch codex/fix-shot-lab-video-picker 2026-07-22 01:08:35 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: railbird/railbird-gql#304
No description provided.