[GH-ISSUE #4792] [FEAT]: Refactor workspace/pfp image #3015

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

Originally created by @shatfield4 on GitHub (Dec 16, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4792

Originally assigned to: @shatfield4 on GitHub.

What would you like to see?

  • Streamable chats requests the workspace and user pfp images on page load, every chunk received, and on stream completion
  • We should refactor this to prevent the multiple rerenders that are happening and/or figure out a way to cache these images to limit the amount of network requests for the images
  • Inlining SVGs using the vite-plugin-svgr package may help reduce these requests
  • Fix rerendering since this prevents citations from being opened during streaming (rerenders cause it to be at its default closed state)
Originally created by @shatfield4 on GitHub (Dec 16, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4792 Originally assigned to: @shatfield4 on GitHub. ### What would you like to see? - Streamable chats requests the workspace and user pfp images on page load, every chunk received, and on stream completion - We should refactor this to prevent the multiple rerenders that are happening and/or figure out a way to cache these images to limit the amount of network requests for the images - Inlining SVGs using the vite-plugin-svgr package may help reduce these requests - Fix rerendering since this prevents citations from being opened during streaming (rerenders cause it to be at its default closed state)
yindo added the enhancementfeature request labels 2026-02-22 18:32:16 -05:00
yindo changed title from [FEAT]: Refactor workspace/pfp image to [GH-ISSUE #4792] [FEAT]: Refactor workspace/pfp image 2026-06-05 14:49:49 -04:00
yindo closed this issue 2026-06-05 14:49:50 -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#3015