lostintangent / spaces

Discover, share, and connect with developers across your favorite teams, classrooms and communities
https://aka.ms/vsls-spaces
MIT License
34 stars 3 forks source link

sending all msgs on vsls community room reconnect? why? #93

Closed RandomFractals closed 5 years ago

RandomFractals commented 5 years ago

vsls-sending-all-msgs

RandomFractals commented 5 years ago

I think some of them could be cached if you don't allow msg edits.. also, most likely I don't need all 52 msgs that don't fit in that screen. just the last few ;)

RandomFractals commented 5 years ago

@lostintangent & @arjun27 any update on this bit? I do think it's a bit too eager & excessive ...

arjunattam commented 5 years ago

Thanks for sharing. This issue belongs to the chat extension, and I'll move it there. The chat webview uses Vue, which internally optimizes the DOM updates to avoid redundant rendering, which makes this issue less of a priority, as a compared to some basic chat features (like editing messages). Let me know if there's any reason to prioritize this.