[PR #2187] [MERGED] Appearance setting for show/hide scroll bar on chat window #3920

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2187
Author: @shatfield4
Created: 8/27/2024
Status: Merged
Merged: 9/16/2024
Merged by: @timothycarambat

Base: masterHead: 2153-uiux-anythingllm-on-windows-scrollbar-is-missing-in-the-workspace-chat-window


📝 Commits (9)

  • 7ffcfee implement appearance setting for show/hide scrollbar
  • adae6d6 Merge branch 'master' into 2153-uiux-anythingllm-on-windows-scrollbar-is-missing-in-the-workspace-chat-window
  • 1403fe2 put back comments
  • 65adb0b revert backend for show_scrollbar
  • 0dc9c73 show scrollbar save to localstorage
  • 794528f old model function
  • 089be41 lint
  • 3460820 Merge branch 'master' into 2153-uiux-anythingllm-on-windows-scrollbar-is-missing-in-the-workspace-chat-window
  • 3e1e41f edit

📊 Changes

5 files changed (+90 additions, -2 deletions)

View changed files

📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx (+6 -2)
frontend/src/models/appearance.js (+25 -0)
frontend/src/pages/GeneralSettings/Appearance/ShowScrollbar/index.jsx (+56 -0)
📝 frontend/src/pages/GeneralSettings/Appearance/index.jsx (+2 -0)
📝 frontend/src/utils/constants.js (+1 -0)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #2153

What is in this change?

  • Implement a new setting for showing and hiding the scroll bar on the main chat window
  • Helps tablet users be able to navigate the chat window easier so they can use a stylus or their finger to scroll up and down in chats
  • Store as localstorage option instead of using db

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/2187 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 8/27/2024 **Status:** ✅ Merged **Merged:** 9/16/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `2153-uiux-anythingllm-on-windows-scrollbar-is-missing-in-the-workspace-chat-window` --- ### 📝 Commits (9) - [`7ffcfee`](https://github.com/Mintplex-Labs/anything-llm/commit/7ffcfeeeedaa9a776de449f99a0276849bc30ba9) implement appearance setting for show/hide scrollbar - [`adae6d6`](https://github.com/Mintplex-Labs/anything-llm/commit/adae6d646d64a83e1e547d52ad90c7099337985e) Merge branch 'master' into 2153-uiux-anythingllm-on-windows-scrollbar-is-missing-in-the-workspace-chat-window - [`1403fe2`](https://github.com/Mintplex-Labs/anything-llm/commit/1403fe262378c099aae80814b60c681d990f323d) put back comments - [`65adb0b`](https://github.com/Mintplex-Labs/anything-llm/commit/65adb0b8d4c6b1da96efad6d9ce1ac1fb22ce586) revert backend for show_scrollbar - [`0dc9c73`](https://github.com/Mintplex-Labs/anything-llm/commit/0dc9c73f72f34ef1c45fd36109eba0cf00c221b9) show scrollbar save to localstorage - [`794528f`](https://github.com/Mintplex-Labs/anything-llm/commit/794528fbc03081ed054e1fe4f117eddf82c831a1) old model function - [`089be41`](https://github.com/Mintplex-Labs/anything-llm/commit/089be4146d34c0c132980df74f79b0d78f4d93ea) lint - [`3460820`](https://github.com/Mintplex-Labs/anything-llm/commit/34608205c3dbbe5012725e989f40d2a2109ff818) Merge branch 'master' into 2153-uiux-anythingllm-on-windows-scrollbar-is-missing-in-the-workspace-chat-window - [`3e1e41f`](https://github.com/Mintplex-Labs/anything-llm/commit/3e1e41f5275834ff8978a8ef0db88584c46d51bf) edit ### 📊 Changes **5 files changed** (+90 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx` (+6 -2) ➕ `frontend/src/models/appearance.js` (+25 -0) ➕ `frontend/src/pages/GeneralSettings/Appearance/ShowScrollbar/index.jsx` (+56 -0) 📝 `frontend/src/pages/GeneralSettings/Appearance/index.jsx` (+2 -0) 📝 `frontend/src/utils/constants.js` (+1 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #2153 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Implement a new setting for showing and hiding the scroll bar on the main chat window - Helps tablet users be able to navigate the chat window easier so they can use a stylus or their finger to scroll up and down in chats - Store as localstorage option instead of using db ### 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:34:46 -05:00
yindo closed this issue 2026-02-22 18:34:46 -05:00
yindo changed title from [PR #2187] Appearance setting for show/hide scroll bar on chat window to [PR #2187] [MERGED] Appearance setting for show/hide scroll bar on chat window 2026-06-05 15:15:53 -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#3920