[INJI-609]: Dynamic VC Render (#1140)

* [INJI-609]: render vc claims dynamically using feature toggle

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: remove unwanted snippet

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-609]: add tooltip and ellipsis for longer text

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

---------

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
This commit is contained in:
vijay151096
2024-01-08 10:54:46 +05:30
committed by GitHub
parent 074ae549bc
commit a2adcabc88
24 changed files with 1069 additions and 157 deletions

View File

@@ -72,6 +72,7 @@ export interface VerifiableCredential {
issuerLogo: logoType;
format: string;
credential: Credential;
wellKnown: string;
}
export interface CredentialWrapper {