LibreChat/client/src/components/Chat/Messages/Content
Daniel Lew 014eb10662
📢 fix: Resolved Screen Reader Issues with TooltipAnchor (#10580)
TooltipAnchor was automatically adding an `aria-describedby`
tag which often duplicated the labeling already present inside
of the anchor. E.g., the screen reader might say
"New Chat, New Chat, button" instead of just "New Chat, button."

I've removed the TooltipAnchor's automatic `aria-describedby` and
worked to make sure that anyone using TooltipAnchor properly defines
its labeling.
2025-11-19 17:10:10 -05:00
..
__tests__ ✂️ refactor: Artifacts and Tool Callbacks to Pass UI Resources (#9581) 2025-09-11 14:34:07 -04:00
Parts 🎨 fix: Correct Read-Only State Logic in Code Editor (#10508) 2025-11-14 12:27:51 -05:00
ActionIcon.tsx feat: Assistants API, General File Support, Side Panel, File Explorer (#1696) 2024-02-13 20:42:27 -05:00
AgentHandoff.tsx 🤖 feat: Agent Handoffs (Routing) (#10176) 2025-11-05 17:15:17 -05:00
CancelledIcon.tsx 🖼️ feat: Tool Call and Loading UI Refresh, Image Resize Config (#7086) 2025-05-19 19:23:11 -04:00
CodeAnalyze.tsx 🖼️ feat: Tool Call and Loading UI Refresh, Image Resize Config (#7086) 2025-05-19 19:23:11 -04:00
Container.tsx 🛡️ fix: Enhance File Upload Security & Error Handling (#4705) 2024-11-12 16:41:04 -05:00
ContentParts.tsx 🧠 refactor: Improve Reasoning Component Structure and UX (#10320) 2025-10-31 13:05:12 -04:00
DialogImage.tsx 📢 fix: Resolved Screen Reader Issues with TooltipAnchor (#10580) 2025-11-19 17:10:10 -05:00
EditMessage.tsx 💡 feat: Improve Reasoning Content UI, copy-to-clipboard, and error handling (#10278) 2025-10-30 17:14:38 -04:00
Files.tsx feat: OAuth for Actions (#5693) 2025-02-10 15:56:08 -05:00
FinishedIcon.tsx 🖼️ feat: Tool Call and Loading UI Refresh, Image Resize Config (#7086) 2025-05-19 19:23:11 -04:00
Image.tsx 📦 feat: Move Shared Components to @librechat/client (#8685) 2025-07-27 12:19:01 -04:00
ImageGen.tsx 👟 style: WrenchIcon and ImageGen SVG Animations (#2382) 2024-04-23 08:14:28 -04:00
InProgressCall.tsx feat: OAuth for Actions (#5693) 2025-02-10 15:56:08 -05:00
Markdown.tsx refactor: Imports to Prevent Circular Type Refs (#8423) 2025-07-12 11:37:07 -04:00
MarkdownComponents.tsx 🌐 feat: Add support to SubDirectory hosting (#9155) 2025-08-27 02:00:18 -04:00
MarkdownErrorBoundary.tsx refactor: Imports to Prevent Circular Type Refs (#8423) 2025-07-12 11:37:07 -04:00
MarkdownLite.tsx refactor: Imports to Prevent Circular Type Refs (#8423) 2025-07-12 11:37:07 -04:00
MemoryArtifacts.tsx 🧠 feat: Enforce Token Limit for Memory Usage (#8401) 2025-07-11 14:46:19 -04:00
MemoryInfo.tsx 🧠 feat: Enforce Token Limit for Memory Usage (#8401) 2025-07-11 14:46:19 -04:00
MessageContent.tsx 🧠 refactor: Improve Reasoning Component Structure and UX (#10320) 2025-10-31 13:05:12 -04:00
Part.tsx 🔧 fix: Await MCP Instructions and Filter Malformed Tool Calls (#10485) 2025-11-13 14:17:47 -05:00
ProgressCircle.tsx feat: Assistants API, General File Support, Side Panel, File Explorer (#1696) 2024-02-13 20:42:27 -05:00
ProgressText.tsx 📦 feat: Move Shared Components to @librechat/client (#8685) 2025-07-27 12:19:01 -04:00
RetrievalCall.tsx feat: Assistants API, General File Support, Side Panel, File Explorer (#1696) 2024-02-13 20:42:27 -05:00
RetrievalIcon.tsx feat: Assistants API, General File Support, Side Panel, File Explorer (#1696) 2024-02-13 20:42:27 -05:00
SearchContent.tsx 📦 feat: Move Shared Components to @librechat/client (#8685) 2025-07-27 12:19:01 -04:00
ToolCall.tsx 🔧 fix: Await MCP Instructions and Filter Malformed Tool Calls (#10485) 2025-11-13 14:17:47 -05:00
ToolCallInfo.tsx ✂️ refactor: Artifacts and Tool Callbacks to Pass UI Resources (#9581) 2025-09-11 14:34:07 -04:00
UIResourceCarousel.tsx ✂️ refactor: Artifacts and Tool Callbacks to Pass UI Resources (#9581) 2025-09-11 14:34:07 -04:00
WebSearch.tsx 🔎 feat: Native Web Search with Citation References (#7516) 2025-05-23 17:40:40 -04:00
WrenchIcon.tsx 👟 style: WrenchIcon and ImageGen SVG Animations (#2382) 2024-04-23 08:14:28 -04:00