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