2035 Commits

Author SHA1 Message Date
ogerly
12f2f2845a remove store redeem and add params code 2022-03-21 13:05:31 +01:00
ogerly
bf915a9668 add components RedeemInformation.vue 2022-03-21 10:09:28 +01:00
ogerly
837850c17e change order name from LinkInformatins to LinkInformations 2022-03-21 08:24:48 +01:00
ogerly
9c668f3934 changed review from moriz 2022-03-21 08:18:47 +01:00
ogerly
a14f98e4ee test frontend/src/store/store.test.js ok 2022-03-21 08:18:47 +01:00
Alexander Friedland
99575cc2f5
Update frontend/src/pages/ShowTransactionLinkInformations.vue
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-03-21 08:13:34 +01:00
Alexander Friedland
3a2d7acd29
Update frontend/src/locales/de.json
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-03-21 08:08:48 +01:00
Alexander Friedland
7210804a72
Merge branch 'master' into 1588-frontend-show-link-information 2022-03-20 19:11:28 +01:00
Moriz Wahl
e9357198c0 change parameter name to code 2022-03-20 18:58:20 +01:00
ogerly
d90284a269 add store.state and store.commit redeemCode, add store.commit in register 2022-03-20 13:39:11 +01:00
ogerly
3f76db7f21 add method redeemLink, add text that shows the code in the formular 2022-03-20 11:42:16 +01:00
ogerly
6829d7eeac add method redeemLink, add text that shows the code in the formular 2022-03-20 11:40:11 +01:00
ogerly
7996bc8e5c add computed parameters for register and login (add code) 2022-03-20 11:37:53 +01:00
ogerly
0132d95cf8 remove props id and delete id from emit 2022-03-20 11:36:16 +01:00
ogerly
d3352ff0bf add successfully-redeemed 2022-03-20 11:34:41 +01:00
ogerly
283a9d751b change variable id to code 2022-03-20 11:33:15 +01:00
ogerly
5695427392 add optional parameter code to login and register 2022-03-20 11:30:02 +01:00
ogerly
980d3ee527 change parameter id to code 2022-03-20 11:26:22 +01:00
ogerly
4e013ce9be change data linkData in all files 2022-03-20 09:31:02 +01:00
ogerly
7da8b4812b change displaySetup to linkData 2022-03-20 09:29:14 +01:00
ogerly
ec5151c42c change color link information box 2022-03-20 09:13:12 +01:00
Moriz Wahl
7f6b7482b0 Int as arg type for ID 2022-03-19 12:35:34 +01:00
761de3f636
corrected name of transaction link summary to differentiate between a link and the summary transaction 2022-03-19 10:43:17 +01:00
ogerly
7a117d224f test 100% for src/routes/router.test.js 2022-03-18 20:27:32 +01:00
ogerly
cc77a0122f test 100% for NotFoundPage.spec.js 2022-03-18 20:22:27 +01:00
ogerly
1d8f94671f change container margin top to 4 2022-03-18 20:22:27 +01:00
ogerly
f25ab05ec0 change bg-variant to muted, border-variant to info 2022-03-18 20:22:27 +01:00
Alexander Friedland
ffb5ff73ce
Merge branch 'master' into 1588-frontend-show-link-information 2022-03-18 19:54:35 +01:00
ogerly
18a650c95a change tests for ShowTransactionLinkInformations.spec.js 2022-03-18 19:38:57 +01:00
ogerly
668d4f05e0 yarn locales && lint --fix 2022-03-18 19:25:12 +01:00
ogerly
3945a358fb add slots for transaction link informations and logic 2022-03-18 19:19:14 +01:00
ogerly
13afe6bbbc add locales for transaction link info 2022-03-18 19:18:22 +01:00
ogerly
07508266de add components RedeemedTextBox, RedeemLoggedOut, RedeemSelfCreator, RedeemSelfCreator 2022-03-18 19:17:20 +01:00
ogerly
26ec3f51bb add slot system for transaction link information items 2022-03-18 19:15:19 +01:00
ogerly
302b2705ca tests for ShowTransactionLinkInformations.vue 2022-03-18 19:13:36 +01:00
ogerly
0629909c9f change file name to TransactionListItem 2022-03-18 19:12:45 +01:00
Moriz Wahl
303ab94ba3
Merge branch 'master' into user-entity-in-context 2022-03-18 15:13:11 +01:00
Moriz Wahl
8040da7a66
Merge branch 'master' into seed-transaction-links 2022-03-18 15:01:42 +01:00
ogerly
5feeb17230 deleted unused code 2022-03-18 11:31:25 +01:00
ogerly
78637f50c5 add store state email to tests in ShowTransactionLinkInformations 2022-03-18 11:29:46 +01:00
ogerly
be387400ca add store state email to tests in ShowTransactionLinkInformations 2022-03-18 11:28:34 +01:00
ogerly
63d9e9ab94 yarn locales --fix 2022-03-18 11:19:18 +01:00
ogerly
74d6096255 delete unused keys from locales 2022-03-18 11:19:18 +01:00
ogerly
37d7c9bf53 add show textbox for deleted link and redeemed link 2022-03-18 11:19:18 +01:00
ogerly
e1f67df794 add redeem modal and start function redeemLink() 2022-03-18 11:19:18 +01:00
ogerly
6be14e83b7 add no redeem - You can't redeem your own link! 2022-03-18 11:19:18 +01:00
ogerly
ddc036dd34 add @/graphql/mutations redeemTransactionLink, add function redeemLink 2022-03-18 11:19:18 +01:00
ogerly
5dc1d1e67c add id to query queryTransactionLink, add locales for redeem amount, check auth 2022-03-18 11:19:18 +01:00
e2bba25679
Merge branch 'master' into 1588-frontend-show-link-information 2022-03-17 23:03:30 +01:00
ogerly
39832bbcf3 remove tests 2022-03-17 22:42:31 +01:00