[PR #3025] [MERGED] Agent UI animations #4205

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3025
Author: @timothycarambat
Created: 1/24/2025
Status: Merged
Merged: 1/28/2025
Merged by: @timothycarambat

Base: masterHead: agent-ui-animations


📝 Commits (10+)

  • defc046 wip agent ui animation
  • e337fba WIP agent ui revision
  • 227dcfe linting
  • 6bff89d Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into agent-ui-animations
  • ecc6799 simplify css
  • b8847ff memoize agent responses
  • 73b7bac patch hook memo issue
  • ed67fee Merge branch 'master' into agent-ui-animations
  • 57a300b dev build
  • ae2f09d Merge branch 'master' into agent-ui-animations

📊 Changes

7 files changed (+307 additions, -88 deletions)

View changed files

📝 .github/workflows/dev-build.yaml (+1 -1)
frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/StatusResponse/index.jsx (+113 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx (+125 -67)
📝 frontend/src/index.css (+48 -16)
📝 frontend/src/utils/chat/agent.js (+1 -1)
📝 frontend/src/utils/chat/index.js (+3 -2)
📝 frontend/tailwind.config.js (+16 -1)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #2999

What is in this change?

Patches the issue that was rolled back on d35b37b6ec from reports of a blank screen #3013 #3012 #3018

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/3025 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/24/2025 **Status:** ✅ Merged **Merged:** 1/28/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `agent-ui-animations` --- ### 📝 Commits (10+) - [`defc046`](https://github.com/Mintplex-Labs/anything-llm/commit/defc046ca9e56802c4cc168d205efddd031c942d) wip agent ui animation - [`e337fba`](https://github.com/Mintplex-Labs/anything-llm/commit/e337fbaf7ff43cb6c4c2a6007ee8afc883d0b8c7) WIP agent ui revision - [`227dcfe`](https://github.com/Mintplex-Labs/anything-llm/commit/227dcfe9f1ca8429b776085668e40de96b1e045d) linting - [`6bff89d`](https://github.com/Mintplex-Labs/anything-llm/commit/6bff89dc4d393ae0ea36d3849eca56ae16bea769) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into agent-ui-animations - [`ecc6799`](https://github.com/Mintplex-Labs/anything-llm/commit/ecc67998f1440200ffc95aafa2105b5ee8bd8f0b) simplify css - [`b8847ff`](https://github.com/Mintplex-Labs/anything-llm/commit/b8847ff1942a28f52b680ab5de1798a8e6cf3c84) memoize agent responses - [`73b7bac`](https://github.com/Mintplex-Labs/anything-llm/commit/73b7bacc67175c0a4bbb0486df90176fec912c9c) patch hook memo issue - [`ed67fee`](https://github.com/Mintplex-Labs/anything-llm/commit/ed67fee3c6c8f99d134ae3aca63918460a13280b) Merge branch 'master' into agent-ui-animations - [`57a300b`](https://github.com/Mintplex-Labs/anything-llm/commit/57a300bfa1783a83ccf668245fc3a0be54f724b8) dev build - [`ae2f09d`](https://github.com/Mintplex-Labs/anything-llm/commit/ae2f09d793cde73fab74d67dc9ab7afdae40fd13) Merge branch 'master' into agent-ui-animations ### 📊 Changes **7 files changed** (+307 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dev-build.yaml` (+1 -1) ➕ `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/StatusResponse/index.jsx` (+113 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx` (+125 -67) 📝 `frontend/src/index.css` (+48 -16) 📝 `frontend/src/utils/chat/agent.js` (+1 -1) 📝 `frontend/src/utils/chat/index.js` (+3 -2) 📝 `frontend/tailwind.config.js` (+16 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [x] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #2999 ### What is in this change? Patches the issue that was rolled back on d35b37b6ec4bebaf977a242e5d85def268e2fac2 from reports of a blank screen #3013 #3012 #3018 ### 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. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] 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:21 -05:00
yindo closed this issue 2026-02-22 18:35:21 -05:00
yindo changed title from [PR #3025] Agent UI animations to [PR #3025] [MERGED] Agent UI animations 2026-06-05 15:17:22 -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#4205