Commits on Source (22)
-
Eduardo Orthmann authored620a651a
-
Eduardo Orthmann authored85da788b
-
Steffen Schulze authored
fix credential types See merge request eclipse/xfsc/personal-credential-manager-cloud/web-ui!56
8d17a7e7 -
Eduardo Orthmann authoredfc511489
-
Eduardo Orthmann authored1b64876c
-
Eduardo Orthmann authored1279acb6
-
Steffen Schulze authored
remove oidc react && config keycloak-js See merge request eclipse/xfsc/personal-credential-manager-cloud/web-ui!57
496cdeab -
Eduardo Orthmann authored429b8933
-
Steffen Schulze authored7e1f0aca
-
Steffen Schulze authored40358935
-
Eduardo Orthmann authored1a3496d9
-
Eduardo Orthmann authored01f83918
-
Eduardo Orthmann authored124c0b35
-
Steffen Schulze authored
Hotfix/logout See merge request eclipse/xfsc/personal-credential-manager-cloud/web-ui!58
6c5e098b -
Eduardo Orthmann authoredb4767588
-
Eduardo Orthmann authoredab4d9311
-
Eduardo Orthmann authored41b102f1
-
Eduardo Orthmann authoredf06a6b3e
-
Steffen Schulze authored
Hotfix/credential structure See merge request eclipse/xfsc/personal-credential-manager-cloud/web-ui!59
b5f000ac -
Steffen Schulze authored
Feature/small fixes See merge request eclipse/xfsc/personal-credential-manager-cloud/web-ui!60
25143119 -
Eduardo Orthmann authored
Refactor credential types and remove proof from presentation - Update import types from '@/service/types' - Replace 'Credential' type with 'CredentialData' - Remove 'ValidCredential' type usage - Remove deletion of credential.proof before sending to API This change simplifies the credential data handling and removes unnecessary manipulation of the credential object before API submission.
7d5c9ac0 -
Steffen Schulze authored
Refactor credential types and remove proof from presentation - Update import... See merge request eclipse/xfsc/personal-credential-manager-cloud/web-ui!61
34e1d82d
Showing
- .eslintrc.json 2 additions, 1 deletion.eslintrc.json
- locales/de.json 1 addition, 0 deletionslocales/de.json
- locales/en.json 1 addition, 0 deletionslocales/en.json
- package-lock.json 152 additions, 136 deletionspackage-lock.json
- package.json 3 additions, 2 deletionspackage.json
- public/fonts/TitilliumWeb-ExtraLight.woff2 0 additions, 0 deletionspublic/fonts/TitilliumWeb-ExtraLight.woff2
- public/fonts/TitilliumWeb-LightItalic.woff2 0 additions, 0 deletionspublic/fonts/TitilliumWeb-LightItalic.woff2
- public/fonts/TitilliumWeb-Regular.woff2 0 additions, 0 deletionspublic/fonts/TitilliumWeb-Regular.woff2
- src/app/[locale]/wallet/backup/page.tsx 16 additions, 27 deletionssrc/app/[locale]/wallet/backup/page.tsx
- src/app/[locale]/wallet/credentials/page.tsx 99 additions, 54 deletionssrc/app/[locale]/wallet/credentials/page.tsx
- src/app/[locale]/wallet/did/page.tsx 14 additions, 28 deletionssrc/app/[locale]/wallet/did/page.tsx
- src/app/[locale]/wallet/history/page.tsx 12 additions, 23 deletionssrc/app/[locale]/wallet/history/page.tsx
- src/app/[locale]/wallet/issuance/page.tsx 31 additions, 31 deletionssrc/app/[locale]/wallet/issuance/page.tsx
- src/app/[locale]/wallet/layout.tsx 0 additions, 12 deletionssrc/app/[locale]/wallet/layout.tsx
- src/app/[locale]/wallet/offering/page.tsx 46 additions, 56 deletionssrc/app/[locale]/wallet/offering/page.tsx
- src/app/[locale]/wallet/pairing-management/page.tsx 19 additions, 31 deletionssrc/app/[locale]/wallet/pairing-management/page.tsx
- src/app/[locale]/wallet/plugins/[plugin]/page.tsx 3 additions, 3 deletionssrc/app/[locale]/wallet/plugins/[plugin]/page.tsx
- src/app/[locale]/wallet/presentations/page.tsx 4 additions, 16 deletionssrc/app/[locale]/wallet/presentations/page.tsx
- src/app/[locale]/wallet/selection/page.tsx 5 additions, 19 deletionssrc/app/[locale]/wallet/selection/page.tsx
- src/app/[locale]/wallet/settings/page.tsx 9 additions, 17 deletionssrc/app/[locale]/wallet/settings/page.tsx
This diff is collapsed.
... | ... | @@ -18,15 +18,16 @@ |
"@rjsf/core": "^5.17.1", | ||
"@rjsf/utils": "^5.17.1", | ||
"@rjsf/validator-ajv8": "^5.17.1", | ||
"@sd-jwt/crypto-nodejs": "^0.7.2", | ||
"@sd-jwt/decode": "^0.7.2", | ||
"@tanstack/react-query": "^5.14.1", | ||
"@types/react-syntax-highlighter": "^15.5.11", | ||
"bootstrap": "^5.3.2", | ||
"dotenv": "^16.3.1", | ||
"http-proxy": "^1.18.1", | ||
"keycloak-js": "^23.0.0", | ||
"next": "14.0.1", | ||
"next": "^14.0.1", | ||
"next-intl": "^3.7.0", | ||
"oidc-react": "^3.2.2", | ||
"react": "^18", | ||
"react-bootstrap": "^2.9.1", | ||
"react-dnd": "^16.0.1", | ||
... | ... |
No preview for this file type
No preview for this file type
No preview for this file type