You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since iPadOS 26 is now much closer to a desktop OS, and relies more on the sidebar for navigation, we should bring the sidebar more in line with the desktop client:
The biggest change is folding library navigation into the sidebar, just like the Collection Tree on desktop. Group libraries are put in the same section. We can disable dragging items into other libraries for now.
Without the need for a Back button, the Settings button can be put in its place.
Native apps with search in sidebars always show the search field on top and have it stay fixed on scroll. If we feel like that is one search field too many, then we can keep the current pattern with some minor fixes (larger padding, soft scroll edge effect, persisting cancel button to exit search mode).
In the tag selector, the search field needs to be fixed at the top and adopt the sidebar style (instead of layering liquid glass, which is discouraged), the overflow button should use the default color, and the entire top part should use a soft scroll edge effect.
Right now, when the tag selector is fully collapsed, it can be impossible to bring it back up due to conflict with the Dock touch zone. An easy way to fix that is letting the collapsed tag selector still show the search field and button (see: Maps).
Since iPadOS 26 is now much closer to a desktop OS, and relies more on the sidebar for navigation, we should bring the sidebar more in line with the desktop client: