[PR #414] [MERGED] chore: add @ as alias for frontend root #3343

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/414
Author: @timothycarambat
Created: 12/6/2023
Status: Merged
Merged: 12/7/2023
Merged by: @timothycarambat

Base: masterHead: vite-root-alias


📝 Commits (2)

  • fe3a706 chore: add @ as alias for frontend root
  • fe22fbe fix: remove bad tag

📊 Changes

69 files changed (+259 additions, -307 deletions)

View changed files

📝 frontend/jsconfig.json (+6 -1)
📝 frontend/src/App.jsx (+19 -21)
📝 frontend/src/AuthContext.jsx (+1 -1)
📝 frontend/src/components/ChatBubble/index.jsx (+2 -5)
📝 frontend/src/components/DefaultChat/index.jsx (+4 -8)
📝 frontend/src/components/EmbeddingSelection/LocalAiOptions/index.jsx (+1 -1)
📝 frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx (+1 -1)
📝 frontend/src/components/LLMSelection/LMStudioOptions/index.jsx (+1 -1)
📝 frontend/src/components/LLMSelection/LocalAiOptions/index.jsx (+2 -2)
📝 frontend/src/components/LLMSelection/OpenAiOptions/index.jsx (+1 -1)
📝 frontend/src/components/Modals/NewWorkspace.jsx (+2 -2)
📝 frontend/src/components/PrivateRoute/index.jsx (+5 -5)
📝 frontend/src/components/SettingsSidebar/index.jsx (+4 -4)
📝 frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx (+3 -3)
📝 frontend/src/components/Sidebar/IndexCount.jsx (+2 -2)
📝 frontend/src/components/Sidebar/LLMStatus.jsx (+1 -1)
📝 frontend/src/components/Sidebar/index.jsx (+4 -4)
📝 frontend/src/components/UserMenu/index.jsx (+3 -3)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+3 -6)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx (+1 -1)

...and 49 more files

📄 Description

No description provided


🔄 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/414 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 12/6/2023 **Status:** ✅ Merged **Merged:** 12/7/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `vite-root-alias` --- ### 📝 Commits (2) - [`fe3a706`](https://github.com/Mintplex-Labs/anything-llm/commit/fe3a706fc42a0e49fdb9b23b8993ba0ac883c590) chore: add @ as alias for frontend root - [`fe22fbe`](https://github.com/Mintplex-Labs/anything-llm/commit/fe22fbe6088d3a7db704055ca3484eb82746ca57) fix: remove bad tag ### 📊 Changes **69 files changed** (+259 additions, -307 deletions) <details> <summary>View changed files</summary> 📝 `frontend/jsconfig.json` (+6 -1) 📝 `frontend/src/App.jsx` (+19 -21) 📝 `frontend/src/AuthContext.jsx` (+1 -1) 📝 `frontend/src/components/ChatBubble/index.jsx` (+2 -5) 📝 `frontend/src/components/DefaultChat/index.jsx` (+4 -8) 📝 `frontend/src/components/EmbeddingSelection/LocalAiOptions/index.jsx` (+1 -1) 📝 `frontend/src/components/LLMSelection/AnthropicAiOptions/index.jsx` (+1 -1) 📝 `frontend/src/components/LLMSelection/LMStudioOptions/index.jsx` (+1 -1) 📝 `frontend/src/components/LLMSelection/LocalAiOptions/index.jsx` (+2 -2) 📝 `frontend/src/components/LLMSelection/OpenAiOptions/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/NewWorkspace.jsx` (+2 -2) 📝 `frontend/src/components/PrivateRoute/index.jsx` (+5 -5) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+4 -4) 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx` (+3 -3) 📝 `frontend/src/components/Sidebar/IndexCount.jsx` (+2 -2) 📝 `frontend/src/components/Sidebar/LLMStatus.jsx` (+1 -1) 📝 `frontend/src/components/Sidebar/index.jsx` (+4 -4) 📝 `frontend/src/components/UserMenu/index.jsx` (+3 -3) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+3 -6) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx` (+1 -1) _...and 49 more files_ </details> ### 📄 Description _No description provided_ --- <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:35 -05:00
yindo closed this issue 2026-02-22 18:33:35 -05:00
yindo changed title from [PR #414] chore: add @ as alias for frontend root to [PR #414] [MERGED] chore: add @ as alias for frontend root 2026-06-05 15:12:55 -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#3343