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
26 stars 3 forks source link

feat: render embedded images in credential subject #351

Closed daniel-mader closed 2 months ago

daniel-mader commented 2 months ago

Description of change

Render all credentialSubject claims that start with data:image/ as an <img /> instead of displaying them as regular text fields.

Links to any relevant issues

How the change has been tested

Visual inspection in Desktop mode.

Definition of Done checklist

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

daniel-mader commented 2 months ago

Blocked by #284