[PR #3924] [CLOSED] Agent skills UI/UX improvements #4463

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3924
Author: @shatfield4
Created: 5/30/2025
Status: Closed

Base: masterHead: 3921-feat-agent-skills-uiux-improvements


📝 Commits (6)

  • 5884a89 rework ui for new styles/simplify css
  • 1413449 remove unused imports
  • ac2f566 toggle switch in row ui wip refactor save functionality
  • ce09d81 wip another attempt simplify agent skills page/backend
  • d8b1c4f Merge branch 'master' into 3921-feat-agent-skills-uiux-improvements
  • 2ca2a12 update ui for sql connector

📊 Changes

11 files changed (+850 additions, -689 deletions)

View changed files

📝 frontend/src/pages/Admin/Agents/AgentFlows/index.jsx (+50 -23)
📝 frontend/src/pages/Admin/Agents/Imported/SkillList/index.jsx (+46 -22)
📝 frontend/src/pages/Admin/Agents/MCPServers/index.jsx (+62 -45)
frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionForm.jsx (+264 -0)
frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionModal.jsx (+0 -274)
📝 frontend/src/pages/Admin/Agents/SQLConnectorSelection/index.jsx (+90 -92)
frontend/src/pages/Admin/Agents/SkillLayout/index.jsx (+30 -0)
frontend/src/pages/Admin/Agents/SkillList/index.jsx (+72 -0)
📝 frontend/src/pages/Admin/Agents/index.jsx (+236 -221)
📝 frontend/src/pages/Admin/Agents/skills.js (+0 -3)
📝 server/models/systemSettings.js (+0 -9)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #xxx

What is in this change?

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/3924 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 5/30/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `3921-feat-agent-skills-uiux-improvements` --- ### 📝 Commits (6) - [`5884a89`](https://github.com/Mintplex-Labs/anything-llm/commit/5884a894519a43c34261eb8b5c98d11b1978fe67) rework ui for new styles/simplify css - [`1413449`](https://github.com/Mintplex-Labs/anything-llm/commit/1413449bf1c8ac7e055fa5d408e6b3c72574d812) remove unused imports - [`ac2f566`](https://github.com/Mintplex-Labs/anything-llm/commit/ac2f566b60c6cd401510c147ae0018c8fb43e844) toggle switch in row ui wip refactor save functionality - [`ce09d81`](https://github.com/Mintplex-Labs/anything-llm/commit/ce09d81786ea5f2e526c3c8422fe8fb57ce672a1) wip another attempt simplify agent skills page/backend - [`d8b1c4f`](https://github.com/Mintplex-Labs/anything-llm/commit/d8b1c4f671ad1d7897bb074e44f0f28c3b965859) Merge branch 'master' into 3921-feat-agent-skills-uiux-improvements - [`2ca2a12`](https://github.com/Mintplex-Labs/anything-llm/commit/2ca2a1267aa34b719d5cf19856934ee4c2900dda) update ui for sql connector ### 📊 Changes **11 files changed** (+850 additions, -689 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/Admin/Agents/AgentFlows/index.jsx` (+50 -23) 📝 `frontend/src/pages/Admin/Agents/Imported/SkillList/index.jsx` (+46 -22) 📝 `frontend/src/pages/Admin/Agents/MCPServers/index.jsx` (+62 -45) ➕ `frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionForm.jsx` (+264 -0) ➖ `frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionModal.jsx` (+0 -274) 📝 `frontend/src/pages/Admin/Agents/SQLConnectorSelection/index.jsx` (+90 -92) ➕ `frontend/src/pages/Admin/Agents/SkillLayout/index.jsx` (+30 -0) ➕ `frontend/src/pages/Admin/Agents/SkillList/index.jsx` (+72 -0) 📝 `frontend/src/pages/Admin/Agents/index.jsx` (+236 -221) 📝 `frontend/src/pages/Admin/Agents/skills.js` (+0 -3) 📝 `server/models/systemSettings.js` (+0 -9) </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 #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> ### 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. --> - [ ] 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 --- <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:35:53 -05:00
yindo closed this issue 2026-02-22 18:35:53 -05:00
yindo changed title from [PR #3924] Agent skills UI/UX improvements to [PR #3924] [CLOSED] Agent skills UI/UX improvements 2026-06-05 15:18:42 -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#4463