nestdotland/nest.land

Better UX please

nhrones opened this issue · 5 comments

Is your feature request related to a problem? If so, please describe.
When a user clicks a module, she is redirected. When using the back button to return to the main page, she is always taken to the top of the main page. This is very frustrating.

Describe the solution you'd like
Right clicking on a module should show a context menu that would allow an 'Open in new tab' option.
This would allow the user to go back to the main page tab and continue browsing from where she left off.

t8 commented

Hi @nhrones! Thanks for the feedback.

If I'm understanding correctly, you'd like to see:

  1. A "scroll" rememberer that can save your last scroll position when navigating back and forth from the modules gallery
  2. An anchor element on the gallery cards so you can right click and see "open in a new tab"

Let me know if I got this correct. These would both be great hacktoberfest issues!

I might be wrong, but according to this StackOverflow answer, we should just be able to wrap the content inside of the <router-link> component in an <a> tag. I can try this out and make a PR.

t8 commented

That would be awesome. Thanks, @jasonappah!

t8 commented

Oops, we still need a "scroll position rememberer."