game-chronicle / game-chronicle-app

A simple gaming journal with automatic game detection.
https://www.gamechronicle.app
1 stars 0 forks source link

`logs/edit` route unnecessarily loads new data #8

Closed ItsCentric closed 1 month ago

ItsCentric commented 1 month ago

When navigating from one page to the logs/edit page, the logs/edit page fetches new game data from the IGDB API. This can be avoided by passed the data from the game card to the logs/edit page.