feat(v1): add QuickEntryRow ecosystem-landing component (Phase 3 - PR 4)#688
Open
vitorvasc wants to merge 1 commit into
Open
feat(v1): add QuickEntryRow ecosystem-landing component (Phase 3 - PR 4)#688vitorvasc wants to merge 1 commit into
vitorvasc wants to merge 1 commit into
Conversation
✅ Deploy Preview for otel-ecosystem-explorer ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
PR ScreenshotsVisual diffs vs main (6 over budget, 0 new, 0 missing)
Captured from |
92dd0c0 to
d9f2f94
Compare
9 tasks
d9f2f94 to
5cf0833
Compare
5cf0833 to
f1264f5
Compare
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.
















































Fourth PR of Phase 3 (ecosystem landing pages). Adds the
<QuickEntryRow>shortcut cards.Contributes to #372.
What's in this PR
<QuickEntryRow>(src/v1/components/ecosystem/quick-entry-row.tsx): a row of shortcut cards (internal<Link>or external<a>) below the pipeline anatomy. Item content is caller-provided; the section title defaults through i18next. External links carryrel="noopener noreferrer"src/v1/styles/quick-entry-row.css(imported into the v1 stylesheet)ecosystemnamespace (en / es), registered in config + test setup per feat(i18n): extract collector namespace strings #650/_dev/componentsshowcasetarget/relWhat's not in this PR
ecosystemnamespace scaffolding is shared with the sibling Phase 3 component PRs (ReleaseCard, PipelineAnatomy); trivial union-merge depending on orderVerification
bun run typecheck— cleanbun run lint— cleanbun run test -t "QuickEntryRow"— 3 tests passbun run format— no changes