LibreChat/client/src/components/SidePanel
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
..
Agents 👤 feat: Agent Avatar Removal and Decouple upload/reset from Agent Updates (#10527) 2025-11-17 17:04:01 -05:00
Bookmarks fix: Address Accessibility Issues (#10260) 2025-10-27 19:46:43 -04:00
Builder 📢 fix: Resolved Screen Reader Issues with TooltipAnchor (#10580) 2025-11-19 17:10:10 -05:00
Files 📂 refactor: Cleanup File Filtering Logic, Improve Validation (#10414) 2025-11-10 19:05:30 -05:00
MCP fix: Address Accessibility Issues (#10260) 2025-10-27 19:46:43 -04:00
Memories fix: Address Accessibility Issues (#10260) 2025-10-27 19:46:43 -04:00
Parameters 🔤 fix: Replace Translation Keys with Localized Text (#10486) 2025-11-13 17:01:24 -05:00
ArtifactsPanel.tsx 🚪 fix: ArtifactsPanel and SidePanel Rendering and Collapsing Behavior (#10537) 2025-11-16 13:55:35 -05:00
data.tsx feat: Assistants API, General File Support, Side Panel, File Explorer (#1696) 2024-02-13 20:42:27 -05:00
index.ts 🪄 feat: Agent Artifacts (#5804) 2025-02-11 18:00:38 -05:00
Nav.tsx 📦 feat: Move Shared Components to @librechat/client (#8685) 2025-07-27 12:19:01 -04:00
SidePanel.tsx 🚪 fix: ArtifactsPanel and SidePanel Rendering and Collapsing Behavior (#10537) 2025-11-16 13:55:35 -05:00
SidePanelGroup.tsx 🚪 fix: ArtifactsPanel and SidePanel Rendering and Collapsing Behavior (#10537) 2025-11-16 13:55:35 -05:00