Skip to content

Commit

Permalink
Merge pull request #513 from credebl/merge-develop-to-main
Browse files Browse the repository at this point in the history
merge: develop to main
  • Loading branch information
nishad-ayanworks committed Dec 29, 2023
2 parents 5278ad1 + 3f0a366 commit 2675493
Show file tree
Hide file tree
Showing 64 changed files with 3,454 additions and 1,717 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"crypto-js": "^4.1.1",
"dom-to-image": "^2.6.0",
"downloadjs": "^1.4.7",
"flowbite": "^1.7.0",
"flowbite-react": "^0.4.10",
"flowbite": "^1.8.1",
"flowbite-react": "^0.4.11",
"flowbite-typography": "^1.0.3",
"formik": "^2.4.5",
"html2canvas": "^1.4.1",
Expand Down
9 changes: 9 additions & 0 deletions public/images/1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/images/2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
277 changes: 0 additions & 277 deletions public/images/Black bg.svg

This file was deleted.

Binary file added public/images/DPG-alliance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
358 changes: 0 additions & 358 deletions public/images/Frame.svg

This file was deleted.

Binary file removed public/images/bg_banner_image.png
Binary file not shown.
1,828 changes: 1,828 additions & 0 deletions public/images/blue_line_bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/credebl-screenshot.png
Binary file not shown.
51 changes: 51 additions & 0 deletions public/images/dark-dpg-alliance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/half_banner.png
Binary file not shown.
9 changes: 9 additions & 0 deletions public/images/mobile_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/images/mobile_2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/images/mobile_mockup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/org-dashboard-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/org-dashboard-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/sec3-1-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/sec3-1-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/sec3-2-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/sec3-2-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions src/api/issuance.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import axios from 'axios';
import { apiRoutes } from '../config/apiRoutes';
import { storageKeys } from '../config/CommonConstant';
import {
Expand All @@ -14,8 +13,8 @@ export const getIssuedCredentials = async ({page,
sortBy,
sortingOrder}: IConnectionListAPIParameter) => {
const orgId = await getFromLocalStorage(storageKeys.ORG_ID);
const url = `${apiRoutes.organizations.root}/${orgId}${apiRoutes.Issuance.getIssuedCredentials}?pageSize=${itemPerPage}&pageNumber=${page}&searchByText=${search}&sortByValue=${sortingOrder}&sorting=${sortBy}`;

const url = `${apiRoutes.organizations.root}/${orgId}${apiRoutes.Issuance.getIssuedCredentials}?pageSize=${itemPerPage}&pageNumber=${page}&searchByText=${search}&sortBy=${sortingOrder}&sortField=${sortBy}`;
const axiosPayload = {
url,
config: await getHeaderConfigs(),
Expand Down
Loading

0 comments on commit 2675493

Please sign in to comment.