allinbits / dither

Transparent, uncensorable chat on the Cosmos Hub.
https://dither.chat
14 stars 2 forks source link

Wallet: fetch data in created hook #38

Closed fadeev closed 4 years ago

fadeev commented 4 years ago

Wallet page depends on settings and blockchains. Added both in created hook, so that eventually this logic can be removed from App.vue.

fadeev commented 4 years ago

I've removed data-fetching logic from App.vue. So far it seems that this did not break anything.

nylira commented 4 years ago

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: image

Notifications page fails to load when clicking on it for the first time image

The notifications page does load after coming back to it a second time

nylira commented 4 years ago

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

fadeev commented 4 years ago

@nylira should be fixed now.