basti
|
6cd62d3764
|
Fix looking up contributor by ID string
|
2022-05-22 17:03:31 +02:00 |
|
basti
|
4c749bca35
|
Use integer for contributor ID everywhere
closes #145
|
2022-05-21 18:16:26 +02:00 |
|
basti
|
466354cff7
|
Update/improve README
Especially the local-contracts part.
|
2022-05-01 14:19:45 +02:00 |
|
basti
|
721c330f3c
|
WIP Rename contributorId to recipientId
|
2022-04-27 18:17:33 +02:00 |
|
basti
|
d07963ad6b
|
Merge pull request #198 from 67P/chore/dependencies
Upgrade dependencies, fix contracts linking
|
2022-04-27 18:17:20 +02:00 |
|
basti
|
eef9fa1aba
|
Refactor kredits setup code a bit
|
2022-04-27 18:15:12 +02:00 |
|
basti
|
77dbde8bb4
|
Update dependencies, build configs
|
2022-04-27 18:14:56 +02:00 |
|
basti
|
64bd2477c7
|
Merge pull request #195 from 67P/feature/expenses
Introduce budget, reimbursements for expenses
|
2021-06-03 16:23:45 +02:00 |
|
basti
|
aed29ff982
|
Remove obsolete property from class and template
Co-authored-by: Garret Alfert <alfert@wevelop.de>
|
2020-11-17 13:40:44 +01:00 |
|
basti
|
f3f158ff26
|
Update app/services/kredits.js
Co-authored-by: Garret Alfert <alfert@wevelop.de>
|
2020-11-17 13:38:47 +01:00 |
|
basti
|
2a8fd3b001
|
Update app/components/topbar-account-panel/component.js
Co-authored-by: Garret Alfert <alfert@wevelop.de>
|
2020-11-17 12:47:43 +01:00 |
|
basti
|
087cb706d2
|
Fix JS linting errors
|
2020-10-31 13:30:44 +01:00 |
|
basti
|
b58870a03c
|
Octanify add-reimbursement syntax
Fixes linter errors
|
2020-10-31 13:05:40 +01:00 |
|
basti
|
ccda6ec354
|
Reset BTC amount to 0 when last expense item removed
Fix a logical bug that prevented setting the amount to 0 upon removing
the last item from the list/form.
|
2020-10-31 12:58:03 +01:00 |
|
basti
|
2045b94951
|
Allow HTML comments, remove obsolete comment
|
2020-10-31 12:49:29 +01:00 |
|
basti
|
be16a57043
|
Octanify add-expense-item syntax
Fixes linter errors
|
2020-10-31 12:49:03 +01:00 |
|
basti
|
ae06385039
|
Improve mobile layout of budget view a bit
|
2020-10-31 12:21:31 +01:00 |
|
basti
|
7b1c3c813c
|
Finish reimbursement loading and sync
|
2020-10-30 15:26:32 +01:00 |
|
basti
|
ec50e7deef
|
Fix small layout issue with token amounts
Wasn't enough space for longer amounts
|
2020-10-30 15:03:54 +01:00 |
|
basti
|
c3b1bd2f4c
|
Make font sizes more consistent
|
2020-10-30 15:03:45 +01:00 |
|
basti
|
93e2a23ac7
|
WIP reimbursement sync
|
2020-10-09 15:40:46 +02:00 |
|
basti
|
a41d1b1dbd
|
Handle incoming and vetoed reimbursements
|
2020-10-09 15:09:35 +02:00 |
|
basti
|
c0ccf83061
|
Don't allow form submission unless connected and core
|
2020-10-09 14:41:10 +02:00 |
|
basti
|
4ab5c3c372
|
Listen to tx status of submitted reimbursements
|
2020-10-09 14:29:53 +02:00 |
|
basti
|
5d4fb1c423
|
Fix reimbursement handling after creation
|
2020-10-01 17:23:22 +02:00 |
|
basti
|
361ccb103d
|
Remove commented code
|
2020-10-01 12:58:07 +02:00 |
|
basti
|
2bf590886c
|
Fix newly created contributions not showing
It's trying to use a non-existing block number to calculate
confirmedAtBlock, which then fails the filter to be shown.
|
2020-10-01 12:50:18 +02:00 |
|
basti
|
c7b6f9e3e7
|
Submit reimbursements
|
2020-10-01 12:48:01 +02:00 |
|
basti
|
c1eb93c596
|
Mark input fields as valid when re-submitting form
|
2020-09-30 16:57:10 +02:00 |
|
basti
|
d85235ff88
|
Remove obsolete template code
|
2020-09-30 16:51:22 +02:00 |
|
basti
|
63675a1e13
|
Convert fiat totals to BTC and add to total amount
|
2020-09-30 16:46:35 +02:00 |
|
basti
|
87bc8f5cb5
|
Visualize disabled input fields by greying out text
|
2020-09-30 16:06:57 +02:00 |
|
basti
|
4abc1593cb
|
Add total sums of EUR/USD expenses
|
2020-09-30 16:04:53 +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
|
7288d75237
|
Don't load more reimbursements when already loaded
|
2020-09-30 10:32:36 +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
|
326d46b1a1
|
Validate total amount
|
2020-09-29 18:09:48 +02:00 |
|
basti
|
083c873631
|
Scroll to current item; remove some obsolete code
|
2020-09-29 17:59:00 +02:00 |
|
basti
|
37dc91da57
|
Clearly highlight focused buttons
|
2020-09-29 17:59:00 +02:00 |
|
basti
|
7c86edcaaa
|
Remove expense item from list
|
2020-09-29 17:59:00 +02:00 |
|
basti
|
e4d2fdfce4
|
WIP Reimbursements/expenses
|
2020-09-29 17:58:38 +02:00 |
|
basti
|
4722064337
|
WIP expense items
|
2020-09-28 11:46:55 +02:00 |
|
basti
|
9f35add07f
|
WIP Reimbursement UI
|
2020-09-10 16:28:01 +02:00 |
|
basti
|
e86541574d
|
Format and round the USD value of balances
|
2020-08-13 16:30:39 +02:00 |
|
basti
|
5f90bc23bc
|
Dynamically load all balances from Safe
|
2020-08-13 16:13:50 +02:00 |
|
basti
|
1dd63b2c7a
|
Basic styles for budget balances
|
2020-08-13 15:43:51 +02:00 |
|
basti
|
f1bd20a6f4
|
Add helper for formatting cryptocurrencies
|
2020-08-13 15:19:17 +02:00 |
|
basti
|
ec6b72008d
|
Add whitespace between reimbursement items in list
They're a bit difficult to scan otherwise.
|
2020-08-13 14:58:49 +02:00 |
|
basti
|
dec71c6f4f
|
Load community funds balances from mainnet Gnosis Safe
|
2020-08-13 00:27:40 +02:00 |
|