[stable33] fix: respect opened sidebar when showing the Viewer#3061
Merged
nickvergessen merged 4 commits intostable33from Feb 6, 2026
Merged
[stable33] fix: respect opened sidebar when showing the Viewer#3061nickvergessen merged 4 commits intostable33from
nickvergessen merged 4 commits intostable33from
Conversation
- some apps might have sidebar open when calling Viewer, so initial state should be considered - this also goes for constantly rendered sidebars with v-show Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
- with 'position: fixed' sidebar is ripped out of flex container and main content fills the space before modal is rendered (that is visible to end users) - this also respects having app navigation open/closed (did not test without navigation though) Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
56c9be8 to
e2b71e8
Compare
Contributor
|
cc @susnux see new commit: class name was changed during refactoring of NcAppNavigation, added for compatibility with Vue2 apps.
Don't think we need it forward-ported to master, since we should migrate the rest? |
Contributor
Files will be ready in 34, not sure about other teams. |
susnux
approved these changes
Feb 6, 2026
Contributor
|
/backport d4427bd to master |
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.

Backport of PR #3058