[PR #3837] [MERGED] Update citations UI #4429

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3837
Author: @shatfield4
Created: 5/15/2025
Status: Merged
Merged: 5/27/2025
Merged by: @timothycarambat

Base: masterHead: ui/chat-citation-update


📝 Commits (9)

  • 61f2da4 new ui for citations
  • 24c606b move onclick to parent
  • f479c85 lint
  • c3b7291 change div to button
  • e244e4a Merge branch 'master' into ui/chat-citation-update
  • 606b76e merge upstream
  • f7875a6 update citations UI and parsing to inherit user text size and design specs
  • 9f4cfca Merge branch 'master' into ui/chat-citation-update
  • e7d0b9a new render animation for citations

📊 Changes

3 files changed (+74 additions, -44 deletions)

View changed files

📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx (+44 -27)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatTooltips/index.jsx (+24 -8)
📝 frontend/src/index.css (+6 -9)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #3836

What is in this change?

  • Implements new UI for chat citations

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/3837 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 5/15/2025 **Status:** ✅ Merged **Merged:** 5/27/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `ui/chat-citation-update` --- ### 📝 Commits (9) - [`61f2da4`](https://github.com/Mintplex-Labs/anything-llm/commit/61f2da4b9d773b60cd2e4aaff3c74d7a5b2fd6d4) new ui for citations - [`24c606b`](https://github.com/Mintplex-Labs/anything-llm/commit/24c606b2719127d1d9e9fe20dee834bc259b3686) move onclick to parent - [`f479c85`](https://github.com/Mintplex-Labs/anything-llm/commit/f479c852c789e83458f6d626082208071aa857ac) lint - [`c3b7291`](https://github.com/Mintplex-Labs/anything-llm/commit/c3b7291f82cdf02530998d6b6d4a770fe49212af) change div to button - [`e244e4a`](https://github.com/Mintplex-Labs/anything-llm/commit/e244e4a6468821e04470488c26fb88db91507203) Merge branch 'master' into ui/chat-citation-update - [`606b76e`](https://github.com/Mintplex-Labs/anything-llm/commit/606b76e97cc7963ceebf6f6da4d8bd7c75677491) merge upstream - [`f7875a6`](https://github.com/Mintplex-Labs/anything-llm/commit/f7875a6d31e4192d3694923afec4b9c469209863) update citations UI and parsing to inherit user text size and design specs - [`9f4cfca`](https://github.com/Mintplex-Labs/anything-llm/commit/9f4cfcaccf2650142b34c593d15a700a9bf14202) Merge branch 'master' into ui/chat-citation-update - [`e7d0b9a`](https://github.com/Mintplex-Labs/anything-llm/commit/e7d0b9a63be90e41330b18e826d04987ecc0aad7) new render animation for citations ### 📊 Changes **3 files changed** (+74 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx` (+44 -27) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatTooltips/index.jsx` (+24 -8) 📝 `frontend/src/index.css` (+6 -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 #3836 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Implements new UI for chat citations ### 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:49 -05:00
yindo closed this issue 2026-02-22 18:35:49 -05:00
yindo changed title from [PR #3837] Update citations UI to [PR #3837] [MERGED] Update citations UI 2026-06-05 15:18:31 -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#4429