raucao
7afc75dbff
Fix wrong BTC sum when adding multiple line items
...
closes #220
2024-03-20 17:24:37 +01:00
raucao
f5f74ae27f
Automatically select connected user/contributor as recipient
2024-03-20 17:24:07 +01:00
Râu Cao
1e7d8491f9
Refactor wallet connect, automatically propose network
2023-01-20 17:29:20 +08:00
Râu Cao
4356288497
Rename signup route, address property
2023-01-20 17:29:20 +08:00
Râu Cao
d90ddd464a
Hide confirmed-in content when confirmed
2023-01-15 13:16:38 +08:00
Râu Cao
89f6fa0b5c
Use component argument in tests
2023-01-13 15:57:50 +08:00
Râu Cao
6c7de97e38
Get duration in human time
2023-01-11 14:10:35 +08:00
Râu Cao
0f8d7d84ca
Don't cache contribution details in browser storage
2022-11-11 17:02:45 +01:00
Râu Cao
afbce03a4a
Adapt test for rsk storage namespace
2022-11-11 16:38:39 +01:00
Râu Cao
fb66bd4f0d
Fix some linter errors and warnings
2022-10-06 12:29:57 +02:00
basti
44b631c688
Switch from ETH/WBTC to RBTC/BTC
2022-05-22 17:04:28 +02:00
basti
4c749bca35
Use integer for contributor ID everywhere
...
closes #145
2022-05-21 18:16:26 +02:00
basti
087cb706d2
Fix JS linting errors
2020-10-31 13:30:44 +01:00
basti
63675a1e13
Convert fiat totals to BTC and add to total amount
2020-09-30 16:46:35 +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
444ec62a66
Validate expense/reimbursement forms
...
Adds some general helpers and styles for minimalistic form validation.
2020-09-29 19:31:58 +02:00
basti
e4d2fdfce4
WIP Reimbursements/expenses
2020-09-29 17:58:38 +02:00
basti
f1bd20a6f4
Add helper for formatting cryptocurrencies
2020-08-13 15:19:17 +02:00
basti
dec71c6f4f
Load community funds balances from mainnet Gnosis Safe
2020-08-13 00:27:40 +02:00
basti
52172ea065
add-reimbursement component
2020-08-12 22:53:08 +02:00
basti
f63d14d7b4
Move sorted contributors to kredits service
2020-08-12 22:51:52 +02:00
basti
ef0fc11edf
Add reimbursement form route and component
2020-07-25 18:24:16 +02:00
basti
11c3078b55
Style reimbursement list items
2020-07-09 23:53:06 +02:00
basti
a96cca879d
Use browser's locale for currency format
2020-07-09 22:15:25 +02:00
basti
4849a755dc
Render currencies etc.
2020-07-09 17:07:05 +02:00
basti
eaac245f4e
WIP Basic reimbursement lists
2020-07-09 15:46:20 +02:00
basti
3b127b0e81
WIP Budget route and basic layout
2020-06-27 13:36:28 +02:00
basti
769317777c
Refactor routes
...
* Add specific dashboard route
* Port application route to Octane
* Fetch/sync contributors in application route, but only sync
contributions in dashboard route for now
2020-06-27 13:36:02 +02:00
basti
69141a31c4
Process contribution data before loading models
2020-05-28 13:44:32 +02:00
basti
e7c9620bbe
Add network namespace for browser cache
...
We want to be able to cache data from multiple networks side-by-side,
without them interfering with each other.
2020-05-28 11:53:19 +02:00
basti
50e1fc728c
Cache contributors in IndexedDB
2020-05-27 17:33:36 +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
basti
f996c89dfe
Add localforage, basic cache service
2020-05-27 12:59:37 +02:00
basti
4946b3311d
Remove all proposal-related code
...
We're not using proposals at the moment, so it's just in the way.
2020-05-10 10:25:06 +02:00
basti
065c635580
Upgrade to latest Ember, etc.
2020-05-09 17:07:35 +02:00
basti
863b542e3e
Add failing test for partial attribute override
...
Currently the default attributes are only set correctly when either none
or all attributes are handed to the component
2019-12-10 13:18:21 +03:00
basti
23d86f1502
Add unit test for add-contribution component
2019-12-10 13:09:30 +03:00
galfert
58f1382df1
Fix helper test filename
...
Files that don't end with '-test', will not be run.
2019-11-15 16:23:28 +01:00
basti
1deecafee7
Handle pending changes for contributions
...
This adds the pending tx data to pending contributions (after adding or
vetoing, until the tx is mined). It also disables the veto button while
pending.
2019-09-20 15:43:34 +02:00
basti
05e3118a0c
Re-submit vetoed contributions
2019-09-10 11:47:07 +02:00
basti
dc5dfe19f2
Add success page to GitHub signup
2019-08-27 18:19:46 +02:00
basti
d6d2b1a61c
Add signup completion page
2019-07-21 17:03:50 +02:00
basti
725d36bed6
Add signup button for unknown users
2019-07-18 19:43:39 +02:00
basti
0a71d7ad91
Add signup route
2019-07-18 19:31:03 +02:00
basti
c7d046aa46
Move topbar account info to component, add tests
...
Adds a failing test for users with wallet, but no known contributor
account, where it currently shows no name at all.
2019-07-18 19:26:16 +02:00
galfert
9c18593529
Merge pull request #140 from 67P/feature/contribution_details
...
Contribution details
2019-07-17 17:23:14 +02:00
basti
7236b2d2b3
Add basics for contribution details
...
Route, controller, links, selected property/styles, etc.
2019-07-16 15:35:35 +02:00
galfert
42fe01b349
Run codemods
2019-07-15 19:17:56 +02:00