Integrate six reviewed contributions (batch 1) - #271
Closed
hamzamerzic wants to merge 4 commits into
Closed
Conversation
hamzamerzic
enabled auto-merge (squash)
July 27, 2026 16:57
hamzamerzic
force-pushed
the
integration/reviewed-batch1
branch
from
July 27, 2026 17:41
eaa2ef6 to
597d0cd
Compare
hamzamerzic
force-pushed
the
integration/reviewed-batch1
branch
from
July 28, 2026 00:31
fc9ce68 to
8f01d41
Compare
A maximized (full-screen) pane was ephemeral React state excluded from the persisted workspace blob, so a reload that fires while the tab is backgrounded (apply-on-idle runs when hidden; browser tab discard) rehydrated the tiled tree but dropped the maximize, leaving the pane minimized on return. Persist the maximized pane to its own sessionStorage key and re-seed it on mount, guarded to mirror the runtime reset invariants (splits enabled, a multi-pane panes-world, the pane still exists, and id === focusedPaneId). Kept out of the serialized split-tree blob so focusing a pane never rewrites the tree/ratios. Seed both the state and the ref (dispatchWorkspace's reconcile reads the ref), clear the key on un-maximize, and capture it from the ref in the pre-reload snapshot. Adds unit coverage for the resolver and the read/write round-trip. Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
hamzamerzic
force-pushed
the
integration/reviewed-batch1
branch
from
July 28, 2026 00:41
8f01d41 to
03881cc
Compare
5 tasks
Collaborator
Author
|
The six reviewed contributions in this batch have now merged to main through #304. Closing this superseded batch PR. |
auto-merge was automatically disabled
July 28, 2026 04:37
Pull request was closed
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.
Bundles six independently-reviewed, individually-verified contributions, each rebased onto current
mainand cherry-picked with its original authorship + Möbius co-author trailer. They touch largely disjoint areas and were confirmed absent frommainbefore bundling.Part of a batch clearing the reviewed Contribute backlog.