[PR #1835] [MERGED] [STYLE] Implement new chat tools UI #3792

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1835
Author: @shatfield4
Created: 7/9/2024
Status: Merged
Merged: 7/10/2024
Merged by: @timothycarambat

Base: masterHead: chat-tools-v2


📝 Commits (6)

  • 3aa9189 implement new chat tools ui + bump phosphor icons package for new icons
  • be8dc66 move TTS button below user image/fix styling
  • eaf8252 Show tools on hover
  • 5bb83cc patch styles for desktop
  • accdb4c fix more actions tooltip and disable hide/show on hover for mobile
  • 27cd7d3 z-index on mobile patch

📊 Changes

7 files changed (+140 additions, -88 deletions)

View changed files

📝 frontend/package.json (+1 -1)
frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/ActionMenu/index.jsx (+77 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/DeleteMessage/index.jsx (+9 -18)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/EditMessage/index.jsx (+4 -3)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx (+33 -59)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+12 -3)
📝 frontend/yarn.lock (+4 -4)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #1836

What is in this change?

  • Implement new chat tools UI per internal designs
  • Add pop up menu for additional tools
  • Move TTS button below user pfp
  • Auto dismiss of extra options on click off

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/1835 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 7/9/2024 **Status:** ✅ Merged **Merged:** 7/10/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `chat-tools-v2` --- ### 📝 Commits (6) - [`3aa9189`](https://github.com/Mintplex-Labs/anything-llm/commit/3aa9189404a9612b35205fbdc1220a4ec27b383b) implement new chat tools ui + bump phosphor icons package for new icons - [`be8dc66`](https://github.com/Mintplex-Labs/anything-llm/commit/be8dc6619de17b108509e127419c3d51b1675d22) move TTS button below user image/fix styling - [`eaf8252`](https://github.com/Mintplex-Labs/anything-llm/commit/eaf8252202309ee00ef6202f6f6b06c456c98f59) Show tools on hover - [`5bb83cc`](https://github.com/Mintplex-Labs/anything-llm/commit/5bb83cc3d43d633b7bf198e05ec7b5fb237d12e7) patch styles for desktop - [`accdb4c`](https://github.com/Mintplex-Labs/anything-llm/commit/accdb4c628581e8c77ec8fb6f879ff991b264dee) fix more actions tooltip and disable hide/show on hover for mobile - [`27cd7d3`](https://github.com/Mintplex-Labs/anything-llm/commit/27cd7d3356bccdccc9059129a8be87034de6922c) z-index on mobile patch ### 📊 Changes **7 files changed** (+140 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) ➕ `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/ActionMenu/index.jsx` (+77 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/DeleteMessage/index.jsx` (+9 -18) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/EditMessage/index.jsx` (+4 -3) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx` (+33 -59) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+12 -3) 📝 `frontend/yarn.lock` (+4 -4) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [x] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1836 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Implement new chat tools UI per internal designs - Add pop up menu for additional tools - Move TTS button below user pfp - Auto dismiss of extra options on click off ### 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:30 -05:00
yindo closed this issue 2026-02-22 18:34:30 -05:00
yindo changed title from [PR #1835] [STYLE] Implement new chat tools UI to [PR #1835] [MERGED] [STYLE] Implement new chat tools UI 2026-06-05 15:15:15 -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#3792