-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(admin-ui): Improved refund dialog
Relates to #2393
- Loading branch information
1 parent
5263c2d
commit ccbf9ec
Showing
29 changed files
with
651 additions
and
398 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,101 +1,101 @@ | ||
{ | ||
"generatedOn": "2024-01-02T15:08:18.987Z", | ||
"lastCommit": "ea8c1798376626a904b61bdb1a4bf4fe1de953ee", | ||
"generatedOn": "2024-01-17T15:22:24.662Z", | ||
"lastCommit": "5263c2d4e66ca1a87a9f1d36c53f6f8fc2ae48dc", | ||
"translationStatus": { | ||
"ar": { | ||
"tokenCount": 761, | ||
"translatedCount": 761, | ||
"percentage": 100 | ||
"tokenCount": 764, | ||
"translatedCount": 759, | ||
"percentage": 99 | ||
}, | ||
"cs": { | ||
"tokenCount": 761, | ||
"translatedCount": 571, | ||
"tokenCount": 764, | ||
"translatedCount": 570, | ||
"percentage": 75 | ||
}, | ||
"de": { | ||
"tokenCount": 761, | ||
"translatedCount": 761, | ||
"percentage": 100 | ||
"tokenCount": 764, | ||
"translatedCount": 759, | ||
"percentage": 99 | ||
}, | ||
"en": { | ||
"tokenCount": 761, | ||
"translatedCount": 761, | ||
"tokenCount": 764, | ||
"translatedCount": 763, | ||
"percentage": 100 | ||
}, | ||
"es": { | ||
"tokenCount": 761, | ||
"translatedCount": 761, | ||
"percentage": 100 | ||
"tokenCount": 764, | ||
"translatedCount": 759, | ||
"percentage": 99 | ||
}, | ||
"fa": { | ||
"tokenCount": 761, | ||
"translatedCount": 761, | ||
"percentage": 100 | ||
"tokenCount": 764, | ||
"translatedCount": 759, | ||
"percentage": 99 | ||
}, | ||
"fr": { | ||
"tokenCount": 761, | ||
"translatedCount": 758, | ||
"percentage": 100 | ||
"tokenCount": 764, | ||
"translatedCount": 756, | ||
"percentage": 99 | ||
}, | ||
"he": { | ||
"tokenCount": 761, | ||
"translatedCount": 761, | ||
"percentage": 100 | ||
"tokenCount": 764, | ||
"translatedCount": 759, | ||
"percentage": 99 | ||
}, | ||
"hr": { | ||
"tokenCount": 761, | ||
"translatedCount": 760, | ||
"percentage": 100 | ||
"tokenCount": 764, | ||
"translatedCount": 758, | ||
"percentage": 99 | ||
}, | ||
"it": { | ||
"tokenCount": 761, | ||
"translatedCount": 761, | ||
"percentage": 100 | ||
"tokenCount": 764, | ||
"translatedCount": 759, | ||
"percentage": 99 | ||
}, | ||
"nb": { | ||
"tokenCount": 761, | ||
"translatedCount": 759, | ||
"percentage": 100 | ||
"tokenCount": 764, | ||
"translatedCount": 756, | ||
"percentage": 99 | ||
}, | ||
"ne": { | ||
"tokenCount": 761, | ||
"translatedCount": 750, | ||
"percentage": 99 | ||
"tokenCount": 764, | ||
"translatedCount": 748, | ||
"percentage": 98 | ||
}, | ||
"pl": { | ||
"tokenCount": 761, | ||
"translatedCount": 400, | ||
"percentage": 53 | ||
"tokenCount": 764, | ||
"translatedCount": 398, | ||
"percentage": 52 | ||
}, | ||
"pt_BR": { | ||
"tokenCount": 761, | ||
"translatedCount": 760, | ||
"percentage": 100 | ||
"tokenCount": 764, | ||
"translatedCount": 758, | ||
"percentage": 99 | ||
}, | ||
"pt_PT": { | ||
"tokenCount": 761, | ||
"translatedCount": 609, | ||
"percentage": 80 | ||
"tokenCount": 764, | ||
"translatedCount": 606, | ||
"percentage": 79 | ||
}, | ||
"ru": { | ||
"tokenCount": 761, | ||
"translatedCount": 761, | ||
"percentage": 100 | ||
"tokenCount": 764, | ||
"translatedCount": 759, | ||
"percentage": 99 | ||
}, | ||
"uk": { | ||
"tokenCount": 761, | ||
"translatedCount": 596, | ||
"tokenCount": 764, | ||
"translatedCount": 594, | ||
"percentage": 78 | ||
}, | ||
"zh_Hans": { | ||
"tokenCount": 761, | ||
"translatedCount": 541, | ||
"tokenCount": 764, | ||
"translatedCount": 539, | ||
"percentage": 71 | ||
}, | ||
"zh_Hant": { | ||
"tokenCount": 761, | ||
"translatedCount": 387, | ||
"percentage": 51 | ||
"tokenCount": 764, | ||
"translatedCount": 385, | ||
"percentage": 50 | ||
} | ||
} | ||
} |
68 changes: 34 additions & 34 deletions
68
packages/admin-ui/src/lib/core/src/common/generated-types.ts
Large diffs are not rendered by default.
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
4 changes: 4 additions & 0 deletions
4
.../admin-ui/src/lib/core/src/shared/components/currency-input/currency-input.component.scss
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
23 changes: 23 additions & 0 deletions
23
packages/admin-ui/src/lib/order/src/components/order-table/order-table.component.html
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.