JoinColony / colonyCDapp

An iteration of the Colony Dapp sporting both a fully decentralized operating mode, as well as a mode enhanced by a metadata caching layer
5 stars 13 forks source link

Notifications: New colony network version or extension upgrade available #3193

Open davecreaser opened 3 days ago

davecreaser commented 3 days ago

// TODO: WRITE STORY

Specification

Story

Example: As a user creating a colony, I want to see a visual indicator of activity/loading, so that I know I should wait for it to finish

Description

Example: During the colony creation wizard, there is an activity indicator for pending transactions, but there is no indicator of other async operations (e.g. for the DDB) in between these transactions. It's important that the indicator remains visible until all async activity is finished, because otherwise the user has no feedback that they're waiting for something to finish; they might leave the wizard or refresh the page, leading to frustration.

Design

Figma link

Image

Implementation

This issue is complete when...

Suggestions (optional)

Subtasks (optional)