Conversation
Contributor
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Trace
Other
Bug Fixes 🐛Api
Formatters
Setup
Upgrade
Other
Documentation 📚
Internal Changes 🔧Api
Other
🤖 This preview updates automatically when you update the PR. |
Contributor
|
Contributor
Codecov Results 📊✅ 2683 passed | Total: 2683 | Pass Rate: 100% | Execution Time: 0ms 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 3107 uncovered lines. Files with missing lines (2)
Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 82.64% 82.65% +0.01%
==========================================
Files 127 127 —
Lines 17895 17904 +9
Branches 0 0 —
==========================================
+ Hits 14788 14797 +9
- Misses 3107 3107 —
- Partials 0 0 —Generated by Codecov Action |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Part 1: Inline code spans now render with cyan text on dark teal background with space padding for a 'pill' look, replacing the previous plain yellow text. Part 2: h1/h2 headings now display a colored divider bar (━) underneath, clamped to 30 chars. h3+ headings are now bold cyan (previously non-bold). Part 3: Update Terminal.astro hero demo and index.mdx feature terminal to show current column layout (LEVEL, SHORT ID, COUNT, SEEN, FIXABILITY, TITLE). Remove ALIAS column and .accent CSS class. Part 4: Update tests to assert new code span padding, heading divider bars, divider clamping, and h3+ no-divider behavior.
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.
Align CLI terminal rendering with the website screenshot aesthetic.
Changes
Inline code spans — cyan text + tinted background
Code spans now render with cyan text (
#22d3ee) on a dark teal background (#1a2f3a) with space padding for a pill look, replacing the previous plain yellow text. Matches the website's.codeCSS styling.Header emphasis — bold + divider bar
━) underneath, clamped to 30 charactersWebsite Terminal.astro — updated columns
Updated the hero terminal demo and feature terminal in index.mdx to show the current CLI column layout: LEVEL, SHORT ID, COUNT, SEEN, FIXABILITY, TITLE. Removed the old ALIAS column and
.accentCSS class.Tests
Updated and added tests for code span padding, heading divider bars, divider clamping (30 char max), and h3+ no-divider behavior. All 82 markdown tests pass.