feat: add preview of ongoing items in the group for copilot variant#5637
Merged
feat: add preview of ongoing items in the group for copilot variant#5637
Conversation
OEvgeny
commented
Nov 20, 2025
OEvgeny
commented
Nov 20, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a preview feature for ongoing (incomplete) items in activity groups for the new Copilot variant. When a group is collapsed, it displays a preview of the incomplete message with smooth CSS animations and transitions.
Key Changes
- Implements CSS animations for smooth collapsing/expanding of activity groups with preview of incomplete items
- Refactors group header logic to conditionally display incomplete message abstracts
- Adds a new
CollapsibleGroupingListcomponent to wrap activity lists with proper styling
Reviewed Changes
Copilot reviewed 10 out of 109 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
PartGroupingDecorator.module.css |
Adds CSS custom properties, animations, and transitions for collapsible group preview feature with incomplete item visibility |
TranscriptFocus.module.css |
Adds min-height: 0 to enable proper CSS grid overflow behavior |
TranscriptActivityList.tsx |
Wraps component with memo for performance optimization |
PartGroupingActivity.tsx |
Refactors group header logic to show incomplete message abstracts and integrates new CollapsibleGroupingList |
PartGroupingActivity.module.css |
Sets gap to 0 for activity list (gap now managed by parent) |
CollapsibleGroupingList.tsx |
New component providing structured list wrapper with CSS class management |
CollapsibleGrouping.module.css |
Adds grid layout and margin-based spacing for list items |
folded.copilot.html / folded.copilot.dark.html |
New test files for copilot variant folded state |
| Snapshot PNG files | Binary test snapshots (not reviewable for code issues) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
OEvgeny
commented
Nov 20, 2025
OEvgeny
commented
Nov 20, 2025
compulim
approved these changes
Nov 20, 2025
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.
Changelog Entry
copilot-deprecatedfor migrationcopilot,copilot-deprecatedandfluentvariantscopilotvariantDescription
This adds a preview of ongoing items from the activities group for the new
copilotvariant and shuffles a bit logics we use to display group title and status.Specific Changes
-
CHANGELOG.mdReview Checklist
z-index)package.jsonandpackage-lock.jsonreviewed