You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joelasher-ap
changed the title
feat(apollo-react): add asterisk for required tasks
feat(apollo-react): add asterisk for required tasks [MST-11607]
Jul 8, 2026
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds support in apollo-react’s Stage node task list to visually mark “required” tasks with an asterisk, and updates the Storybook example data to demonstrate the behavior.
Changes:
Render an asterisk next to task labels when task.isRequired is true.
Extend StageTaskItem with an optional isRequired flag.
Update StageNode Storybook sample tasks to include required tasks.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
Per-package coverage and bundle size on this PR. New-line coverage = of the source lines this PR adds or changes, the % hit by tests.
Package
Coverage
New-line coverage
Packed (gzip)
Unpacked
vs main
@uipath/apollo-core
9.0%
—
43.82 MB
57.31 MB
±0
@uipath/apollo-react
34.5%
— (22 untracked)
7.27 MB
27.60 MB
+59 B
@uipath/apollo-wind
40.3%
—
395.0 KB
2.57 MB
−8 B
@uipath/ap-chat
85.8%
—
43.41 MB
55.85 MB
±0
"Coverage" is each package's own coverage.include scope (e.g. apollo-core instruments only scripts/). "Packed"/"Unpacked" come from npm pack --dry-run and only cover built packages — "—" means not measured this run (package not affected / not built). "vs main" is the packed (gzipped) delta against the last successful main build (the package-sizes artifact from the Release workflow); "—" there means no main baseline was available this run. The baseline is main's latest build, not this PR's exact merge-base, so it includes any drift since the branch diverged. Packages with no vitest config are omitted.
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
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.
https://uipath.atlassian.net/browse/MST-11607
In the Stage node, this adds an asterisk to all tasks marked as required, and properly cuts off the task name before it would cut off the asterisk