diff --git a/changelog/unreleased/bugfix-do-not-push-sidebar-close-action-away.md b/changelog/unreleased/bugfix-do-not-push-sidebar-close-action-away.md new file mode 100644 index 00000000000..36f78ea7821 --- /dev/null +++ b/changelog/unreleased/bugfix-do-not-push-sidebar-close-action-away.md @@ -0,0 +1,6 @@ +Bugfix: Do not push sidebar close action away + +We've fixed an issue with the sidebar close action which was pushed away when zooming. The layout of the screen was not adjusting the size and shifted the whole sidebar off the screen. We set a fixed width of 100% - sidebar width to prevent this. + +https://github.com/owncloud/web/pull/12045 +https://github.com/owncloud/web/issues/11536 diff --git a/changelog/unreleased/bugfix-update-sidebar-width-on-resize.md b/changelog/unreleased/bugfix-update-sidebar-width-on-resize.md new file mode 100644 index 00000000000..e93d5260554 --- /dev/null +++ b/changelog/unreleased/bugfix-update-sidebar-width-on-resize.md @@ -0,0 +1,5 @@ +Bugfix: Update sidebar width on resize + +We've fixed an issue where the width of the sidebar was updated only when opening it. We added a resize event handler to the window object so that we can react to it and update the width accordingly. + +https://github.com/owncloud/web/pull/12045 diff --git a/changelog/unreleased/bugfix-use-correct-breakpoints-in-sidebar.md b/changelog/unreleased/bugfix-use-correct-breakpoints-in-sidebar.md new file mode 100644 index 00000000000..def4b0db0aa --- /dev/null +++ b/changelog/unreleased/bugfix-use-correct-breakpoints-in-sidebar.md @@ -0,0 +1,5 @@ +Bugfix: Use correct breakpoints in sidebar + +We've set the correct breakpoint used for setting width of the sidebar so that it matches the breakpoint in app wrapper. + +https://github.com/owncloud/web/pull/12045 diff --git a/packages/web-pkg/src/components/AppTemplates/AppWrapper.vue b/packages/web-pkg/src/components/AppTemplates/AppWrapper.vue index ff741275b79..cdaee8881b9 100644 --- a/packages/web-pkg/src/components/AppTemplates/AppWrapper.vue +++ b/packages/web-pkg/src/components/AppTemplates/AppWrapper.vue @@ -1,5 +1,5 @@