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
When the Yivi QR popup times out (user doesn't scan within 2 minutes), the popup shows an error and the user has to close it and retry the entire operation (send or decrypt). This is a poor experience, especially if the user was simply distracted.
Expected Behavior
When a Yivi session times out or is cancelled, the popup should automatically start a new session and show a fresh QR code — no need to close and re-trigger the flow.
Note
This may be resolved automatically by #36 (switch to Yivi frontend packages). The @privacybydesign/yivi-core package handles session lifecycle including automatic restart on timeout. If #36 is implemented first, verify whether this is still needed.
Problem
When the Yivi QR popup times out (user doesn't scan within 2 minutes), the popup shows an error and the user has to close it and retry the entire operation (send or decrypt). This is a poor experience, especially if the user was simply distracted.
Expected Behavior
When a Yivi session times out or is cancelled, the popup should automatically start a new session and show a fresh QR code — no need to close and re-trigger the flow.
Note
This may be resolved automatically by #36 (switch to Yivi frontend packages). The
@privacybydesign/yivi-corepackage handles session lifecycle including automatic restart on timeout. If #36 is implemented first, verify whether this is still needed.Related