crabber-net / crabber

A Twitter clone written in Python + Flask with extended features and a focus on inclusivity.
https://crabber.net
GNU General Public License v2.0
48 stars 16 forks source link

Allow opening notifications in new tab #61

Open hasrock36 opened 3 years ago

hasrock36 commented 3 years ago

Currently you have to click on notifications, and everything else in that column, which takes you to notifications on the same page, rather than being able to middle click to open them in a new tab so you don't have to refresh your feed

jakeledoux commented 3 years ago

Yeah this drives me crazy too. I'll see what can be done as none of the links are anchor elements IIRC.

jakeledoux commented 3 years ago

Latest commit partially addresses this. Middle click works but focuses the new tab (I'd like it to open in the background), ctrl-click/cmd-click don't work yet.