default hide subflows toggled to true on dashboard & run pages#22487
Open
DSCmatter wants to merge 1 commit into
Open
default hide subflows toggled to true on dashboard & run pages#22487DSCmatter wants to merge 1 commit into
DSCmatter wants to merge 1 commit into
Conversation
DSCmatter
force-pushed
the
ui-v2/default-hide-subflows-true
branch
from
July 13, 2026 00:41
6122f68 to
b5beea1
Compare
Author
|
Hi, It's marked as a draft only because I've hit the open PR limit. Could a maintainer please mark it as "Ready for review" when convenient? Thanks |
DSCmatter
marked this pull request as ready for review
July 15, 2026 11:51
DSCmatter
requested review from
chrisguidry,
cicdw,
desertaxle and
zzstoatzz
as code owners
July 15, 2026 11:51
desertaxle
requested changes
Jul 15, 2026
desertaxle
left a comment
Member
There was a problem hiding this comment.
Thanks for the PR @DSCmatter! I'd prefer to solve the linked issue by saving the user's choice of whether to hide or show subflows in the browser so that it persists across sessions rather than changing the default for all users.
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.
This PR changes the default state of the "Hide subflows" filter from
falsetotrueon both the Dashboard and the Runs list pages. This reduces visual noise by default for users with complex workflows containing many nested subflows, while still allowing them to manually toggle the switch when they want to inspect them.Checklist
This pull request references any related issue by including "closes "
If this is a complex change, a maintainer has confirmed the proposed approach on the linked issue.
If this pull request adds or changes functionality, it includes tests or explains why tests are not needed.
dashboard.test.tsxverifying that the toggle is checked by default on dashboard load. Updated existing Playwright E2E tests (dashboard.spec.tsandruns-flow-runs.spec.ts) to match the new defaults.If this pull request changes user-facing behavior, it updates documentation or explains why documentation is not needed.
If this pull request removes docs files, it includes redirect settings in mint.json.
If this pull request adds functions or classes, it includes helpful docstrings.