fix(core): observe dock sidebar size in the popup's own realm - #521
fix(core): observe dock sidebar size in the popup's own realm#521SaKaNa-Y wants to merge 1 commit into
Conversation
@vitejs/devtools
@vitejs/devtools-kit
@vitejs/devtools-oxc
@vitejs/devtools-rolldown
@vitejs/devtools-vite
@vitejs/devtools-vitest
commit: |
|
Most functionality is now working properly in popup mode. However, the Vite and Rolldown Modules Graph feature still has a minor issue when running in popup mode. |
|
Thanks for this fix! As of #529, the client UI previously at Since this PR's changes target code that no longer lives here, we're labeling it |
Description
In popup dock mode, resizing the popup window does not update the dock sidebar group rail immediately.
When shrinking the popup window, the group rail does not collapse into the overflow ("more") icon as expected. when enlarging the popup window, the hidden icons do not restore immediately. the state is only updated after moving the mouse into the host page.
Linked Issues
Additional context