RetroShare / RSNewWebUI

30 stars 20 forks source link

Reverse the order of mails #41

Closed Kumaravinash9 closed 3 years ago

Kumaravinash9 commented 3 years ago

In Retoshare Webui , mails are in order of top to down by date. But we should the put the lastest mail at the top like we are doing in Retoshare.

Retroshare Webui Preview

mail

retoshare mail

retoshare Mail

Approach

in webui-src/app/mail/mail_resolver.js , By adding Messages[tab].reverse() at the place of Messages[tab] in layout section will reverse the order of mails.

preveiw

order1