-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Johnny brought this up in one of the catch-up calls. While the wallet is loading, we have nothing to show in the activity screen. This may feel like lag or something is broken. A commonly used pattern is to show a so-called skeleton of the content. It's a simple layout of boxes that is reminiscent of the actual content, with a subtly animated gradient, as show in the image below.
I also implemented a first version of this in the web prototype here.
Note that there should be a custom mobile skeleton for transition items in the activity list. I did not implement that. Nor did I mock up other screens than activity. But, what's implemented should be enough to demonstrate the pattern and validate that this is and approach we want to take.
What do you think?