Skip to content

feat(FR-1368): add shared deployment UI components — ReplicaStatusTag, DeploymentStatusTag, DeploymentOwnerInfo#6910

Merged
graphite-app[bot] merged 1 commit into
mainfrom
04-22-feat_fr-2667_add_replicastatustag_component_with_tooltip_and_storybook_story
Apr 30, 2026
Merged

feat(FR-1368): add shared deployment UI components — ReplicaStatusTag, DeploymentStatusTag, DeploymentOwnerInfo#6910
graphite-app[bot] merged 1 commit into
mainfrom
04-22-feat_fr-2667_add_replicastatustag_component_with_tooltip_and_storybook_story

Conversation

@agatha197
Copy link
Copy Markdown
Contributor

@agatha197 agatha197 commented Apr 22, 2026

Resolves #6910

Summary

Consolidates shared display components used across the deployment list, detail, and launcher UIs (FR-2667, FR-2668, FR-2669):

  • FR-2667: ReplicaStatusTag — color-coded badge for replica health status with tooltip; includes Storybook story
  • FR-2668: DeploymentStatusTag — antd Tag with semantic color mapping for deployment lifecycle states
  • FR-2669: DeploymentOwnerInfo — Relay-fragment component showing owner avatar and name for a deployment

All three components are purely presentational and carry no side effects.

@github-actions github-actions Bot added the size:L 100~500 LoC label Apr 22, 2026
Copy link
Copy Markdown
Contributor Author

agatha197 commented Apr 22, 2026


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent changes, fast-track this PR to the front of the merge queue

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 22, 2026

Coverage report for ./react

St.
Category Percentage Covered / Total
🔴 Statements
8.62% (-0.01% 🔻)
1859/21560
🔴 Branches
7.82% (-0.01% 🔻)
1187/15170
🔴 Functions
5.1% (+0.01% 🔼)
297/5823
🔴 Lines
8.36% (-0.01% 🔻)
1750/20929
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🔴
... / DeploymentOwnerInfo.tsx
0% 0% 0% 0%
🔴
... / DeploymentStatusTag.tsx
0% 100% 0% 0%
🔴
... / ReplicaStatusTag.tsx
0% 0% 0% 0%

Test suite run success

865 tests passing in 40 suites.

Report generated by 🧪jest coverage report action from 11e3cc1

@agatha197 agatha197 changed the base branch from main to graphite-base/6910 April 22, 2026 14:01
@agatha197 agatha197 force-pushed the 04-22-feat_fr-2667_add_replicastatustag_component_with_tooltip_and_storybook_story branch from 8f03001 to 2f6e29b Compare April 22, 2026 14:02
@agatha197 agatha197 changed the base branch from graphite-base/6910 to 04-22-feat_fr-2665_rename_sidebar_menu_serving_deployments April 22, 2026 14:02
This was referenced Apr 22, 2026
@agatha197 agatha197 changed the base branch from 04-22-feat_fr-2665_rename_sidebar_menu_serving_deployments to graphite-base/6910 April 23, 2026 02:22
@agatha197 agatha197 changed the base branch from graphite-base/6910 to 04-22-feat_fr-2663_add_model-deployment-extended-filter_feature_flag April 23, 2026 02:22
@github-actions github-actions Bot added the size:XL 500~ LoC label Apr 23, 2026
@agatha197 agatha197 force-pushed the 04-22-feat_fr-2663_add_model-deployment-extended-filter_feature_flag branch from 37d8de1 to 006f347 Compare April 27, 2026 12:37
@agatha197 agatha197 force-pushed the 04-22-feat_fr-2667_add_replicastatustag_component_with_tooltip_and_storybook_story branch from d799826 to 6fed5e2 Compare April 28, 2026 07:34
@agatha197 agatha197 force-pushed the 04-22-feat_fr-2663_add_model-deployment-extended-filter_feature_flag branch from 006f347 to 8ea52f9 Compare April 28, 2026 07:34
@agatha197 agatha197 force-pushed the 04-22-feat_fr-2667_add_replicastatustag_component_with_tooltip_and_storybook_story branch 2 times, most recently from 906f3f2 to e9bdb82 Compare April 28, 2026 11:18
@agatha197 agatha197 requested a review from nowgnuesLee April 28, 2026 11:50
@agatha197 agatha197 force-pushed the 04-22-feat_fr-2663_add_model-deployment-extended-filter_feature_flag branch from 8ea52f9 to ba0746f Compare April 28, 2026 13:05
@agatha197 agatha197 force-pushed the 04-22-feat_fr-2667_add_replicastatustag_component_with_tooltip_and_storybook_story branch from e9bdb82 to 0b3dd46 Compare April 28, 2026 13:05
@ironAiken2 ironAiken2 force-pushed the 04-22-feat_fr-2663_add_model-deployment-extended-filter_feature_flag branch from ba0746f to c425503 Compare April 29, 2026 08:23
@ironAiken2 ironAiken2 force-pushed the 04-22-feat_fr-2667_add_replicastatustag_component_with_tooltip_and_storybook_story branch from 0b3dd46 to ec6c5e1 Compare April 29, 2026 08:23
@ironAiken2 ironAiken2 force-pushed the 04-22-feat_fr-2667_add_replicastatustag_component_with_tooltip_and_storybook_story branch from ec6c5e1 to 3da6268 Compare April 30, 2026 06:51
@ironAiken2 ironAiken2 force-pushed the 04-22-feat_fr-2663_add_model-deployment-extended-filter_feature_flag branch from c425503 to 0065751 Compare April 30, 2026 06:51
Copy link
Copy Markdown
Contributor

@ironAiken2 ironAiken2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@graphite-app
Copy link
Copy Markdown

graphite-app Bot commented Apr 30, 2026

Merge activity

…, DeploymentStatusTag, DeploymentOwnerInfo (#6910)

Resolves #6910

## Summary

Consolidates shared display components used across the deployment list, detail, and launcher UIs (FR-2667, FR-2668, FR-2669):

- **FR-2667**: `ReplicaStatusTag` — color-coded badge for replica health status with tooltip; includes Storybook story
- **FR-2668**: `DeploymentStatusTag` — antd Tag with semantic color mapping for deployment lifecycle states
- **FR-2669**: `DeploymentOwnerInfo` — Relay-fragment component showing owner avatar and name for a deployment

All three components are purely presentational and carry no side effects.
@graphite-app graphite-app Bot force-pushed the 04-22-feat_fr-2663_add_model-deployment-extended-filter_feature_flag branch from 0065751 to e730270 Compare April 30, 2026 06:59
@graphite-app graphite-app Bot force-pushed the 04-22-feat_fr-2667_add_replicastatustag_component_with_tooltip_and_storybook_story branch from 3da6268 to 11e3cc1 Compare April 30, 2026 07:00
Base automatically changed from 04-22-feat_fr-2663_add_model-deployment-extended-filter_feature_flag to main April 30, 2026 07:09
@graphite-app graphite-app Bot merged commit 11e3cc1 into main Apr 30, 2026
8 checks passed
@graphite-app graphite-app Bot deleted the 04-22-feat_fr-2667_add_replicastatustag_component_with_tooltip_and_storybook_story branch April 30, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L 100~500 LoC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants