kittrgg / kittr

Share your video game kits with others.
https://kittr.gg
GNU General Public License v3.0
42 stars 14 forks source link

Refactor player profiles to be individual pages per gun. #854

Closed anthonyshew closed 1 year ago

anthonyshew commented 1 year ago

Right now, the pages are all one and a query param changes the view.

Instead, we need to be rendering a new page every time the UI changes.

The App Router is going to be amazing for this.

anthonyshew commented 1 year ago

Let's goooooo.