You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I browse HC, I sometimes see articles that sound interesting but I'm currently looking for something else. On other sites (i.e. youtube when I'm not logged in) I would just open another tab (which is kind of a workaround to me as my browser gets messy quickly). However, it is not even possible in HC to open a new tab with a post from the main screen (seems like STRG+click is disabled).
The requested feature is different from bookmarks as it represents a volatile list where entries are removed once read (if you want to keep them, bookmark them).
You can now open contributions in new tabs as we are using plane a tags for the links. Just if you are interessted it looks like this: <a :href="this.$router.resolve('your/page/params').href">Linktext</a>
When I browse HC, I sometimes see articles that sound interesting but I'm currently looking for something else. On other sites (i.e. youtube when I'm not logged in) I would just open another tab (which is kind of a workaround to me as my browser gets messy quickly). However, it is not even possible in HC to open a new tab with a post from the main screen (seems like STRG+click is disabled).
The requested feature is different from bookmarks as it represents a volatile list where entries are removed once read (if you want to keep them, bookmark them).
This is probably a larger feature and as a temporary workaround you could enable STRG+click.
I'm not a Vue expert, but it seems like
https://github.com/Human-Connection/WebApp/blob/develop/components/Contributions/ContributionCard.vue#L4
would be the place to add an additional system modifier key event?
https://vuejs.org/v2/guide/events.html#System-Modifier-Keys
The text was updated successfully, but these errors were encountered: