Add back event history legend and auto refresh#3187
Merged
laurakwhit merged 5 commits intomainfrom Feb 25, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
39bd68b to
7c5fde4
Compare
rossedfort
reviewed
Feb 25, 2026
Contributor
rossedfort
left a comment
There was a problem hiding this comment.
Only thought is whether the refresh_off URL search param makes sense. I think it's better than frozen, but it might make the code easier to reason about if the param is flipped, eg. auto_refresh=true. Otherwise lgtm.
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.
Description & motivation 💭
/timelineview and adds an event type legend to theEvent Typecolumn in the table in/historyview. It also improves accessibility for the category icons by adding atitleprop that describes the event type./timelineview.Screenshots (if applicable) 📸
Design Considerations 🎨
Testing 🧪
How was this tested 👻
Steps for others to test: 🚶🏽♂️🚶🏽♀️
Checklists
Draft Checklist
Merge Checklist
Issue(s) closed
Docs
Any docs updates needed?