pixelated / pixelated-user-agent

User facing components of Pixelated: a JavaScript single page app and a RESTful service.
GNU Affero General Public License v3.0
159 stars 72 forks source link

Make the whole email be loaded at once #955

Open tayanefernandes opened 7 years ago

tayanefernandes commented 7 years ago

As a user opening an email I want to see the spinner before the whole email is loaded So I know I have to wait to see it.

Currently it loads the header first and the user have to wait to see the body.

captura de tela 2017-02-01 as 11 46 03 am 2

Related with #657

SweetVirginia commented 7 years ago

There's one more thing about this, when you click on a message, it loads. When you go to another message and then comeback to the previous loaded message, it loads again. It is super annoying and makes Pixelated usage inefficient. Would it make sense to add this to this story?

@olabini You were telling me how to fix it, do you think it makes sense?