Giszmo / nostroid

A fast cross platform nostr client that even works offline
https://chat.nostr.info
Other
44 stars 11 forks source link

Reduce Layout Shifts #25

Open Giszmo opened 2 years ago

Giszmo commented 2 years ago

Currently there is no attention paid yet to CLS, a metric rightfully important to Google's page ranking. Under this issue, lets see how to address this.

ralyodio commented 2 years ago

we would need to put placeholders of same size in first paint. Not a big fan of this unnecessary requirement by Google now.

Giszmo commented 2 years ago

No priority for now. That said, I hate when elements jump around they do that a lot right now. For new messages received, text notes currently jump around. This is ok for MVP but for MVP+1 this should be changed Twitter style into a "2 new events" counter sliding in with minimal, smooth shifting.