-
Notifications
You must be signed in to change notification settings - Fork 74
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
refactor: Session log modal transition handling #2943
refactor: Session log modal transition handling #2943
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 5.24% (-0% 🔻) |
398/7592 |
🔴 | Branches | 4.49% (-0% 🔻) |
237/5275 |
🔴 | Functions | 3.13% (-0% 🔻) |
78/2494 |
🔴 | Lines | 5.16% (-0% 🔻) |
383/7423 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | ... / SessionDetailAndContainerLogOpenerLegacy.tsx |
0% | 0% | 0% | 0% |
Test suite run success
124 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from b5b81d7
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.
LGTM!
Merge activity
|
Resolves #2944 **Changes:** - Refactored session log modal opening mechanism to use React transitions for smoother loading states - Added proper cleanup of selected kernel when container log modal closes - Improved modal state management by moving logic to a dedicated component **Rationale:** The changes improve the user experience when opening session logs by: - Preventing UI jank during loading with transition states - Ensuring cleaner state management between modal opens/closes **Effects:** Users will experience: - Smoother transitions when opening session logs - More consistent behavior when closing and reopening logs - Better handling of loading states with visual feedback
a3b20a9
to
b5b81d7
Compare
Resolves #2944
Changes:
Rationale:
The changes improve the user experience when opening session logs by:
Effects:
Users will experience: