nishiki-tech / nishiki-frontend

Nishiki is an app for tracking and sharing food inventories within groups for better pantry management.
https://nishiki.tech
MIT License
20 stars 5 forks source link

Apply a correct link to the back button of each page #258

Closed nick-y-ito closed 6 months ago

nick-y-ito commented 6 months ago

Description

The task is to apply a correct link to the back button of each page. If the link is the same as the document.referrer, consider executing window.history.back() instead of adding a new history. On some pages, the back button should be visible and invisible, depending on the condition.

Screen Captures

Notes

nick-y-ito commented 6 months ago

I figured out that we cannot utilize the document.referrer or window.history.back() because the header component is called from a server component.