Skip to content

Constrain long blueprint slugs#308

Open
langerkirill wants to merge 1 commit into
zkemail:mainfrom
langerkirill:fix-blueprint-slug-overflow
Open

Constrain long blueprint slugs#308
langerkirill wants to merge 1 commit into
zkemail:mainfrom
langerkirill:fix-blueprint-slug-overflow

Conversation

@langerkirill

Copy link
Copy Markdown

Fixes #278.

Summary

  • keep the blueprint detail card constrained to the available width
  • allow long slug text to wrap inside the card instead of painting past the boundary
  • preserve the full slug in the title tooltip

Validation

  • npx prettier --check src/app/components/BlueprintTitle.tsx
  • npx tsc --noEmit
  • git diff --check
  • npx next build --turbopack
  • mocked long-slug page in local built app: slug box stayed within the 768px card and wrapped to two lines

@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 43 minutes and 33 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: bc0f3be3-c064-40fc-ab42-cea42c2aba05

📥 Commits

Reviewing files that changed from the base of the PR and between 87b9749 and 5ac05a6.

📒 Files selected for processing (1)
  • src/app/components/BlueprintTitle.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.

Long slug text goes outside the blueprint card boundaries

1 participant