[PR #2809] [MERGED] Add support for hiding sidebar #4128

Closed
opened 2026-02-22 18:35:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2809
Author: @timothycarambat
Created: 12/11/2024
Status: Merged
Merged: 12/11/2024
Merged by: @timothycarambat

Base: masterHead: sidebar-toggle


📝 Commits (5)

  • 56eab7b Add support for hiding sidebar
  • 66d6918 Merge branch 'master' into sidebar-toggle
  • 1a59bd0 patch sidebar padding on collapse
  • fecda2e Merge branch 'sidebar-toggle' of github.com:Mintplex-Labs/anything-llm into sidebar-toggle
  • 361fcb1 update Key for sidebar setting

📊 Changes

4 files changed (+162 additions, -41 deletions)

View changed files

📝 frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx (+4 -4)
frontend/src/components/Sidebar/SidebarToggle/index.jsx (+105 -0)
📝 frontend/src/components/Sidebar/index.jsx (+52 -36)
📝 frontend/src/components/WorkspaceChat/ChatContainer/index.jsx (+1 -1)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #2756

What is in this change?

Support cmd/ctrl + shift +s for quick hide/show
Persists last state on reloads

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2809 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 12/11/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `sidebar-toggle` --- ### 📝 Commits (5) - [`56eab7b`](https://github.com/Mintplex-Labs/anything-llm/commit/56eab7bb2506b874d7435bde2e659acae8e2faee) Add support for hiding sidebar - [`66d6918`](https://github.com/Mintplex-Labs/anything-llm/commit/66d6918e3bb39ec4d158dbf15c4da649d90fc998) Merge branch 'master' into sidebar-toggle - [`1a59bd0`](https://github.com/Mintplex-Labs/anything-llm/commit/1a59bd052921e6c2323c1a672085894005b0f16d) patch sidebar padding on collapse - [`fecda2e`](https://github.com/Mintplex-Labs/anything-llm/commit/fecda2efa696fafaa5e6520363165b15ac63817f) Merge branch 'sidebar-toggle' of github.com:Mintplex-Labs/anything-llm into sidebar-toggle - [`361fcb1`](https://github.com/Mintplex-Labs/anything-llm/commit/361fcb13ab4b7face61ceda184d65f422473230c) update Key for sidebar setting ### 📊 Changes **4 files changed** (+162 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx` (+4 -4) ➕ `frontend/src/components/Sidebar/SidebarToggle/index.jsx` (+105 -0) 📝 `frontend/src/components/Sidebar/index.jsx` (+52 -36) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/index.jsx` (+1 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [x] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #2756 ### What is in this change? Support cmd/ctrl + shift +s for quick hide/show Persists last state on reloads <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:12 -05:00
yindo closed this issue 2026-02-22 18:35:12 -05:00
yindo changed title from [PR #2809] Add support for hiding sidebar to [PR #2809] [MERGED] Add support for hiding sidebar 2026-06-05 15:16:58 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4128