Agoric / dapp-inter

User application for Agoric Inter Protocol—Vaults, BLD Boost, Liquidations, etc.
2 stars 10 forks source link

Show vaults #30

Closed samsiegart closed 1 year ago

samsiegart commented 1 year ago

refs https://github.com/Agoric/dapp-inter/issues/13 refs https://github.com/Agoric/dapp-inter/issues/12

The loading states for the "Manage Vaults" view could be handled a little smoother. Right now the vaults just pop up as each one loads individually, async. This can be improved on further when we can load only the user's vaults (https://github.com/Agoric/agoric-sdk/issues/6665), since a lot of this code will need to be rewritten then.

For now this just establishes some basic vault loading/rendering: image