Premiermoney patch 1#2
Closed
Premiermoney wants to merge 9 commits into
Closed
Conversation
…essions Grid refactor (microsoft#318447) - IsNewChatSessionContext is now set to true while a pending new session exists (created but not yet sent). Previously the Sessions Grid refactor made _handleActiveSessionContextKeys set it to 'session === undefined', which was false for pending sessions, hiding the isolation/branch pickers on the new-session page. - Clear IsNewChatSessionContext to false in sendNewChatRequest when the first request is sent (matching the old behaviour where opening a session cleared the flag). - Sync the loading spinner's initial visibility right after its DOM element is created in render(). The autorun that toggles the spinner fires in the constructor before render() creates the DOM element, so the initial loading=true state was silently dropped on window reload. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Premiermoney <286675216+Premiermoney@users.noreply.github.com>
…icrosoft#318444) * Relax event sync cadence and filter delta events * minor update * update retry timer * update ratelimit handling cadence * feedback update
Signed-off-by: Premiermoney <286675216+Premiermoney@users.noreply.github.com>
Signed-off-by: Premiermoney <286675216+Premiermoney@users.noreply.github.com>
… into Premiermoney-patch-1
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.
No description provided.