Closed fadeev closed 4 years ago
I've removed data-fetching logic from App.vue
. So far it seems that this did not break anything.
Some issues I've found after removal of the logic in app.vue:
The /accounts page doesn't tell the user which account they're currently following anymore:
Notifications page fails to load when clicking on it for the first time
The notifications page does load after coming back to it a second time
I fixed both of those bugs above, but I found one more. If you load the site from the accounts page and then navigate to notifications, the screen is empty
@nylira should be fixed now.
Wallet page depends on
settings
andblockchains
. Added both in created hook, so that eventually this logic can be removed fromApp.vue
.