FE-1548: Rework the optimization and sweep drawer views - #9422
Merged
kube merged 11 commits intoSep 3, 2026
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
kube
force-pushed
the
cf/fe-1548-rework-the-optimization-and-sweep-drawer-views
branch
from
September 2, 2026 22:00
9482d3a to
58fbc0e
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 58fbc0e. Configure here.
kube
force-pushed
the
cf/fe-1548-rework-the-optimization-and-sweep-drawer-views
branch
from
September 2, 2026 22:17
58fbc0e to
b6c80ce
Compare
kube
force-pushed
the
cf/fe-1548-rework-the-optimization-and-sweep-drawer-views
branch
from
September 3, 2026 03:06
b6c80ce to
0dc29f7
Compare
YannisZa
previously approved these changes
Sep 3, 2026
TimDiekmann
previously approved these changes
Sep 3, 2026
TimDiekmann
left a comment
Member
There was a problem hiding this comment.
re-approval of pre-rebase
TimDiekmann
approved these changes
Sep 3, 2026
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.

Important
Experimental
Behind the Parameter sweeps and Optimization surface feature flags.
Section order and scrolling list ship for every experiment and study.
Summary
Before this PR, in the experiment and optimization result drawers the surface sat below the event list. Experiment drawer put it under the metric charts, optimization drawer under the steps. Whole drawer body scrolled, graphs included.
This PR reorders both drawers so the graphs come before the event lists. Summary, navigator and surface stay fixed above the list. Only the step or metric list scrolls, in its own container.
Links
Changes
Drawer layout
Test coverage
@hashintel/petrinautunit suiteHow to test
turbo run dev --filter @apps/petrinaut-website -- --with-optimizer-serviceDemo
Screenshots pending, files handed over alongside this PR.