ProtonMail / WebClients

Monorepo hosting the proton web clients
GNU General Public License v3.0
4.53k stars 571 forks source link

Use button for subject on list #325

Closed ryuheechul closed 4 months ago

ryuheechul commented 1 year ago

I want the subject to be clickable not just visually but also programmatically via something like Vimium extension, thus a or button tag is required to enable that behavior.

At this point, I haven't done any testing and it's a simple swapping of span to button, so I do not expect this PR to be merged as it is, since the real solution would require more exploring on how to implement this properly (please consider this PR as more like an issue).

All I want (as a user) is that to be able to click the subject to open the mail via Vimium which is possible at Gmail website.

Hope the screenshots below are helpful


Protonmail without Vimium

Screenshot 2023-06-06 at 12 01 52 PM

Protonmail with Vimium

Screenshot 2023-06-06 at 12 02 01 PM

Gmail without Vimium

Screenshot 2023-06-06 at 12 01 33 PM

Gmail with Vimium

Screenshot 2023-06-06 at 12 01 25 PM