LibreChat/client/src
Dustin Healy e459984f21 test(mcp): wire read-only context into MCP app component tests
The read-only placeholder makes app-backed resourceUri-only resources render a placeholder instead
of the bridge iframe when no MessagesViewProvider is present, which broke component tests that
render these components standalone. Mock useIsMessagesViewReadOnly to interactive in the affected
suites and add a regression test asserting the placeholder renders (and the iframe does not) in a
read-only view.
2026-06-28 23:17:30 -07:00
..
@types ⚙️ refactor: Lazy load locale resources (#13640) 2026-06-10 08:48:58 -04:00
a11y 👷 ci: Type-check the Client Workspace (#13560) 2026-06-06 18:40:31 -04:00
common 🖇️ feat: Reference Selected Chat Text with Multi-Quote Popup (#13868) 2026-06-21 08:33:11 -04:00
components test(mcp): wire read-only context into MCP app component tests 2026-06-28 23:17:30 -07:00
constants
data-provider 🔗 feat: Snapshot Files for Shared-Link Attachments (#13740) 2026-06-20 23:05:13 -04:00
hooks fix(mcp): tighten MCP Apps read-only views and resource-read authorization 2026-06-28 22:58:21 -07:00
lib/rum 👷 ci: Type-check the Client Workspace (#13560) 2026-06-06 18:40:31 -04:00
locales fix(mcp): tighten MCP Apps read-only views and resource-read authorization 2026-06-28 22:58:21 -07:00
polyfills chore: Upgrade Vite For Node 24 (#13450) 2026-06-01 15:47:58 -04:00
Providers fix(mcp): harden MCP Apps host security and CJS compatibility 2026-06-28 21:56:28 -07:00
routes 🪶 fix: Prevent Soft Default Model Spec from Overriding User Selections (#13642) 2026-06-10 08:52:28 -04:00
store 🖇️ feat: Reference Selected Chat Text with Multi-Quote Popup (#13868) 2026-06-21 08:33:11 -04:00
utils fix(mcp): proxy resource templates and fail closed on app config resolution 2026-06-25 14:42:14 -07:00
App.jsx ⚙️ refactor: lazy-load React Query Devtools (#13639) 2026-06-10 13:06:20 -04:00
main.jsx 🛟 fix: Auto-Recover from Stale Service Worker Assets After Deploys (#13686) 2026-06-11 11:57:06 -04:00
mobile.css 🎨 refactor: Redesign Sidebar with Unified Icon Strip Layout (#12013) 2026-03-22 01:15:20 -04:00
style.css 🎛️ feat: Redesign Settings with Registry-Driven Dialog, Search, and Mobile Drill-In (#13722) 2026-06-18 08:51:07 -04:00
vite-env.d.ts