Enhance chat question carousel with markdown link support - #333751
Merged
Lee Murray (mrleemurray) merged 1 commit intoSep 1, 2026
Conversation
Lee Murray (mrleemurray)
enabled auto-merge (squash)
September 1, 2026 11:32
Copilot started reviewing on behalf of
Lee Murray (mrleemurray)
September 1, 2026 11:33
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates chat question carousel links to use theme-provided colors across all markdown regions.
Changes:
- Applies themed link colors to carousel messages, question titles, and details.
- Adds dark/light screenshot fixtures covering each region.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
chatQuestionCarousel.css |
Broadens themed link styling across the carousel. |
chatQuestionCarousel.fixture.ts |
Adds markdown-link visual coverage. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
Sandeep Somavarapu (sandy081)
approved these changes
Sep 1, 2026
Lee Murray (mrleemurray)
deleted the
mrleemurray/compact-moccasin-roadrunner
branch
September 1, 2026 12:51
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.
This ensures links throughout the chat question carousel use theme-provided colors so they remain legible in themes such as Kimbie Dark.
Changes
Validation
Fixes #333616