fixing overhanging recommended text in onboarding - #218
Merged
Merged
Conversation
richardanaya
force-pushed
the
fix-recommended-pill
branch
from
March 7, 2026 15:46
6b4ed81 to
ee393ad
Compare
Contributor
Greptile SummaryThis PR fixes a minor UI layout issue in the onboarding wizard where the "Recommended" badge on adapter option buttons was overhanging outside the right edge of its parent container. The fix changes the Tailwind positioning utility from
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Render adapter option button\nclassName includes 'relative'] --> B{opt.recommended?}
B -- Yes --> C[Render 'Recommended' badge\nabsolute -top-1.5 right-1\nContained within button boundary]
B -- No --> D[No badge rendered]
C --> E[Render opt.icon]
D --> E
E --> F[Render opt.label]
F --> G[Render opt.desc or 'Coming soon']
Last reviewed commit: ee393ad |
richardanaya
force-pushed
the
fix-recommended-pill
branch
from
March 7, 2026 15:47
ee393ad to
ddb7101
Compare
Collaborator
|
I like the screenshots |
tmartin2113
pushed a commit
to tmartin2113/paperclip
that referenced
this pull request
Mar 15, 2026
…pill fixing overhanging recommended text in onboarding
nydamon
added a commit
to nydamon/paperclip-1
that referenced
this pull request
Apr 9, 2026
…rements (paperclipai#218) * feat(governance): add route guard standards, multi-role QA, and auth PR requirements Engineering hardening across three layers — prevention, detection, enforcement — to catch auth/routing bugs before they ship. Prevention (thinking): - H1: Route access matrix standard — every web project must maintain a living docs/route-access-matrix.md mapping routes to roles/guards/sidebar - H5: Route guard rules — default-open policy, sidebar must match guards, core product pages never admin-gated Detection (testing): - H2: Role-matrix Playwright smoke test requirement for all web apps - H3: Onboarding/critical-path smoke test requirement - Definition of Done items 8-9 for auth/routing changes Enforcement (process): - H4: PR template section requiring route access matrix update and role test table for any PR touching auth/routing/sidebar - H6: QA must test as BOTH admin AND member — single-role test is automatic FAIL, with hard rejection rules and evidence format Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: resolve merge conflicts in hardening standards Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: revert accidental retrigger limit change from stash conflict Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
p4w4n
pushed a commit
to p4w4n/paperclip
that referenced
this pull request
May 8, 2026
…pill fixing overhanging recommended text in onboarding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before:
After: