92 Commits

Author SHA1 Message Date
ogerly
268289bc70 change button color 2022-04-22 12:59:55 +02:00
ogerly
d595c76d08 change props from text to link in FigureQrCode 2022-04-22 12:43:27 +02:00
Alexander Friedland
e7147f7dad
Merge branch 'master' into 1812-Put-QR-Code-into-Popup-on-generate 2022-04-22 11:33:18 +02:00
ogerly
1823bc3611 add methods 'showQrCodeButton', add data 'showQrcode' 2022-04-21 17:47:55 +02:00
6da5348764
lint fix 2022-04-21 13:47:17 +02:00
19f2686b6e
Merge branch 'master' into 1637-generate-link-backend
# Conflicts:
#	frontend/src/components/ClipboardCopy.vue
#	frontend/src/components/GddSend/TransactionResultLink.vue
#	frontend/src/components/TransactionLinks/TransactionLink.vue
#	frontend/src/components/Transactions/TransactionLinkSummary.spec.js
2022-04-21 13:14:52 +02:00
ogerly
644369e367 merge 1763-remove-qr-code-from-profile-remove-unused-libraries 2022-04-13 09:23:55 +02:00
elweyn
41b35f2c5e Add link to the TransactionLink and change code by link in frontend. 2022-04-06 18:45:27 +02:00
Alexander Friedland
08ff60f55b
Merge branch 'master' into 1633-Display-QR-Code-on-link-in-transaction-list 2022-04-05 15:28:22 +02:00
Alexander Friedland
fd5dca7eba
Merge branch 'master' into 1633-Display-QR-Code-on-link-in-transaction-list 2022-04-05 09:43:18 +02:00
Alexander Friedland
13de1d07e0
Merge branch 'master' into 1706-After-unsuccessful-sending-email-is-cleared 2022-04-04 22:58:12 +02:00
Alexander Friedland
227f81f35a
Merge branch 'master' into 1633-Display-QR-Code-on-link-in-transaction-list 2022-04-04 22:10:11 +02:00
Alexander Friedland
9b47bf3c40
Merge branch 'master' into 1727-Change-button-text-and-observe-spelling 2022-04-04 22:08:53 +02:00
ogerly
04d55d7a1e fixed lint 2022-04-04 16:36:58 +02:00
ogerly
197305b81e change text button edit to back 2022-04-04 16:26:59 +02:00
ogerly
d45d8cd02b fixed test TransactionForm.spec.js 2022-04-04 16:18:10 +02:00
ogerly
41fe52fcc9 fixed lint 2022-04-04 16:17:18 +02:00
ogerly
7ad9aae50a change variable radio_selected to radioSelected 2022-04-04 16:16:41 +02:00
Alexander Friedland
cc340d2718
Update frontend/src/components/GddSend/TransactionConfirmationSend.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-04-04 13:17:16 +02:00
Alexander Friedland
e3f76d6d35
Update frontend/src/components/GddSend/TransactionForm.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-04-04 13:08:58 +02:00
Alexander Friedland
98ae90c05e
Merge branch 'master' into 1633-Display-QR-Code-on-link-in-transaction-list 2022-04-04 11:32:36 +02:00
ogerly
75d339903e change text from button.btn-success to button.btn-primary 2022-04-03 12:05:56 +02:00
ogerly
0569680b35 change button[type=reset] text from reset to cancel 2022-04-03 12:05:07 +02:00
ogerly
a0bdecbe1a change text button 2022-04-03 11:56:49 +02:00
ogerly
b6b8baf2f8 fixed tests, change selected to radio_selected 2022-04-03 11:13:09 +02:00
ogerly
67f922fcd4 transaction type remains when jumping from the verification back 2022-04-03 10:46:38 +02:00
ogerly
f01f28cc82 if no recipientEmail else form.email 2022-04-03 09:48:21 +02:00
ogerly
95b49709c7 fix-disbled-button-if-totalBalance 2022-04-01 12:41:16 +02:00
Alexander Friedland
8f81f922b3
Merge branch 'master' into 1703-submit-button-disabled-when-total-amount-to-submit-is-minus 2022-03-31 23:14:33 +02:00
Moriz Wahl
d769096276 no changes on Confirmation Send in this PR 2022-03-31 21:25:47 +02:00
Moriz Wahl
23d14a79f7 use boolean for disbaled, rename and refactor totalBalance function 2022-03-31 20:35:27 +02:00
Moriz Wahl
13519d6993 remove unused properties 2022-03-31 20:19:34 +02:00
Moriz Wahl
47abb8e9aa test double click on send now button 2022-03-31 20:14:47 +02:00
ogerly
7bb14f50ba add computed TotalBalance and disabled, disabled send button if TotalBalance minus 2022-03-31 15:20:25 +02:00
ogerly
69b1cf7a06 add extra disabled variable for send emit, disabled send by emit 2022-03-31 14:47:48 +02:00
Alexander Friedland
0d5c61225a
Merge branch 'master' into 1633-Display-QR-Code-on-link-in-transaction-list 2022-03-29 21:16:26 +02:00
Alexander Friedland
ea7f6345c0
Merge branch 'master' into 1633-Display-QR-Code-on-link-in-transaction-list 2022-03-26 22:54:14 +01:00
Moriz Wahl
4b970bfed5
Merge branch 'master' into increase-max-memo-length 2022-03-25 14:34:30 +01:00
Moriz Wahl
e4c7a8ddda linting 2022-03-24 17:20:06 +01:00
Moriz Wahl
92952f3d75 test same email, test memo too long 2022-03-24 14:54:25 +01:00
Moriz Wahl
6fe7e4c9a2 set max memo length to 255 2022-03-24 14:30:51 +01:00
ogerly
7023959e48 yarn lint --fix 2022-03-24 14:08:17 +01:00
Alexander Friedland
0fbceea099
Merge branch 'master' into 1659-send-formular-clear-if-click-on-send-link 2022-03-24 13:55:35 +01:00
ogerly
38929102fd yarn test fixed 2022-03-24 11:11:20 +01:00
ogerly
8130f85ed8 delete @change='form.email = ' from form-radio button 2022-03-24 10:58:26 +01:00
ogerly
8c9472c050 change v-show to v-if 2022-03-24 10:55:51 +01:00
ogerly
6167e6b1cc SEND_TYPES becomes imported 2022-03-24 10:49:30 +01:00
ogerly
4e006f2d84 add components FigureQrCode.vue for show qr code image with gradido coin 2022-03-24 09:13:00 +01:00
ogerly
8e4628c220 moved to QrCode folder 2022-03-24 09:13:00 +01:00
Alexander Friedland
933b55eac2
Update frontend/src/components/GddSend/TransactionForm.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-03-23 20:37:45 +01:00