-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix(ui): persist trace step-iframe split pane sizes #11027
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
hi-ogawa
wants to merge
47
commits into
vitest-dev:main
Choose a base branch
from
hi-ogawa:feat/trace-split-persistence
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+90
−2
Open
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
e850ee3
feat(ui): persist trace selection in URL
hi-ogawa 1b7d618
Merge remote-tracking branch 'upstream/main' into fix/issue-10769
hi-ogawa c60eca3
Merge branch 'main' into fix/issue-10769
hi-ogawa 62ba71a
Merge branch 'main' into fix/issue-10769
hi-ogawa 23f9dcc
test(ui): update trace selection assertion
hi-ogawa 9b5db55
test(ui): cover live trace URL state
hi-ogawa c467a21
nit
hi-ogawa 2a05d45
refactor(ui): qualify trace URL params
hi-ogawa 21d7faa
test(ui): simplify trace URL assertions
hi-ogawa 858cd85
test(ui): parse trace params from page URL
hi-ogawa 6c1a11b
test(ui): explain trace URL scenarios
hi-ogawa 41e2e3d
nit
hi-ogawa 8ca9b63
test(ui): retain exact trace test ID
hi-ogawa 6b871f5
test(ui): contrast trace URL states
hi-ogawa 94554ad
test(ui): construct invalid trace URL locally
hi-ogawa fcdfaea
test(ui): contrast trace attempt states
hi-ogawa 6a8f18f
test(ui): align trace persistence checks
hi-ogawa ff911a8
nit
hi-ogawa 4459f4c
nit
hi-ogawa c86e2bb
chore(ui): fix URL param lint
hi-ogawa 0039e0c
refactor(ui): pass complete trace selection
hi-ogawa ac5d8e6
refactor(ui): keep default trace attempt implicit
hi-ogawa 4a78da9
refactor(ui): inline default trace selection
hi-ogawa bef9ded
fix(ui): preserve implicit trace attempt
hi-ogawa b3695cb
refactor(ui): simplify config readiness check
hi-ogawa fcfbbce
refactor(ui): use map for trace attempts
hi-ogawa 061ea52
refactor(ui): derive selected trace test
hi-ogawa fbe61ce
Merge branch 'main' into fix/issue-10769
hi-ogawa 136a924
refactor(ui): camelcase trace URL params
hi-ogawa 42a1fea
fix(ui): close rebuilt trace document
hi-ogawa b89ac56
nit
hi-ogawa bd2f221
refactor(ui): own trace view initialization
hi-ogawa 045da8d
feat(ui): persist trace pane sizes
hi-ogawa 69316b8
Merge upstream/main into feat/trace-split-persistence
hi-ogawa b2be1b2
fix(ui): persist trace replay pane sizes
hi-ogawa 631aafb
refactor(ui): clarify trace split size name
hi-ogawa 4ff4bd3
refactor(ui): use splitpanes payload type
hi-ogawa 969eb9e
nit
hi-ogawa 0b12b82
nit
hi-ogawa 6990a8b
nit
hi-ogawa 1e0865f
test(ui): assert persisted trace pane width
hi-ogawa f7270c8
test(ui): resize trace from visible bounds
hi-ogawa 69ed006
test(ui): assert trace pane geometry
hi-ogawa b1530ae
test(ui): make trace resize explicit
hi-ogawa 4067293
test(ui): assert trace resize changes geometry
hi-ogawa 72b5cbd
test(ui): clarify trace resize assertions
hi-ogawa c36c4fd
nit
hi-ogawa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
local storage is not persistent between different runs, is it? we also have the same issue with dark mode. these settings should probably be also stored on the device somewhere
not blocking though