Skip to content

Commit

Permalink
feat: account settings (#451)
Browse files Browse the repository at this point in the history
close: #314 
fix: #452

---------

Co-authored-by: Puria Nafisi Azizi <[email protected]>
  • Loading branch information
phoebus-84 and puria authored Sep 24, 2024
1 parent 2f38c74 commit aadb4b9
Show file tree
Hide file tree
Showing 16 changed files with 1,549 additions and 1,329 deletions.
11 changes: 9 additions & 2 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"REGISTER": "REGISTER",
"You_can_recover_your_keypair_by_answering_the_registration_questions_correctly_again": "You can recover your keyring by answering the security questions correctly again or using this passphrase.",
"SCAN_QR": "SCAN QR",
"Go_to_issuance_services": "Get credentials",
"Go_to_issuance_services": "GET CREDENTIALS",
"CREATE_AN_ACCOUNT": "CREATE AN ACCOUNT",
"LOGIN": "LOGIN",
"on_boarding_subtitle_1": "DIDroom supports multiple standards like EUDI-ARF (eIDAS 2.0), W3C-VC, W3C-DID and BBS zero-knowledge proofs.",
Expand Down Expand Up @@ -142,5 +142,12 @@
"mark_all_as_read": "mark all as read",
"Issuer": "Issuer",
"Exp": "Exp",
"ok": "ok"
"ok": "ok",
"not_public": "not public",
"John_Doe": "John_Doe",
"username": "username",
"public_email": "public email",
"save": "save",
"cancel": "cancel",
"avatar": "avatar"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"semantic-release": "^23.0.2",
"svelte": "^4.2.12",
"svelte-check": "^3.6.7",
"sveltekit-superforms": "1.6.1",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
Expand Down Expand Up @@ -96,7 +97,6 @@
"ionic-svelte": "^0.5.82",
"ionicons": "^7.2.2",
"lodash": "^4.17.21",
"sveltekit-superforms": "1.13.4",
"swiper": "^11.1.0",
"zenroom": "^4.32.3",
"zod": "^3.22.4"
Expand Down
Loading

0 comments on commit aadb4b9

Please sign in to comment.