Open
Conversation
🎩 To tophat this PR:You can add the following URL parameter to your browser to tophat this PR: |
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Mar 25, 2026
Closed
bf6dbf9 to
34fd86b
Compare
This was referenced Mar 25, 2026
camielvs
commented
Mar 25, 2026
src/components/shared/ReactFlow/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/IOCell.tsx
Show resolved
Hide resolved
camielvs
commented
Mar 25, 2026
src/components/shared/ReactFlow/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/IOCell.tsx
Outdated
Show resolved
Hide resolved
e6fce6d to
100407f
Compare
Collaborator
|
UX comment: have you considered keeping the top row (name - type (size) - value) same as previous version? Obviously, it's not critical, but I'm not sure I like how content "jumping" around. In legacy version it was attached to right side, making it easier to scan. |
100407f to
d63abd0
Compare
maxy-shpfy
reviewed
Mar 26, 2026
src/components/shared/ReactFlow/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/IOCell.tsx
Outdated
Show resolved
Hide resolved
maxy-shpfy
approved these changes
Mar 26, 2026
Collaborator
maxy-shpfy
left a comment
There was a problem hiding this comment.
LGTM! left suggestion and a question
Collaborator
Author
|
I chose to move it because the top-right made the most sense for the upcoming preview button. Arguably we could split the row into three equal portions and position the type + size in the middle |
d63abd0 to
06d943a
Compare
Collaborator
Author
Collaborator
Author
06d943a to
8bd00b2
Compare
8bd00b2 to
b7ad32a
Compare
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
Simplify
IOCellto remove the collapsible and instead display all useful info and actions more succinctly.This removes the need for
IOCellHeaderandIOCellDetailscomponents, allowing us to remove a lot of code such as bespoke text copying & non-UI primitive components.This change introduces a Text Visualization dialog for long string artifacts when returned by the API.
Additionally, IOCell has been generalized and is now used to greatly simplify IOExtras as well.
Tests for IOCell have been removed, due to the complete overhaul of the component. New ones will be added back in as part of the Artifact Visualization work.
Related Issue and Pull requests
Lays the foundation for https://github.com/Shopify/oasis-frontend/issues/172
Type of Change
Checklist
Screenshots (if applicable)
before
after
before:
after:
Test Instructions
Create a successful pipeline run. Observe artifacts for a task and confirm all currently available information is still there. Confirm also no weird UI quirks - e.g. long strings or overflowing content
Additional Comments