-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
Description
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)