-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge: changes from develop branch to qa branch (#678)
* feat: multi select connections while issuance Signed-off-by: bhavanakarwade <[email protected]> * refactor: modify connection list screen Signed-off-by: bhavanakarwade <[email protected]> * fix: resolved comments Signed-off-by: bhavanakarwade <[email protected]> * refactor: modify issuance ui Signed-off-by: bhavanakarwade <[email protected]> * fix: modify query param name Signed-off-by: bhavanakarwade <[email protected]> * fix: dark mode issues Signed-off-by: bhavanakarwade <[email protected]> * Refactor/update passkey package (#657) * refactor: update passkey version Signed-off-by: tipusinghaw <[email protected]> * fix: added version in package.json Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: redirection issue (#662) Signed-off-by: sanjay.khatal <[email protected]> * refactor: allow domain with env (#663) Signed-off-by: sanjay.khatal <[email protected]> * add: . for testing deno deploy Signed-off-by: Krishna <[email protected]> * fix: multipage connection selection Signed-off-by: sanjay.khatal <[email protected]> * fix: checkoboxes state change functionality Signed-off-by: bhavanakarwade <[email protected]> * fix: issue button click Signed-off-by: bhavanakarwade <[email protected]> * fix: checboxes selection issue Signed-off-by: bhavanakarwade <[email protected]> * [Deno Deploy] Update .github/workflows/deploy.yml * feat: add own organizations in ecosystem (#667) * feat: created page Signed-off-by: sanjay.khatal <[email protected]> * feat: add own organizations in the ecosystem Signed-off-by: sanjay.khatal <[email protected]> * feat: add orgs in ecosystem Signed-off-by: sanjay.khatal <[email protected]> * fix: types, redirection and error handling Signed-off-by: sanjay.khatal <[email protected]> * fix: sonarlint issues Signed-off-by: sanjay.khatal <[email protected]> * fix: role wise list access Signed-off-by: bhavanakarwade <[email protected]> * fix: resolved comments Signed-off-by: bhavanakarwade <[email protected]> * fix: pagesize Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: sanjay.khatal <[email protected]> Signed-off-by: bhavanakarwade <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> * refactor: dockerfile changes Signed-off-by: bhavanakarwade <[email protected]> * refactor: proof request payload for w3c format Signed-off-by: pranalidhanavade <[email protected]> * fix: pagination parameter name to sync with backend Signed-off-by: Krishna <[email protected]> * fix: image uri issue Signed-off-by: Krishna <[email protected]> * fix: optional logo url addition while updating org details Signed-off-by: Krishna <[email protected]> * feat: create new did and set primary did (#673) * feat: create and update did Signed-off-by: sanjay.khatal <[email protected]> * feat: implement create new did and set primary did ui Signed-off-by: bhavanakarwade <[email protected]> * reafctor: interface name Signed-off-by: bhavanakarwade <[email protected]> * refactor: payload type Signed-off-by: bhavanakarwade <[email protected]> * fix: resolved comments on PR Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: sanjay.khatal <[email protected]> Signed-off-by: bhavanakarwade <[email protected]> Co-authored-by: sanjay.khatal <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: sanjay.khatal <[email protected]> Signed-off-by: Krishna <[email protected]> Signed-off-by: pranalidhanavade <[email protected]> Co-authored-by: Sanjay Khatal <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: sanjay.khatal <[email protected]> Co-authored-by: deno-deploy[bot] <75045203+deno-deploy[bot]@users.noreply.github.com> Co-authored-by: Sheetal-ayanworks <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: Krishna <[email protected]>
- Loading branch information
1 parent
d5163f5
commit c2fbaf3
Showing
37 changed files
with
1,963 additions
and
540 deletions.
There are no files selected for viewing
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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 |
---|---|---|
|
@@ -55,3 +55,4 @@ export const RANDOMIZE = Boolean(env.RANDOMIZE) || true; | |
// ], | ||
// }, | ||
// ]; | ||
|
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
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.