63 Commits

Author SHA1 Message Date
ogerly
6e8575bbe3 remove unused scss classes, refactor scss to bootstrap classes 2022-05-17 20:58:00 +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
Alexander Friedland
58d0cf21b5
Merge branch 'master' into 1731-Fix-Startblock-Layouting 2022-04-20 14:44:10 +02:00
Wolgang Huß
c0b56de91a remove unused computed code 2022-04-20 14:40:37 +02:00
Wolgang Huß
d6f25b6f98 all headings centre col 12, all b-row in offset 1 and col 11 2022-04-20 12:34:54 +02:00
Moriz Wahl
034fa5e7a9 add math minus, add minus operator if decay is zero 2022-04-12 23:09:40 +02:00
9332eeff36
Merge branch 'master' into frontend_decay_start_block_as_static 2022-04-12 19:06:04 +02:00
ogerly
50be004ce4 add jest.fn((d) 2022-04-10 14:47:43 +02:00
elweyn
2cc7a6dee6 Fixing tests since we now use link and code. 2022-04-06 19:16:30 +02:00
d5d90c7050
remove decayStartBlock from all component interfaces 2022-04-06 15:24:17 +02:00
3582805098
reference config decay start time when figuring out if its the decay start block 2022-04-06 15:23:47 +02:00
ogerly
35d5555350 change cols from 0, 12 / 6, 6 zu 1, 11 / 5, 7 2022-04-01 14:03:29 +02:00
ogerly
3a33f0bf37 icon droplet-half larger end position 2022-04-01 13:52:23 +02:00
ogerly
a8f1c9643d icon droplet-halflarger and correctly positioned 2022-04-01 10:23:41 +02:00
Moriz Wahl
dc09a0ccf6 get balance of previous transaction to avoid decay calculation 2022-03-30 15:03:54 +02:00
ogerly
78a1459971 change props in tests for transaction links + zaubersprüche 2022-03-17 21:47:11 +01:00
ogerly
4a7a4f28cf change object variables, pending extra, chnage text in tests 2022-03-17 17:58:17 +01:00
Alexander Friedland
6af0d51628
Update frontend/src/components/DecayInformations/CollapseLinksList.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-03-17 16:47:35 +01:00
Alexander Friedland
691ea91eb7
Update frontend/src/components/DecayInformations/CollapseLinksList.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-03-17 16:45:36 +01:00
ogerly
06705366ad change decay Object to String 2022-03-17 16:44:06 +01:00
ogerly
4eec006a49 add once data on transactionLink, remove valua.itemsShown 2022-03-17 11:33:18 +01:00
ogerly
96a4413144 remove itemsShown to transactionLinks.length 2022-03-17 11:33:18 +01:00
Alexander Friedland
3ada62d20f
Merge branch 'master' into 1588-frontend-expendable-paginated-link-list 2022-03-16 20:57:03 +01:00
ogerly
67a14b21cb test for CollapseLinksList.vue 2022-03-16 20:43:27 +01:00
ogerly
f07ed70f30 add class on loadMoreLinks button, refactor static 5 to value.pageSize 2022-03-16 20:40:59 +01:00
ogerly
5517ac3fa5 props decay set required: true 2022-03-16 18:26:39 +01:00
ogerly
ab3ad69cc8 remove unused head row for transactionLinkList 2022-03-16 18:23:30 +01:00
ogerly
7188743af5 remove background color for collaps box 2022-03-16 14:22:12 +01:00
ogerly
896e5a1124 change pluralation for buttonText 2022-03-16 14:13:08 +01:00
ogerly
4c55f2dc13 add locales in CollapseLinksList.vue 2022-03-16 12:09:26 +01:00
ogerly
798a75e923 add locales in TransactionLink.vue 2022-03-16 12:09:26 +01:00
ogerly
e49543ad55 add function resetTransactionLinkList, loadMoreLinks and computed buttonText 2022-03-16 12:09:26 +01:00
95e3fda2fa
Merge branch 'master' into eslint_i18n 2022-03-16 03:16:52 +01:00
ogerly
f1718537b2 ad function updateListTransactionLinks on component 2022-03-15 17:13:28 +01:00
ogerly
538a6f021f add components TransactionLink in CollapseLinksList.vue 2022-03-15 15:52:29 +01:00
ogerly
d843530e39 change props transactionLinks type from object to Array 2022-03-15 11:46:56 +01:00
ogerly
7cc96f0883 get apollo result in CollapseLinkList 2022-03-15 11:40:46 +01:00
31f176a122
fix missing keys 2022-03-15 04:44:45 +01:00
e22bf6f497
additional checks,
fix dynamic $t values by ignoring our occurences
2022-03-15 03:11:35 +01:00
15981da64b
no more lint warnings 2022-03-15 02:53:59 +01:00
ogerly
3f7cdca4bf change review 2022-03-13 10:28:20 +01:00
ogerly
54389b5be0 add new transaction type: TRANSACTION_LINK, add locales, add new TransactionRow: LinkCountRow.vue, add new CollapseLinksList.vue 2022-03-12 09:32:42 +01:00
Alexander Friedland
1831ff095c
Merge branch 'master' into 1599-components-for-transactionlist-types 2022-03-11 13:07:11 +01:00
8ac00d82ca
fix frontend lint 2022-03-10 20:09:28 +01:00
ogerly
26b4c8ecaf add component for DecayInformations/DecayInformation for SEND, RECEIVE, CREATION typeId 2022-03-10 14:54:00 +01:00
Moriz Wahl
eafa00b3bf less divs 2022-03-08 07:37:28 +01:00
Moriz Wahl
2e75ceb73e remove unnecesesary divs 2022-03-08 07:35:34 +01:00
Moriz Wahl
1c03aa00da refactor display of time passed for decay 2022-03-08 07:27:07 +01:00
Moriz Wahl
2d2369ccaf map transaction typeId to locales 2022-03-08 07:02:58 +01:00
Moriz Wahl
f58d1a843b GDD filter 2022-03-08 05:15:58 +01:00