Skip to content

feat: support pagination and paused sandboxes in the list#508

Open
drankou wants to merge 20 commits into
mainfrom
add-pagination-and-state-coverage-to-the-sandboxes-list-dash-47
Open

feat: support pagination and paused sandboxes in the list#508
drankou wants to merge 20 commits into
mainfrom
add-pagination-and-state-coverage-to-the-sandboxes-list-dash-47

Conversation

@drankou

@drankou drankou commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Adds server-side pagination and paused-sandbox support to the new sandboxes list.

  • Sandboxes load in pages of 50 via infinite scroll; sorting by start time is applied server-side across the whole dataset
  • New status filter (running / paused) backed by the states query param; header count shows N+ while more pages remain
  • Searching a full sandbox ID resolves via the existing sandbox details lookup, so exact matches are found beyond the loaded pages
  • Column updates: running duration column, refreshed created-at and usage cells with icon indicators and paused-state handling
  • Mock metrics data for local development

@linear-code

linear-code Bot commented Jul 14, 2026

Copy link
Copy Markdown

DASH-47

@cla-bot cla-bot Bot added the cla-signed label Jul 14, 2026
@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web-foxtrot Ready Ready Preview, Comment Jul 15, 2026 4:10pm

Request Review

@drankou
drankou force-pushed the add-pagination-and-state-coverage-to-the-sandboxes-list-dash-47 branch from 0ad9462 to c8df293 Compare July 14, 2026 10:40
@drankou
drankou force-pushed the add-pagination-and-state-coverage-to-the-sandboxes-list-dash-47 branch from 8aa206d to 5478d3e Compare July 14, 2026 15:19

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

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.

Reviewed commit: c9fc5778e2

ℹ️ 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".

Comment thread src/features/dashboard/sandboxes/list/table-cells.tsx
Comment thread src/features/dashboard/sandboxes/list/table-row.tsx
Comment thread src/app/dashboard/[teamSlug]/sandboxes/(tabs)/list2/page.tsx
Comment thread src/features/dashboard/sandboxes/list/table-cells.tsx
Comment thread src/configs/mock-data.ts Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant