fix(workflow): restore input/result height and breadcrumb link#3188
Merged
rossnelson merged 1 commit intomainfrom Feb 25, 2026
Merged
fix(workflow): restore input/result height and breadcrumb link#3188rossnelson merged 1 commit intomainfrom
rossnelson merged 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Alex-Tideman
approved these changes
Feb 25, 2026
- Restore CodeBlock maxHeight from 120px to 300px (pre-split value) in input-and-results-payload. The height was reduced during the timeline/history split, making input and result sections too small. - Change "back to workflow execution" breadcrumb from routeForEventHistory to routeForTimeline so it navigates to the default tab.
b923828 to
edb5cfa
Compare
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
maxHeightfrom120pxback to300px(the pre-split value) ininput-and-results-payload.svelte. The height was reduced during the timeline/history split (feat(workflow): split Event History into Timeline and Event History tabs #3109), making input and result sections too small to read without scrolling.workflow-header.svelteto userouteForTimelineinstead ofrouteForEventHistory, so clicking back from an event detail lands on the Timeline tab (the new default).Link audit
All other
routeForEventHistoryusages are correct — they're either the History tab link itself, links to specific events within history, or import/utility code.Test plan