Skip to content
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

fix: don't close sidebar when clicking outside #2785

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jaylinski
Copy link
Member

@jaylinski jaylinski commented Feb 2, 2025

Fixes #2510

This logic (closing sidebar when clicking outside) was introduced in #194.
I don't know if this was done deliberately or by accident, but I agree with #2510: the app-sidebar should stay open when clicking outside (like it is done in other apps).
With this change, the app-sidebar will only change if the a different route is pushed.

Since this is change is similar to nextcloud-libraries/nextcloud-vue/issues/1070, I also changed how the app-navigation on mobile behaves.
As far as I understand (and how I as a user feel), the app-navigation should close when clicking in the content-area (if on a mobile device).

Fixes #2510

This logic was introduced in #194 and further
discussed in #2523.

The app-navigation is now closing when clicking
in content-area if a user uses a mobile device.
The app-sidebar doesn't close when clicking
inside the app-navigation or content-area anymore,
similar to how the Calendar app handles it.

Signed-off-by: Jakob Linskeseder <jakob@linskeseder.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Right sidebar (infobox / details) automatically closes when you click most places
1 participant