nest.land icon indicating copy to clipboard operation
nest.land copied to clipboard

Better UX please

Open nhrones opened this issue 3 years ago • 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.

nhrones avatar Oct 15 '20 22:10 nhrones

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!

t8 avatar Oct 16 '20 13:10 t8

Yes! You are correct. There are not that many elements in your database now, but eventually there could be tens of thousands. I love the tech-base this service is built on, but the UX is just too frustrating to use. I'd also like to see some basic filtering and search features. I'm a retired programmer with lots of free time. Let me know how I can help.

On Fri, Oct 16, 2020 at 9:07 AM Tate Berenbaum [email protected] wrote:

Hi @nhrones https://github.com/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!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nestdotland/nest.land/issues/295#issuecomment-710034071, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZAPQ2XTNSTJJFXIXN5TNTSLBASXANCNFSM4SSRU5TQ .

nhrones avatar Oct 17 '20 12:10 nhrones

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.

jasonappah avatar Oct 25 '20 02:10 jasonappah

That would be awesome. Thanks, @jasonappah!

t8 avatar Oct 25 '20 03:10 t8

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

t8 avatar Oct 30 '20 02:10 t8