[PR #4887] [CLOSED] dashboard #4808

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4887
Author: @OlympusT
Created: 1/21/2026
Status: Closed

Base: masterHead: claude/add-automations-tab-qbukb


📝 Commits (1)

  • 3dd1655 feat: add automations tab with category-based dashboard

📊 Changes

8 files changed (+896 additions, -0 deletions)

View changed files

frontend/src/components/Sidebar/ActiveAutomations/index.jsx (+130 -0)
📝 frontend/src/components/Sidebar/index.jsx (+27 -0)
📝 frontend/src/main.jsx (+9 -0)
frontend/src/models/automation.js (+109 -0)
frontend/src/pages/AutomationDashboard/index.jsx (+253 -0)
📝 frontend/src/utils/paths.js (+6 -0)
server/endpoints/automations.js (+360 -0)
📝 server/index.js (+2 -0)

📄 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/4887 **Author:** [@OlympusT](https://github.com/OlympusT) **Created:** 1/21/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `claude/add-automations-tab-qbukb` --- ### 📝 Commits (1) - [`3dd1655`](https://github.com/Mintplex-Labs/anything-llm/commit/3dd16556ff789de401044bcebea4903b89ce61d4) feat: add automations tab with category-based dashboard ### 📊 Changes **8 files changed** (+896 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/components/Sidebar/ActiveAutomations/index.jsx` (+130 -0) 📝 `frontend/src/components/Sidebar/index.jsx` (+27 -0) 📝 `frontend/src/main.jsx` (+9 -0) ➕ `frontend/src/models/automation.js` (+109 -0) ➕ `frontend/src/pages/AutomationDashboard/index.jsx` (+253 -0) 📝 `frontend/src/utils/paths.js` (+6 -0) ➕ `server/endpoints/automations.js` (+360 -0) 📝 `server/index.js` (+2 -0) </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:36:34 -05:00
yindo closed this issue 2026-02-22 18:36:34 -05:00
yindo changed title from [PR #4887] dashboard to [PR #4887] [CLOSED] dashboard 2026-06-05 15:20:29 -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#4808