Merged
Conversation
- Add md:pt-2 to timeline and history toolbar sticky headers to align with the app navigation bar - Remove border-b from history toolbar to prevent double border with the table container's own border
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| @@ -179,6 +180,7 @@ | |||
| </div> | |||
| <CodecServerErrorBanner /> | |||
Contributor
There was a problem hiding this comment.
⚠️ Type 'WorkflowExecution | null' is not assignable to type 'WorkflowExecution'.
| </div> | ||
| <div class="flex w-full flex-col"> | ||
| <TimelineGraph {workflow} {groups} viewportHeight={undefined} /> | ||
| <TimelineGraph |
Contributor
There was a problem hiding this comment.
⚠️ Type 'WorkflowExecution | null' is not assignable to type 'WorkflowExecution'.
Contributor
|
Sits above table header (z-10) but below more actions menu (z-20).
rossedfort
approved these changes
Feb 25, 2026
temporal-cicd bot
pushed a commit
that referenced
this pull request
Feb 25, 2026
Auto-generated version bump from 2.46.0 to 2.47.0 Bump type: minor Changes included: - [`948e5d53`](948e5d5) fix(workflow): remove max height from event history table and default to timeline (#3184) - [`39402461`](3940246) Add back event history legend and auto refresh (#3187) - [`d541be94`](d541be9) fix(workflow): restore input/result height and fix breadcrumb link (#3188) - [`0ee9b8e7`](0ee9b8e) encode activity id (#3191) - [`dbe3114e`](dbe3114) Fix workflow errors (#3190) - [`e326c8d5`](e326c8d) Bump API to v1.62.2 (#3189)
rossedfort
added a commit
that referenced
this pull request
Feb 25, 2026
Auto-generated version bump from 2.46.0 to 2.47.0 Bump type: minor Changes included: - [`948e5d53`](948e5d5) fix(workflow): remove max height from event history table and default to timeline (#3184) - [`39402461`](3940246) Add back event history legend and auto refresh (#3187) - [`d541be94`](d541be9) fix(workflow): restore input/result height and fix breadcrumb link (#3188) - [`0ee9b8e7`](0ee9b8e) encode activity id (#3191) - [`dbe3114e`](dbe3114) Fix workflow errors (#3190) - [`e326c8d5`](e326c8d) Bump API to v1.62.2 (#3189) Co-authored-by: rossedfort <11775628+rossedfort@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.
Summary
Fixes several regressions introduced by the Timeline/Event History tab split (#3109).
Workflow error alerts restored
Sticky toolbar fixes
md:pt-2padding so the toolbar aligns flush with the app navigation bar instead of floating below itborder-bfrom Event History toolbar to eliminate double border with the table container's ownborderz-indexfromz-30toz-10on both toolbars to prevent overlapping other UI elementsTest plan