Skip to content

Commit

Permalink
release v134
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-forus committed Oct 22, 2024
1 parent 2fadc66 commit 2530528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forus-frontend-react
Submodule forus-frontend-react updated 43 files
+7 −138 package-lock.json
+0 −1 package.json
+66 −32 react/assets/forus-webshop/scss/_common/modals/modal-fund-help.scss
+1 −0 react/assets/forus-webshop/scss/_common/sections/blocks/block-fund-pre-check.scss
+8 −2 react/assets/forus-webshop/scss/_common/sections/blocks/vouchers.scss
+4 −5 react/src/dashboard/components/elements/qr-code/QrCode.tsx
+1 −1 react/src/dashboard/components/modals/Modal2FASetup.tsx
+58 −22 react/src/dashboard/components/modals/ModalFundOffers.tsx
+1 −1 react/src/dashboard/components/pages/csv_validations/elements/CSVUpload.tsx
+1 −1 react/src/dashboard/components/pages/fund-provider/elements/BudgetFundProducts.tsx
+1 −1 react/src/dashboard/components/pages/fund-provider/elements/BudgetFundSponsorProducts.tsx
+1 −1 react/src/dashboard/components/pages/fund-provider/elements/SubsidyFundProducts.tsx
+1 −1 react/src/dashboard/components/pages/fund-provider/elements/SubsidyFundSponsorProducts.tsx
+16 −9 react/src/dashboard/components/pages/vouchers-view/VouchersViewComponent.tsx
+1 −1 react/src/dashboard/components/pages/vouchers/elements/VouchersTableRow.tsx
+1 −0 react/src/dashboard/i18n/en/pages/vouchers.js
+2 −2 react/src/dashboard/i18n/nl/pages/vouchers.js
+1 −0 react/src/dashboard/props/models/Voucher.tsx
+3 −3 react/src/dashboard/services/VoucherService.ts
+1 −1 react/src/webshop/components/elements/lists/funds-list/FundsListItem.tsx
+12 −11 react/src/webshop/components/elements/progress-pie/ProgressPie.tsx
+3 −1 react/src/webshop/components/elements/select-control/templates/SelectControlOptionsVouchers.tsx
+3 −1 react/src/webshop/components/elements/select-control/templates/elements/SelectControlOptionItemVoucher.tsx
+1 −1 react/src/webshop/components/modals/Modal2FASetup.tsx
+1 −1 react/src/webshop/components/modals/ModalDeactivateVoucher.tsx
+20 −19 react/src/webshop/components/modals/ModalFundHelp.tsx
+6 −6 react/src/webshop/components/modals/ModalPhysicalCardType.tsx
+1 −1 react/src/webshop/components/modals/ModalPhysicalCardUnlink.tsx
+1 −1 react/src/webshop/components/modals/ModalShareVoucher.tsx
+3 −11 react/src/webshop/components/modals/modal-product-reserve/ModalProductReserve.tsx
+2 −2 react/src/webshop/components/pages/funds-activate/FundActivate.tsx
+1 −1 react/src/webshop/components/pages/funds-pre-check/FundsPreCheck.tsx
+2 −2 react/src/webshop/components/pages/funds-request/FundRequest.tsx
+1 −1 react/src/webshop/components/pages/funds-show/FundsShow.tsx
+1 −1 react/src/webshop/components/pages/home/Home.tsx
+1 −3 react/src/webshop/components/pages/products-show/elements/ProductFundsCard.tsx
+10 −10 react/src/webshop/components/pages/vouchers-show/VouchersShow.tsx
+28 −19 react/src/webshop/components/pages/vouchers/elements/VoucherCard.tsx
+2 −2 react/src/webshop/router/routes.tsx
+1 −1 react/src/webshop/services/AuthService.ts
+8 −8 react/src/webshop/services/PhysicalCardsRequestService.ts
+4 −4 react/src/webshop/services/PhysicalCardsService.ts
+10 −10 react/src/webshop/services/VoucherService.ts

0 comments on commit 2530528

Please sign in to comment.