feat(DT-4359): Schedules content updates - #3804
Merged
Merged
Conversation
- Pill tabs read "N Recent Runs" / "N Upcoming Runs" via new pluralized i18n keys; the plain keys stay for the schedules table columns - "View All Runs" link becomes "View All N Runs" using the total workflow count, falling back to the unquantified label when the count is 0 - Extract toUpcomingScheduleRuns alongside toRecentScheduleRuns so the card and the upcoming panel share one definition of the list - Default tab now derives from the filtered recent run count, matching what the recent panel treats as empty - Label the schedule's workflow total "Total Workflows (All Time)" Co-authored-by: Claude <noreply@anthropic.com>
Drops the unquantified common.view-all-runs key in favor of always passing the count, so 0 falls through to the _other form as "View all 0 runs". Co-authored-by: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
laurakwhit
approved these changes
Aug 11, 2026
laurakwhit
added a commit
that referenced
this pull request
Aug 13, 2026
Auto-generated version bump from 2.53.2 to 2.53.3 Specific version: 2.53.3 Changes included: - [`5c485d17`](5c485d1) feat(DT-4359): Schedules content updates (#3804) - [`c4872297`](c487229) fix(modal): notify once on every dismissal via the dialog close event (#3813) - [`50f3f8b1`](50f3f8b) [DT-4308] Nexus-Invoked Standalone Activities (UI) (#3794) - [`43ffa6ad`](43ffa6a) Bump Go to 1.26.5 (#3814) - [`eeb3d90e`](eeb3d90) fix: align heading/timestamp spacing across namespace list headers (#3805) - [`4853ac29`](4853ac2) VLN-1585: remediate claude-code-action-unhardened (#3778) - [`506d4f72`](506d4f7) fix: resolve open Dependabot security alerts (#3815) - [`86ade866`](86ade86) VLN-1578: remediate checkout-below-v7 (#3699) - [`7de458ec`](7de458e) Bump API to v1.63.5 (#3808) - [`8b93f74b`](8b93f74) Add back resetHeartbeat option to standalone activity reset (#3817) Co-authored-by: laurakwhit <15069288+laurakwhit@users.noreply.github.com>
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.
Content and label updates for the schedule detail page.
schedule's total workflow count
toUpcomingScheduleRunsalongsidetoRecentScheduleRunsso the cardand the upcoming panel share one definition of the list; the default tab now
derives from the filtered recent-run count