-
Notifications
You must be signed in to change notification settings - Fork 3
Description
#133
#121
+
https://github.com/Userfeeds/Userfeeds/issues/145
As part of bigger effort we should start working on showing current status of network and our backend in comparison to its network.
Per @michalwarda suggestion we could use the space that's currently occupied with Metamask button. Here's the short proposal that could use some feedback:

It would consist of two elements:
1. Status of the backend & blockchhain
a) Synchronized (less than x blocks of difference)
https://codepen.io/patrykadas/pen/MQwywp
b) Asynchronized (more than x blocks of difference)
https://codepen.io/patrykadas/pen/zRxeZj
c) Offline / error
https://codepen.io/patrykadas/pen/eVNJav
2. Status of the transaction
a) Type (link / boost)
b) Current stage
- For link:
On Chain, In Review, Whitelisted (visible) - For boost:
On Chain, Visible
Clicking it should expand a status view of particular transaction. At this point I also thought about aggregating those statuses in a form of an activity feed of an address. This one's just a wireframe:

We have an aggregated view of statuses of past transaction per address that could be an entry point for future experiments (cryptopurr), I would like to keep the possibility to address particular status though, as currently implemented.