poanetwork / token-wizard

(Discontinued) TokenWizard is an DApp to create and manage crowdsale and token contracts using a simple UI
MIT License
381 stars 216 forks source link

(Feature) Modify 'Back' link so it behaves exactly as the browser's back button #1188

Closed fernandomg closed 5 years ago

fernandomg commented 5 years ago

Problem: Currently, the Back button is adding a new step in the history instead of navigating back from the current page.

Solution: When clicking 'Back' the app should navigate back in browser's history. Thus, the link can be enabled/disabled if for any reason there's no previous navigation history.

Depends on: #1082