You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
During both the sunder and recover UI flows, there is a progress indicator animation displayed between triggering either a sunder or recover action and displaying the resulting output. Currently, a large Sunder shield icon is overlaid on the input form and the inner keyhole rotates.
It is important to note that this animation is not, strictly speaking, necessary. In most cases the cryptographic operations complete so quickly that displaying a progress animation is unnecessary. The concept for adding the animation here was developed during the UI/UX design phase, since our initial user testing showed that some people were confused by how quickly the cryptographic operations completed, and adding a progress indicator helped them understand what was going on between entering input and receiving output.
I see a couple of possible approaches here:
If the cryptographic operations are found to be reasonably fast, we might consider removing the animation and reworking the UI on the output views so it is clear that the requested action is complete and the output is available.
If we still want to use a progress indicator animation, we might consider implementing one of the more elegant animations prototyped by our designers: Sunder Animations.zip.
The text was updated successfully, but these errors were encountered:
During both the sunder and recover UI flows, there is a progress indicator animation displayed between triggering either a sunder or recover action and displaying the resulting output. Currently, a large Sunder shield icon is overlaid on the input form and the inner keyhole rotates.
It is important to note that this animation is not, strictly speaking, necessary. In most cases the cryptographic operations complete so quickly that displaying a progress animation is unnecessary. The concept for adding the animation here was developed during the UI/UX design phase, since our initial user testing showed that some people were confused by how quickly the cryptographic operations completed, and adding a progress indicator helped them understand what was going on between entering input and receiving output.
I see a couple of possible approaches here:
Sunder Animations.zip.
The text was updated successfully, but these errors were encountered: