[PR #555] [MERGED] 532 uiux add slash command modal #3393

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

📋 Pull Request Information

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

Base: masterHead: 532-uiux-add-slash-command-modal


📝 Commits (9)

  • 5d0b680 WIP slash commands
  • 5de703f add slash command image
  • 95bc481 WIP slash commands
  • 0a93322 slash command menu feature complete
  • b09ba91 move icons to slash command local
  • 8b19a2b update how slash command component works
  • 9f67ff4 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 532-uiux-add-slash-command-modal
  • 305fccc relint with new linter
  • 86e336c Finalize slash command input

📊 Changes

7 files changed (+148 additions, -38 deletions)

View changed files

📝 frontend/src/App.jsx (+14 -14)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx (+9 -11)
frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/icons/slash-commands-icon.svg (+4 -0)
frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/index.jsx (+68 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx (+16 -10)
📝 frontend/src/components/WorkspaceChat/ChatContainer/index.jsx (+25 -1)
📝 frontend/src/index.css (+12 -2)

📄 Description

resolves #532

Add slash command menu for users to clear chat


🔄 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/555 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 1/8/2024 **Status:** ✅ Merged **Merged:** 1/9/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `532-uiux-add-slash-command-modal` --- ### 📝 Commits (9) - [`5d0b680`](https://github.com/Mintplex-Labs/anything-llm/commit/5d0b680c6a32577289f64358f7a18b880e3b932f) WIP slash commands - [`5de703f`](https://github.com/Mintplex-Labs/anything-llm/commit/5de703f08f14f9a24a96b7c185fd83e73ee80ef4) add slash command image - [`95bc481`](https://github.com/Mintplex-Labs/anything-llm/commit/95bc481234b50edb2ecc0a47792495883f6f6fce) WIP slash commands - [`0a93322`](https://github.com/Mintplex-Labs/anything-llm/commit/0a933223a8ab926faafc046bbbd49eeca332f4d3) slash command menu feature complete - [`b09ba91`](https://github.com/Mintplex-Labs/anything-llm/commit/b09ba912467d199c85de13c9a79f8c64b2d6aa31) move icons to slash command local - [`8b19a2b`](https://github.com/Mintplex-Labs/anything-llm/commit/8b19a2bc72a0f8219abc110408011a14544f1aaf) update how slash command component works - [`9f67ff4`](https://github.com/Mintplex-Labs/anything-llm/commit/9f67ff4115654dc52932a9abd55585855f3d5dd2) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 532-uiux-add-slash-command-modal - [`305fccc`](https://github.com/Mintplex-Labs/anything-llm/commit/305fccc0701f24015c898dc403397b0528d5f9a9) relint with new linter - [`86e336c`](https://github.com/Mintplex-Labs/anything-llm/commit/86e336cecfb3db6f7c4d2ee93981bd6bb960a3fe) Finalize slash command input ### 📊 Changes **7 files changed** (+148 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/App.jsx` (+14 -14) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx` (+9 -11) ➕ `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/icons/slash-commands-icon.svg` (+4 -0) ➕ `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/SlashCommands/index.jsx` (+68 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx` (+16 -10) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/index.jsx` (+25 -1) 📝 `frontend/src/index.css` (+12 -2) </details> ### 📄 Description resolves #532 Add slash command menu for users to clear chat --- <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:33:41 -05:00
yindo closed this issue 2026-02-22 18:33:41 -05:00
yindo changed title from [PR #555] 532 uiux add slash command modal to [PR #555] [MERGED] 532 uiux add slash command modal 2026-06-05 15:13:11 -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#3393