mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
* added step route to publish * moved hooks to navigation * handle back history and load on refresh * clean up * changed to nested routes in publish * fix warning code climate (similar blocks) * fix header publish link * moved scrollIntoView() after routing change * fix `Type 'string[]' is not assignable to type 'string'.` error * Revert "fix header publish link" This reverts commit 82e00398c00237dd5aad6e2447e18999df6d17b5. * serverside redirect from `/publish` * client side redirect from `/publish` * fix issue with redirect on publish - remove index publish (redirect taken care server side) - change link in menu to step 1 - refactor router push on navigation * simplify handleStepClick function