GuthrieW / shl-trading-cards

The repository for the Simulation Hockey League's trading card platform. Built with Next.js, TypeScript and Tailwindcss.
https://cards.simulationhockey.com
MIT License
2 stars 2 forks source link

Feature Request (Submitted by 3723) #234

Open GuthrieW opened 2 weeks ago

GuthrieW commented 2 weeks ago

Description

On a page with a table that has multiple pages (community, binders etc) you cannot return to your exact position in the table, let's say page 20, after you have opened a link (someone's collection or a binder). To return you either have to navigate back via the browser's back button or click on the navigation menu but you will always return to page 1 of the table.

Desired Functionality

Perhaps a button to return to where you just were (that exact page in the table)? Back button, close button, something like that? Or open the page as some kind of overlay/new layer like the individual cards when you browse a collection and look at a specific card - that can be closed via the x button. Might be difficult, but would be more user friendly.

GuthrieW commented 12 hours ago

This can be solved using query parameters. Definitely makes sense to for us to add this.