FE-1548: Rework the optimization and sweep drawer views - #9422
Draft
kube wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
kube
force-pushed
the
cf/fe-1548-rework-the-optimization-and-sweep-drawer-views
branch
from
August 28, 2026 22:39
b83e049 to
1b11836
Compare
kube
force-pushed
the
cf/fe-1548-rework-the-optimization-and-sweep-drawer-views
branch
from
August 28, 2026 22:56
1b11836 to
ca19a7b
Compare
kube
force-pushed
the
cf/fe-1548-rework-the-optimization-and-sweep-drawer-views
branch
from
August 28, 2026 23:15
ca19a7b to
4727638
Compare
kube
force-pushed
the
cf/fe-1548-rework-the-optimization-and-sweep-drawer-views
branch
from
August 28, 2026 23:34
4727638 to
be2d422
Compare
kube
force-pushed
the
cf/fe-1548-rework-the-optimization-and-sweep-drawer-views
branch
from
August 29, 2026 02:43
be2d422 to
fac5f1c
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.
🌟 What is the purpose of this PR?
Reorganizes the experiment and optimization result drawers so the graphs come before the event lists: the summary, the navigator, and the surface hold still at the top of the drawer, and only the step/metric lists scroll, each in its own container. Stacked on #9421.
🔗 Related links
🔍 What does this change?
min-width: min-content, which overflowed its 170px box over the neighbouring "Y"/"Metric" labels.Pre-Merge Checklist 🚀
🚢 Has this modified a publishable library?
This PR:
📜 Does this require a change to the docs?
The changes in this PR:
🕸️ Does this require a change to the Turbo Graph?
The changes in this PR:
🛡 What tests cover this?
❓ How to test this?
yarn workspace @hashintel/petrinaut dev.📹 Demo
(screenshots to be attached — files handed over alongside this PR)
🤖 Generated with Claude Code