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: show loading state for user prompts #231

Closed daniel-mader closed 2 weeks ago

daniel-mader commented 1 month ago

Description of change

In order to give the user any feedback that something is going on, we want to show some loading spinner. The Button was extended to host a loading spinner, also some other components were updated to "grey out" (disable) when a loading state is active. In this PR, we introduce the loading animations when a user prompt is accepted, but other parts of the app are left untouched.

Links to any relevant issues

How the change has been tested

Definition of Done checklist

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