Skip to content

Fix mobile regex toggle layout - #310

Open
langerkirill wants to merge 1 commit into
zkemail:mainfrom
langerkirill:fix-mobile-regex-toggle-layout
Open

Fix mobile regex toggle layout#310
langerkirill wants to merge 1 commit into
zkemail:mainfrom
langerkirill:fix-mobile-regex-toggle-layout

Conversation

@langerkirill

Copy link
Copy Markdown

Summary

  • Stack each regex field header on small screens so the field label and controls do not share a too-narrow row
  • Make the Private/Public segmented control use stable equal-width columns and a fixed active background

Fixes #275

Testing

  • npx tsc --noEmit
  • npx next build --turbopack (exits 0; existing .eslintrc semi warning remains)
  • git diff --check
  • Mobile smoke test in headless Chrome with an iPhone 14 Pro viewport: /create/new?step=1 rendered 8 Private/Public buttons with 0 viewport overflows

@coderabbitai

coderabbitai Bot commented May 21, 2026

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@langerkirill has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 11 minutes and 34 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2dcd93a9-69d3-453a-b41c-d0c94d37785e

📥 Commits

Reviewing files that changed from the base of the PR and between 87b9749 and 666772a.

📒 Files selected for processing (1)
  • src/app/create/[id]/createBlueprintSteps/ExtractFields.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

Public/Private toggles are misaligned on the regex fields page (iPhone 14 Pro)

1 participant