Reduce panel context render churn#5907
Merged
Merged
Conversation
✅ Deploy Preview for old-char ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
c4156e1 to
ffc8630
Compare
2c74edb to
454988b
Compare
ffc8630 to
74c1d2b
Compare
Memoize the sidebar timeline and isolate the main body host so panel/sidebar shell updates do not rerender timeline and chat session subtrees when their inputs are unchanged.
74c1d2b to
cf88576
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.
Memoize the sidebar timeline and isolate the main body host so panel/sidebar shell updates do not rerender timeline and chat session subtrees when their inputs are unchanged.
Note
Low Risk
Mostly UI shell rename and navigation preference changes; no auth or data-path changes in the visible diff.
Overview
Aligns main-area tab views with a
StandardContentWrappershell (replacingStandardTabWrapper) so content panes sit in a lighter host that can stay stable when panel/sidebar chrome updates.Navigation: Calendar event and session chips no longer offer Open in New Tab in context menus; popover Open note uses
openCurrentinstead ofopenNew, so timeline/calendar actions switch the active tab rather than spawning another.Copy/i18n: Drops the unused Open in New Tab catalog entry and renames Session note tabs to Session note views across locales.
Reviewed by Cursor Bugbot for commit cf88576. Bugbot is set up for automated code reviews on this repo. Configure here.