[PR #5341] [MERGED] fix(agent-flows): keep flow menu visible in narrow windows #5415

Closed
opened 2026-06-05 15:21:17 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5341
Author: @suyua9
Created: 4/3/2026
Status: Merged
Merged: 4/3/2026
Merged by: @timothycarambat

Base: masterHead: fix/agent-flows-menu-overflow-suyua9


📝 Commits (3)

  • 8403bbf fix(agent-flows): keep flow menu visible in narrow windows
  • a43cda8 fix(agent-flows): prevent gear menu text clipping
  • 8d6299f Merge branch 'master' into fix/agent-flows-menu-overflow-suyua9

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 frontend/src/pages/Admin/Agents/AgentFlows/FlowPanel.jsx (+3 -3)
📝 frontend/src/pages/Admin/Agents/index.jsx (+2 -2)

📄 Description

Pull Request Type

  • feat (New feature)
  • 🐛 fix (Bug fix)
  • ♻️ refactor (Code refactoring without changing behavior)
  • 💄 style (UI style changes)
  • 🔨 chore (Build, CI, maintenance)
  • 📝 docs (Documentation updates)

Relevant Issues

resolves #5332

Description

  • keep the flow action menu anchored under the gear button instead of offsetting it outside the panel
  • prevent the menu from being clipped when the AnythingLLM window is narrow

Visuals (if applicable)

  • not attached in this update

Additional Information

  • this stays intentionally limited to the Agent Flows manage menu in the admin agent settings panel
  • #5335 already has a separate open fix PR, so this PR only addresses the narrow menu overflow bug from #5332

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated (if applicable)
  • 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/5341 **Author:** [@suyua9](https://github.com/suyua9) **Created:** 4/3/2026 **Status:** ✅ Merged **Merged:** 4/3/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `fix/agent-flows-menu-overflow-suyua9` --- ### 📝 Commits (3) - [`8403bbf`](https://github.com/Mintplex-Labs/anything-llm/commit/8403bbf46ac51f71c277fec72c139af1b1b4dcd4) fix(agent-flows): keep flow menu visible in narrow windows - [`a43cda8`](https://github.com/Mintplex-Labs/anything-llm/commit/a43cda888c765ced257afb49f027663068c81e0b) fix(agent-flows): prevent gear menu text clipping - [`8d6299f`](https://github.com/Mintplex-Labs/anything-llm/commit/8d6299f296b997003b1eb050e88317606e401f13) Merge branch 'master' into fix/agent-flows-menu-overflow-suyua9 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/Admin/Agents/AgentFlows/FlowPanel.jsx` (+3 -3) 📝 `frontend/src/pages/Admin/Agents/index.jsx` (+2 -2) </details> ### 📄 Description ### Pull Request Type - [ ] ✨ feat (New feature) - [x] 🐛 fix (Bug fix) - [ ] ♻️ refactor (Code refactoring without changing behavior) - [ ] 💄 style (UI style changes) - [ ] 🔨 chore (Build, CI, maintenance) - [ ] 📝 docs (Documentation updates) ### Relevant Issues resolves #5332 ### Description - keep the flow action menu anchored under the gear button instead of offsetting it outside the panel - prevent the menu from being clipped when the AnythingLLM window is narrow ### Visuals (if applicable) - not attached in this update ### Additional Information - this stays intentionally limited to the Agent Flows manage menu in the admin agent settings panel - `#5335` already has a separate open fix PR, so this PR only addresses the narrow menu overflow bug from `#5332` ### Developer Validations - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated (if applicable) - [x] 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-06-05 15:21:17 -04:00
yindo closed this issue 2026-06-05 15:21:17 -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#5415