RetroShare / RSNewWebUI

30 stars 19 forks source link

Mail UI - Todos #69

Open defnax opened 1 year ago

defnax commented 1 year ago

Hello here i list some todos/ideas:

defnax commented 1 year ago

some design ideas for mail page (low prio) image https://vadosware.io/post/mithril-systemjs-and-rollup-getting-started-guide/

image https://webix-hub.github.io/email-client-template/dist/es5/index.html

image https://dribbble.com/shots/5771691-Email-Client-Ui-Exploration/attachments/11044692?mode=media

defnax commented 1 year ago

Mail composer ideas:

zelfroster commented 1 year ago

Avatar display on Mail view image

I have done this. 1679744403_Mar25_17:10:03

And have been trying to display a default user image when user doesn't have an avatar image, but it is not working. The image is in data/user.png location, and I am giving the same source path src: '../data/user.png' for the image, but it is not getting loaded. 1679744412_Mar25_17:10:12

I have tried so much for making this work, but haven't been able to do this. Need some guidance.

zelfroster commented 1 year ago

Update I am thinking of doing this instead. I have shown their first character of name in the icon. What do you think? 1679747735_Mar25_18:05:35

Did this also for People Section. 1679747717_Mar25_18:05:17

defnax commented 1 year ago

Its good, maybe later when you know how, then can be fixed or use of identicon for people without avatars but not yet importend

defnax commented 1 year ago

hi, what i forget attached files view is missed, show when mail is selected the files too, dont know yet how to show it @zelfroster Idea show a different view for show files in Attachments view & for every mail view a field or view to show the attached files for download

zelfroster commented 1 year ago

hi, what i forget attached files view is missed, show when mail is selected the files too, dont know yet how to show it

I will try to implement it. Thanks for pointing out. Even I didn't notice when creating the attachment section.

defnax commented 1 year ago

i forget myself, there is so much, then not easy to know all

defnax commented 1 year ago

other idea for avatars with background colors https://dev.to/admitkard/auto-generate-avatar-colors-randomly-138j https://medium.com/@pppped/compute-an-arbitrary-color-for-user-avatar-starting-from-his-username-with-javascript-cd0675943b66

on qt we use Identicon for users which not adds a avatar picture https://jdenticon.com/#icon-Stella https://www.npmjs.com/package/jdenticon/v/3.2.0