-
Notifications
You must be signed in to change notification settings - Fork 48
Feat: Add builds procedures & UI #193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Add builds procedures & UI #193
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
ec4ac24 to
109414c
Compare
Replace complex timeout-based status filtering with a simple
.in('status', statuses) query and remove BUILD_TIMEOUT_MS. Also update
the builds table to only show the filter-refetching overlay when
isFilterRefetching && hasData.
Note
Introduce template Builds tab with filtering and live status, backed by new TRPC builds endpoints; add Turbopack fs stubs and update deps.
templateswith@listand new@buildsroutes (layout.tsx,page.tsx, defaults).status,Build ID/Template), table with infinite pagination and live status polling, empty/loader states (features/dashboard/templates/builds/*).DefaultDashboardLayout/CustomDashboardLayout; improved loader, checkbox, dropdown, button sizing, table/label styles.formatDurationCompact,formatTimeAgoCompact; newcnutil inlib/utils/ui.TEMPLATES_LISTandTEMPLATES_BUILDS.buildsrouter:list,runningStatuses,getBuildStatus.models,repositories).template_id/sandbox_idspan attrs.teamsrouter from app router.resolveAliasto stub Nodefs/fs/promisesfor browser (stubs/fs.ts,stubs/fs-promises.ts); include stubs intsconfig.template-build.test.ts; adjust dev test scripts.e2bto^2.7.0,@tanstack/react-virtual,tailwind-merge; lockfile updates.Written by Cursor Bugbot for commit 5b96dd9. This will update automatically on new commits. Configure here.