Remove the touchscreen sidebar section

Two pages linked to it, so those links go as well rather than being left pointing at an anchor that no longer exists. The shorter version on the app installation page stands on its own.
This commit is contained in:
Classic298
2026-08-11 11:40:29 +00:00
parent fa79ce5bcf
commit 112d6502d9
3 changed files with 1 additions and 13 deletions
@@ -26,15 +26,6 @@ All your conversations are automatically saved in the **Sidebar**.
Open WebUI tracks read state per chat and updates it when you open a conversation, so unread indicators stay in sync across sessions. Opening a chat clears its unread mark, and the folder counts, in your other open windows right away.
### On a Phone or Tablet
On a narrow screen the sidebar slides in over the conversation rather than sitting beside it, and it is driven by touch.
* **Swipe it open and closed**: drag right with one finger to pull the sidebar in, left to push it away. It follows your finger the whole way and the conversation behind it darkens as it comes, so you can see how far you have got and change your mind half way. Let go part way and it settles to wherever you were heading: a short drag springs back, a longer one carries through. A quick flick settles it either way, however far you dragged.
* **Where a swipe can start**: an opening swipe can start anywhere on the screen except the very edge, so an edge swipe still reaches your browser or phone. Closing has no such restriction.
* **What a swipe leaves alone**: a drag that is mostly vertical scrolls the page as usual, and a drag that starts on a text field, a button or an open menu does nothing to the sidebar. If your device is set to reduce motion, the sidebar jumps to its end position instead of sliding.
* **Chat actions without hovering**: every chat in the list carries its own three-dot menu (⋯), always visible, so renaming, pinning, moving, sharing, downloading, archiving and deleting are one tap away. It sits where the "time ago" label goes, so those rows show the menu instead of a timestamp. **Delete** is only in the menu if you are allowed to delete chats.
## Searching Your History
You can search through your conversations using the global search bar in the sidebar.
@@ -67,8 +67,7 @@ Open WebUI provides a comprehensive set of chat features designed to enhance you
- **👁️ Sidebar Hover Previews**: Resting the pointer on a chat in the sidebar opens a small preview of its most recent messages, scrolled to the end, so you can identify a conversation without opening it. Only one preview is shown at a time, and moving to another row replaces it. Turn it off with **Chat Hover Previews** in **Settings > Interface > Chat** if you would rather have a quiet sidebar, are sharing your screen, or are on a connection slow enough that the previews lag. Previews need a pointer, so they do not appear on a touchscreen.
- **📱 Swipe the Sidebar**: On a phone or tablet, drag right with one finger to pull the sidebar in and left to push it away. It tracks your finger and dims the conversation behind it as it moves, a quick flick settles it either way, and every chat row carries an always-visible three-dot menu (⋯) so its actions are reachable without a hover. See [On a Phone or Tablet](./history-search.mdx#on-a-phone-or-tablet).
- **📱 Swipe the Sidebar**: On a phone or tablet, drag right with one finger to pull the sidebar in and left to push it away. It tracks your finger and dims the conversation behind it as it moves, a quick flick settles it either way, and every chat row carries an always-visible three-dot menu (⋯) so its actions are reachable without a hover.
- **[🕒 Temporal Awareness](./temporal-awareness.mdx)**: How models understand time and date, including native tools for precise time calculations.
- **🎙️ Voice Mode**: Start a hands-free voice conversation with your model using the Voice Mode button. The overlay includes a mute/unmute toggle to temporarily silence your microphone without ending the session, useful in noisy or public environments.
@@ -60,8 +60,6 @@ On a phone or tablet the sidebar slides in over the conversation instead of sitt
- A mostly vertical drag scrolls the page as usual, and a drag started on a text field, a button or an open menu leaves the sidebar alone.
- Every chat row carries an always-visible three-dot menu (⋯), so its actions do not depend on a hover you cannot perform.
More detail in [History & Search](/features/chat-conversations/chat-features/history-search#on-a-phone-or-tablet).
---
## Customizing the PWA (Admins)