raucao
50b0f2cd7a
Add BTC conversion utils
2024-12-18 12:30:12 +04:00
Râu Cao
1e7d8491f9
Refactor wallet connect, automatically propose network
2023-01-20 17:29:20 +08:00
Râu Cao
138cec0389
Localize date in expense list
2023-01-13 15:58:39 +08:00
Râu Cao
2082b51c5b
Add expenses from file
...
Allow to upload a JSON file containing a list of expense items
2022-12-31 15:05:36 +07:00
Râu Cao
0f8d7d84ca
Don't cache contribution details in browser storage
2022-11-11 17:02:45 +01:00
Râu Cao
fb66bd4f0d
Fix some linter errors and warnings
2022-10-06 12:29:57 +02:00
basti
4c749bca35
Use integer for contributor ID everywhere
...
closes #145
2022-05-21 18:16:26 +02:00
basti
721c330f3c
WIP Rename contributorId to recipientId
2022-04-27 18:17:33 +02:00
basti
25b2a8b0e5
Create exchange rate service , use CORS proxy for requests
2020-09-30 15:03:55 +02:00
basti
b5700092a8
Add util for fetching bitcoin exchange rate
2020-09-30 12:10:21 +02:00
basti
444ec62a66
Validate expense/reimbursement forms
...
Adds some general helpers and styles for minimalistic form validation.
2020-09-29 19:31:58 +02:00
basti
eaac245f4e
WIP Basic reimbursement lists
2020-07-09 15:46:20 +02:00
basti
95743330e4
WIP Generic data handling and caching
...
Add basic support for reimbursements via new, generic data handling
functions.
2020-06-27 16:35:45 +02:00
basti
c491f10ec3
Remove obsolete utils
2020-05-28 14:18:30 +02:00
basti
69141a31c4
Process contribution data before loading models
2020-05-28 13:44:32 +02:00
basti
871731110b
Process contributor data
...
Add util function for processing contributor data, and remove bignums,
etc.
2020-05-27 16:27:08 +02:00
galfert
636ac30622
Use ember-auto-import instead of ember-browserify
2019-07-15 17:11:41 +02:00
basti
185d7c58c2
Finish group-by util
...
Move function to util, add tests.
2019-04-27 18:41:26 +01:00
bumi
562a8d159b
Cleanup
2019-04-19 14:54:18 +02:00
bumi
2aae2a8f90
Fix kredits balance handling
...
Kredits are stored on the Token contract as uint256 / bignumbers with 18
decimal points. Just like Ether and required by the ERC20 standard.
So we need to work with bignumbers and format a bignumber value here.
2019-04-19 11:37:18 +02:00
bumi
889f2c05fc
Fix bignumber computed property
...
The ethers.js bignumber API changed in v4.x
2019-04-03 13:43:57 +02:00
fsmanuel
75650c19ab
Cleanup kredits service
2018-04-21 11:05:02 +02:00
basti
b09f19f399
Update Ember to 3.1
2018-04-16 18:11:52 +02:00
bumi
8aa941e704
Rename recipientId to contributorId in proposals
2018-04-15 19:02:35 +02:00
bumi
32846194b6
Handle bignumber conversions
...
The kredits module always returns raw data from the contract. For uint
values these are bignumbers.
To handle those in the ember app we need to convert them to string or to
number.
2018-04-09 20:31:34 +02:00
fsmanuel
8f841522a3
Refactor add-contributor component to DDAU
2018-04-07 17:22:33 +00:00