-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Approve information Sharing CSS (#2138)
* add more example markdown content * basic formatting of VC * nicer markdown styles * add boder to consent box * nicer templates * add overtitle * remove console.log * Scroll approve button into view on mobile * move comment to its function * better solution for hacky to override the the oneLiner * proper boolean check --------- Co-authored-by: Frederik Rothenberger <frederik.rothenberger@dfinity.org>
- Loading branch information
Showing
7 changed files
with
311 additions
and
38 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 5 additions & 2 deletions
7
src/frontend/src/flows/verifiableCredentials/allowCredentials.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
{ | ||
"en": { | ||
"title": "Credential Access Request", | ||
"title": "Approve information sharing", | ||
"allow_start": "Allow verifying credential", | ||
"label_ii_input": "Your Internet Identity", | ||
"allow_sep_with": "with", | ||
"cancel": "Cancel", | ||
"allow": "Allow" | ||
"allow": "Allow", | ||
"issued_by": "Issued by", | ||
"relying_party": "Relying party" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.