Currently all logic for the Intro / wallet connect and the hub are intertwined in one component, they need to be separated and rendered conditionally depending on wallet.connected status.
This should also improve issue #235 , since both have some heavy logic on Zen Mode and likely intertwine with other pages fully or partially causing the issue.
Currently all logic for the Intro / wallet connect and the hub are intertwined in one component, they need to be separated and rendered conditionally depending on
wallet.connectedstatus.This should also improve issue #235 , since both have some heavy logic on Zen Mode and likely intertwine with other pages fully or partially causing the issue.