feat(v5): add last deployment time to "last deployment" cell of services list#2576
Merged
rmnbrd merged 3 commits intonew-navigationfrom Apr 8, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a relative “last deployed” timestamp alongside the deployment action label in the Services list “Last deployment” column.
Changes:
- Display relative last deployment time (via
timeAgo) next to the deployment action in the services list cell. - Adjust hover/underline behavior by moving underline styling from the
Linkto inner elements viagroup-hover:*. - Update
ServiceListsnapshots to reflect the new DOM structure.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| libs/domains/services/feature/src/lib/service-list/service-list-cells/service-last-deployment-cell.tsx | Adds relative timestamp display and adjusts link/hover styling in the “Last deployment” cell. |
| libs/domains/services/feature/src/lib/service-list/snapshots/service-list.spec.tsx.snap | Updates snapshots for the changed markup/styling. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...ns/services/feature/src/lib/service-list/service-list-cells/service-last-deployment-cell.tsx
Show resolved
Hide resolved
...ns/services/feature/src/lib/service-list/service-list-cells/service-last-deployment-cell.tsx
Show resolved
Hide resolved
...ns/services/feature/src/lib/service-list/service-list-cells/service-last-deployment-cell.tsx
Show resolved
Hide resolved
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## new-navigation #2576 +/- ##
=================================================
Coverage ? 45.93%
=================================================
Files ? 621
Lines ? 14629
Branches ? 4300
=================================================
Hits ? 6720
Misses ? 6704
Partials ? 1205
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
RemiBonnet
approved these changes
Apr 8, 2026
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.

Summary
PR adding last deployment time to the "last deployment" cell of services list.
Screenshots / Recordings