feat: SW-2383 add BuildInfoFooter component - #207
Open
boramyi-ts wants to merge 3 commits into
Open
Conversation
A subtle full-width footer bar for application build metadata — app version and commit SHA. Both fields optional; only what you pass renders. Meant to sit at the bottom of a page/app. Content is right-aligned. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
boramyi-ts
temporarily deployed
to
artifactory-prod
September 8, 2026 19:20 — with
GitHub Actions
Inactive
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
✅ No issues found
About Unblocked
Unblocked has been set up to automatically review your team's pull requests to identify genuine bugs and issues.
📖 Documentation — Learn more in our docs.
💬 Ask questions — Mention @unblocked to request a review or summary, or ask follow-up questions.
👍 Give feedback — React to comments with 👍 or 👎 to help us improve.
⚙️ Customize — Adjust settings in your preferences.
…oter # Conflicts: # src/index.ts
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||
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.
SW-2383 — Add
BuildInfoFootercomponentJira: SW-2383
A subtle, full-width footer bar for application build metadata — the app version and commit SHA — meant to sit at the bottom of a page/app.
API
version?: string— rendered asv{version}commitSha?: string— short commit SHAReact.ComponentProps<"footer">(minuschildren), soclassNameand native<footer>attributes pass through.Design
text-xs,tabular-nums, muted foreground on a faintbg-muted/30bar with a top border — deliberately quiet so it recedes at the bottom of a data-dense page.·,aria-hidden).<footer>withdata-slot="build-info-footer".Screenshots
Default)VersionOnly)Tests
Defaultplay test asserts thedata-slot, thev1.4.2version, and thea1b2c3dcommit are rendered/visible;VersionOnlycovers the single-field branch. Both pass, including the automatic axe a11y check. typecheck + lint clean. Zephyr id to be generated viazephyr_sync.🤖 Generated with Claude Code