Skip to content

fix(showcase): allow 192 page size - #1239

Open
sentry[bot] wants to merge 1 commit into
mainfrom
seer/fix/showcase-page-size-validation
Open

fix(showcase): allow 192 page size#1239
sentry[bot] wants to merge 1 commit into
mainfrom
seer/fix/showcase-page-size-validation

Conversation

@sentry

@sentry sentry Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

The showcase page (/showcase/) offered 192 as a selectable page size option, but the server-side validation for getApprovedShowcases was using a generic pageSizeSchema capped at 100. This led to a valibot validation error when 192 was selected.

This fix introduces a specific showcasePageSizeSchema in src/utils/showcase.functions.ts with v.maxValue(192) and updates the getApprovedShowcases loader to use this new schema, resolving the validation issue.

Fixes TANSTACK-COM-2S3

This PR was automatically generated by Sentry. You can adjust this setting at any time.

@sentry
sentry Bot requested a review from a team September 9, 2026 11:03
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 9, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
tanstack-com 6b51252 Commit Preview URL

Branch Preview URL
Sep 09 2026, 11:05 AM

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.

0 participants