Skip to content

Conversation

@david-crespo
Copy link
Collaborator

@david-crespo david-crespo commented Apr 9, 2025

This should substantially reduce the proportion of the time that going past the first page is required. None of our JSON responses are that big, the API is fast, and it's probably rare for people to have that many of most resources. If everything is on one page, then ctrl-f works for find and it's less of a problem that we don't have filtering yet.

I'd also like to make the tables more dense by reducing vertical space, but this doesn't require that at all.

2025-04-09-pag-50

@vercel
Copy link

vercel bot commented Apr 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Apr 9, 2025 10:21pm

@david-crespo david-crespo changed the title Increase default page size to 50 Increase list page size to 50 Apr 9, 2025
const row = page.getByRole('row', { name: 'snapshot-4' })
await row.getByRole('button', { name: 'Row actions' }).click()
await page.getByRole('menuitem', { name: 'Create image' }).click()
await clickRowAction(page, 'disk-1-snapshot-8', 'Create image')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love this util

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to change from snapshot-4 because it doesn’t do an exact match and it was picking snapshot-40 etc

Copy link
Contributor

@charliepark charliepark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A great improvement until we can add better pagination (and even then, 50 is great)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants