feat: add CodeBlock component with transition enhancements (#519)#659
Merged
RUKAYAT-CODER merged 5 commits intoJun 1, 2026
Merged
Conversation
|
@temi-Dee Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
…#519) - Copy-to-clipboard with animated Copy→Check icon swap and 2s reset - Expand/collapse with smooth max-height CSS transition and fade mask - Language badge via existing SyntaxHighlighter component - Accessible aria-label, aria-expanded attributes - Configurable collapseThreshold prop (default: 15 lines)
…nafcode#519) - Replace hardcoded max-h-[calc(15*1.625rem)] with dynamic inline style driven by the collapseThreshold prop - Add standard maskImage alongside WebkitMaskImage for cross-browser support - Add 9 unit tests covering render, copy, expand/collapse, and prop behaviour
temi-Dee
force-pushed
the
feat/code-block-transition-519
branch
from
June 1, 2026 13:26
5384236 to
d829523
Compare
Contributor
|
Thank you for contributing to the project. |
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.
Summary
Implements transition enhancements for the Code Block as described in issue #519.
Changes
src/components/code/CodeBlock.tsxcomponentFeatures
max-heightCSS transition with a fade-out mask for long code blocks (configurable threshold, default 15 lines)SyntaxHighlightercomponent for consistencyaria-label,aria-expanded, andfocus-visiblering on all interactive elementsUsage
Closes #519