Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better UX please #295

Open
nhrones opened this issue Oct 15, 2020 · 5 comments · Fixed by #302
Open

Better UX please #295

nhrones opened this issue Oct 15, 2020 · 5 comments · Fixed by #302

Comments

@nhrones
Copy link

nhrones commented Oct 15, 2020

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
Copy link
Member

t8 commented Oct 16, 2020

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!

@nhrones
Copy link
Author

nhrones commented Oct 17, 2020 via email

@jasonappah
Copy link
Contributor

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
Copy link
Member

t8 commented Oct 25, 2020

That would be awesome. Thanks, @jasonappah!

@t8
Copy link
Member

t8 commented Oct 30, 2020

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

@t8 t8 reopened this Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants