impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
17 stars 4 forks source link

feat: emit errors in core, display error toasts in frontend #237

Closed daniel-mader closed 2 weeks ago

daniel-mader commented 1 month ago

Description of change

Any errors thrown in the backend are emitted to the frontend.

When dev mode is disabled (default):

When dev mode is enabled:

Additional changes

Links to any relevant issues

n/a

Depends on

How the change has been tested

Physical iOS device

Definition of Done checklist

Add an x to the boxes that are relevant to your changes.

daniel-mader commented 2 weeks ago

@SoulaAndrikopoulos

Having the timer might still be nice

See Description of change (especially the differences when _devmode is enabled)