tutao / tutanota

Tuta is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.
https://tuta.com
GNU General Public License v3.0
6.06k stars 524 forks source link

Show contact preview for birthday events #7672

Closed murilopereirame closed 1 week ago

murilopereirame commented 3 weeks ago

When clicking on a birthday event i want that the contact details are shown so that i can decide how to contact the person to which him all the best to his birthday

AC

Tasks Got it! Here's the interpreted and rewritten list of tasks, noting that one task is an implementation detail of another:

Test notes

hrb-hub commented 1 week ago

In ContactPreviewView:158 there's a typo in singleEmailAdress ? `a[href="mailto:${contact.addresses[0].address}"][target=_blank]` : "",

Is should use contact.mailAddresses[0].address instead of contact.addresses[0].address.

This is causing an error, when the contact has only one email address and no home address, causing the links to not show TypeError: e.addresses[0] is undefined

hrb-hub commented 1 week ago

The links seem to have an underline decoration when the user has only one email and one number image