Show progress percentage for events fetching #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "staging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Explanation
If the last cached event is many blocks behind (over 100k) the use should know the current fetching status/progress.
To solve this, a progress indicator has been added to the loader. It shows the progress percentage based on the number of blocks needed to reach the current block. Without this indicator, the user could think that the website is stuck while instead he only has to wait.
Screenshots/Screencaps
Looking much better, merged.