basti
|
e84a1cbc4e
|
Remove obsolete scrolls
|
2019-05-28 16:31:56 +02:00 |
|
basti
|
29115d9b16
|
Make spacing/layout more consistent
|
2019-05-23 14:55:03 +02:00 |
|
basti
|
409d5e33f9
|
Add "special" category to chart test
Ensure that it's not shown in the chart (which is already the case).
|
2019-05-23 14:30:36 +02:00 |
|
basti
|
883b5dc415
|
Add "special" category for contributions
|
2019-05-23 14:22:34 +02:00 |
|
basti
|
16ee3b6b6b
|
Move contributor-creation form for separate view
closes #74
|
2019-05-23 14:17:33 +02:00 |
|
basti
|
4efd6f8f88
|
Improve whitespace a bit
|
2019-05-23 14:09:20 +02:00 |
|
basti
|
af9951ca5a
|
Add newly created contributions to collection
|
2019-05-23 12:48:18 +02:00 |
|
basti
|
c30c6c2b36
|
Refactor layout and button styles
* Add single-column layout for forms
* Add optional nav/buttons to section headers
|
2019-05-23 12:19:29 +02:00 |
|
basti
|
8bd4c6e6e1
|
Use common forms partial for form styles
|
2019-05-23 10:36:27 +02:00 |
|
basti
|
9a98b37bb6
|
Improve error message
|
2019-05-23 10:29:31 +02:00 |
|
basti
|
fad10ec1ea
|
Use sorted contributor list for dropdown
|
2019-05-23 10:29:18 +02:00 |
|
basti
|
cec87f6caf
|
Dat gas issue
|
2019-05-23 10:22:37 +02:00 |
|
basti
|
22a9786168
|
Add contribution basics
|
2019-05-23 09:46:09 +02:00 |
|
basti
|
f07100b7ea
|
Fix component test
|
2019-05-10 15:01:51 +02:00 |
|
basti
|
7083da367d
|
Remove vetoed contributions from confirmed list
|
2019-05-10 13:49:55 +02:00 |
|
basti
|
8720a0faab
|
Add failing test for vetoed in confirmed list
|
2019-05-10 13:45:54 +02:00 |
|
basti
|
d8b1b3d777
|
Don't include vetoed contributions in graph
Currently, kredits from vetoed contributions are counted in the graph
data.
|
2019-05-10 13:40:58 +02:00 |
|
 bastiandGitHub
|
4c2d95f8f1
|
Merge pull request #115 from 67P/bugfix/114-contributor_list
Fix contributor list, add kredits service tests
|
2019-05-08 12:35:00 +02:00 |
|
basti
|
6638691c9f
|
Remove vetoed amounts from unconfirmed balances
|
2019-05-06 18:46:59 +02:00 |
|
basti
|
d2bb70e8a1
|
Add failing test for vetoed amounts in toplist
This specifies the correct behaviour for unconfirmed kredits balances,
which is that amounts from vetoed contributions shouldn't be added at
all.
|
2019-05-06 18:32:00 +02:00 |
|
basti
|
ef45d55521
|
Fix missing contributors in toplist
Adds contributors without unconfirmed contributions to the
kreditsByContributor collection.
fixes #114
|
2019-05-06 14:44:42 +01:00 |
|
basti
|
f86c53de89
|
Add failing test for missing contributors in toplist
|
2019-05-06 14:23:47 +01:00 |
|
basti
|
82b275caaa
|
Add some unit tests for kredits service
|
2019-05-06 14:21:37 +01:00 |
|
basti
|
e524e5558d
|
Add more test fixtures
|
2019-05-06 14:18:02 +01:00 |
|
 bastiandGitHub
|
6593005566
|
Merge pull request #112 from 67P/feature/111-unconfirmed_balances
Show unconfirmed balances in toplist
|
2019-05-01 20:30:35 +01:00 |
|
 bastiandGitHub
|
cf77f20d41
|
Merge branch 'master' into feature/111-unconfirmed_balances
|
2019-05-01 19:56:43 +01:00 |
|
 bastiandGitHub
|
67ee2d9a74
|
Merge pull request #113 from 67P/feature/98-veto_unconfirmed_contributions
Veto contributions
|
2019-05-01 19:43:28 +01:00 |
|
 bastiandGitHub
|
48e5ddbc02
|
Merge pull request #108 from 67P/feature/add_contributor
Fix/update adding contributors
|
2019-04-29 12:44:15 +01:00 |
|
basti
|
e1737392a7
|
Mark contributions as vetoed on incoming event
|
2019-04-28 15:26:26 +01:00 |
|
basti
|
00b7b380b9
|
Fix veto tx failing
Still have to set the gas limit for most functions in order for them to
work. :/
|
2019-04-28 15:06:28 +01:00 |
|
basti
|
9821c8b2ea
|
Veto contributions
|
2019-04-28 15:05:56 +01:00 |
|
basti
|
c6a37f7e94
|
Refactor and add new button styles
|
2019-04-28 14:42:14 +01:00 |
|
basti
|
f25c74c7e9
|
Add helper functions for confirmation status
|
2019-04-28 14:42:09 +01:00 |
|
basti
|
1c49d56b19
|
Fix whitespace for contributor stats on mobile
|
2019-04-28 12:21:18 +01:00 |
|
basti
|
109ffd2898
|
Fix contributor details view in toplist
|
2019-04-28 11:58:58 +01:00 |
|
basti
|
7d5b93a62c
|
Start basic fixtures
|
2019-04-27 20:54:17 +01:00 |
|
basti
|
6c0cb1a29c
|
Add integration test for contributor list
And comment out the index controller one for now, as it's failing and
almost all code in the controller is framework DSL atm.
|
2019-04-27 20:53:36 +01:00 |
|
basti
|
d444b86ca8
|
Show unconfirmed kredits in toplist
And allow toggling between confirmed and unconfirmed
|
2019-04-27 19:59:24 +01:00 |
|
basti
|
185d7c58c2
|
Finish group-by util
Move function to util, add tests.
|
2019-04-27 18:41:26 +01:00 |
|
basti
|
283ec1d48a
|
Add kreditsByContributor collection
Lists contributors along with their confirmed, unconfirmed, and total
kredits amounts.
|
2019-04-27 17:35:05 +01:00 |
|
basti
|
f32a34a702
|
Improve code comment
|
2019-04-27 17:34:04 +01:00 |
|
basti
|
afa09f4b8f
|
Move computed collections to kredits service
They should be available from any place with access to the service.
|
2019-04-27 17:33:25 +01:00 |
|
 bastiandGitHub
|
24a3d8beb4
|
Merge pull request #110 from 67P/chore/more-contributions-per-page
List 200 contributions per page
|
2019-04-26 18:59:51 +01:00 |
|
basti
|
49bfad51b6
|
Fix failing test
|
2019-04-25 19:28:10 +01:00 |
|
basti
|
25ead15014
|
Fix incorrect loading text
It's mostly waiting for IPFS, not Ethereum.
|
2019-04-25 19:22:47 +01:00 |
|
basti
|
85a9d1c73b
|
Show person's name when hovering their avatar
|
2019-04-25 19:22:29 +01:00 |
|
basti
|
247fc8785a
|
Link contributions to their main URL
|
2019-04-25 19:21:55 +01:00 |
|
basti
|
efd1b371f9
|
Make contribution lists much more dense
We have too many contributions for them to be multiple lines by default.
|
2019-04-25 19:09:20 +01:00 |
|
basti
|
3c73ddd443
|
Turn user avatars into a component
This allows us to add them anywhere in the app, and also to add more
features, like e.g. hover info boxes, links, and so on.
|
2019-04-25 19:08:22 +01:00 |
|
basti
|
29e9df97fb
|
Use Rinkeby explorer URL
|
2019-04-25 13:33:31 +01:00 |
|
basti
|
fa95376fda
|
WIP: Fix/update adding contributors
|
2019-04-25 13:24:36 +01:00 |
|
 bastiandGitHub
|
028391386b
|
Merge pull request #107 from 67P/feature/use-contribution-balances
Display contribution balances not token balances
|
2019-04-24 09:57:25 +01:00 |
|
basti
|
2f4807cdda
|
Update kredits-contracts
|
2019-04-23 14:08:01 +01:00 |
|
 bastiandGitHub
|
1000dd12bc
|
Merge pull request #105 from 67P/chore/package_cleanup
Clean up package.json a bit
|
2019-04-19 11:09:32 +01:00 |
|
basti
|
5de33a18f5
|
Clean up package.json a bit
* Remove node 6 from engines
* Remove contributors array, because we don't maintain it automatically
and it was already out of date
|
2019-04-19 10:45:30 +01:00 |
|
 bastiandGitHub
|
a2ddb2313d
|
Merge pull request #103 from 67P/chore/weltempfaenger-release
Update kredits-contracts
|
2019-04-17 10:54:34 +01:00 |
|
basti
|
6de7f64d3d
|
Update kosmos-schemas
|
2019-04-17 10:45:38 +01:00 |
|
basti
|
d0cae59070
|
Update kredits-contracts
|
2019-04-17 10:38:36 +01:00 |
|
 bastiandGitHub
|
0af78e3dbd
|
Merge pull request #100 from 67P/feature/20-contributions
Switch to contribution token instead of proposals
|
2019-04-09 22:25:35 +02:00 |
|
basti
|
5db628311e
|
Fix confirmed/unconfirmed filter
|
2019-04-09 22:15:09 +02:00 |
|
basti
|
aa28a14d04
|
Switch to contribution token instead of proposals
No vetos yet, and only for collections (not creation).
closes #20
|
2019-04-09 12:55:44 +02:00 |
|
basti
|
9c4e431e3b
|
Update contracts module
|
2019-04-09 12:54:00 +02:00 |
|
basti
|
8984b1ecb7
|
Update start script for Rinkeby deployment
|
2019-04-09 10:10:17 +02:00 |
|
basti
|
f05b0bbd8b
|
Remove Bourbon and Neat
|
2019-04-09 10:09:29 +02:00 |
|
 bastiandgreg
|
b17e4c0a63
|
Use latest node.js LTS on Travis CI (#99)
Upgrade Travis image to 18.04, use nodejs 10
|
2019-04-05 13:54:16 +02:00 |
|
basti
|
1f8fa367a5
|
Support new Metamask/Web3 privacy mode
closes #87
|
2019-04-04 12:13:39 +02:00 |
|
basti
|
5202fe0f8e
|
Use new Infura URL/auth
closes #83
|
2019-04-04 10:57:02 +02:00 |
|
 bastiandGitHub
|
e44a8efa4a
|
Merge pull request #93 from 67P/fix/contributor-list-on-proposals
Remove default contributors value in propsal component
|
2019-04-03 19:02:05 +02:00 |
|
 bastiandGitHub
|
a7b288c25f
|
Merge pull request #92 from 67P/fix/bignumber-property
Fix bignumber computed property
|
2019-04-03 19:01:34 +02:00 |
|
basti
|
c3f2afcaf5
|
Use correct contracts branch
|
2019-04-03 12:35:44 +02:00 |
|
 bastiandGitHub
|
32c85ea56b
|
Merge pull request #90 from 67P/update-kredits-contracts
Update kredits-contracts and ethers.js
|
2019-04-03 11:02:15 +02:00 |
|
 bastiandGitHub
|
97210df0ba
|
Merge pull request #91 from 67P/bugfix/72-fix_current_user_highlighting
Fix highlighting of current user in contributor list
|
2019-04-03 11:00:03 +02:00 |
|
basti
|
7da7de1edc
|
Make some kredits params configurable
|
2019-04-02 17:56:27 +02:00 |
|
basti
|
7592d67d69
|
Update package lock, use new contracts branch
|
2019-04-01 11:11:31 +02:00 |
|
 bastiandGitHub
|
2954955e39
|
Merge pull request #89 from 67P/feature/84-update_ember_3_8
Update Ember to version 3.8.0
|
2019-03-29 13:03:55 +01:00 |
|
basti
|
64997d74e9
|
Fix wrong level for CSS mobile query
|
2018-07-20 12:31:32 +02:00 |
|
 bastiandGitHub
|
297ed4ee45
|
Merge pull request #77 from 67P/feature/charts
Add doughnut chart for contribution composition
|
2018-07-17 20:45:32 +02:00 |
|
basti
|
b4a094bc89
|
Add tests for contributions-by-type chart
|
2018-07-15 11:57:38 +02:00 |
|
basti
|
e43706e2a6
|
Remove obsolete title from proposal list items
|
2018-07-14 17:36:45 +02:00 |
|
basti
|
2befc91d90
|
Add data from proposals to contribution chart
|
2018-07-14 17:35:06 +02:00 |
|
basti
|
7a35f5177c
|
Add charts.js plugin, basic chart component
|
2018-07-14 16:36:23 +02:00 |
|
 bastiandGitHub
|
6efc3ea790
|
Merge pull request #76 from 67P/feature/improve_contrast
Add background overlay to improve contrast
|
2018-07-14 14:00:27 +02:00 |
|
basti
|
ef0f3ffbfb
|
Add background overlay to improve contrast
And use lowercase-hyphenated syntax for variables/mixins.
|
2018-07-12 11:29:45 +02:00 |
|
 bastiandGitHub
|
1e14cc695e
|
Merge pull request #75 from 67P/feature/improve_layout
Improve layout, show contribution details
|
2018-06-22 13:27:00 -07:00 |
|
basti
|
c074ccf460
|
Improve all the things
|
2018-06-17 16:15:02 +02:00 |
|
basti
|
5436469128
|
Don't show vote count for confirmed contributions
|
2018-06-17 15:32:08 +02:00 |
|
basti
|
32714efeb9
|
Improve layout a bit.
WIP, because this is not ideal. But now it's readable at least.
|
2018-06-16 17:12:53 +02:00 |
|
basti
|
cf777571dc
|
Move contribution info from title to actual content
|
2018-06-16 16:37:39 +02:00 |
|
basti
|
44b4340a91
|
New CSS grid layout
|
2018-06-16 16:09:33 +02:00 |
|
basti
|
24e3171311
|
Add topbar, move account info to top-right corner
|
2018-06-16 15:36:35 +02:00 |
|
 bastiandGitHub
|
575c1a11c2
|
Merge pull request #70 from 67P/feature/loading-indicator
Feature: Loading indicator
|
2018-06-14 19:24:03 +02:00 |
|
 bastiandGitHub
|
0320d6149f
|
Merge pull request #69 from 67P/rename-truffle-kredits
Rename truffle-kredits to kredits-contracts
|
2018-06-14 18:51:05 +02:00 |
|
 bastiandGitHub
|
e78832e2c8
|
Merge pull request #67 from 67P/eth-signer-loading
Pass ETH signer only if it can actually sign
|
2018-06-14 15:14:23 +02:00 |
|
 bastiandGitHub
|
840519a437
|
Merge pull request #66 from 67P/features/run-scripts
Add npm script to run app with local network
|
2018-06-07 17:58:02 +02:00 |
|
basti
|
a0ee2f7bb8
|
Use our new IPFS node
|
2018-06-07 13:32:43 +02:00 |
|
basti
|
d070288e17
|
Switch from our own Parity to Infura in prod
|
2018-06-04 14:13:53 +02:00 |
|
basti
|
681f80f6ab
|
Use contracts from npm
|
2018-06-04 14:13:46 +02:00 |
|
basti
|
3e7fe1b5be
|
Add npm command for running on kovan
|
2018-04-21 20:19:21 +02:00 |
|
basti
|
552ca3026d
|
Update truffle-kredits
|
2018-04-21 20:19:01 +02:00 |
|
 bastiandGitHub
|
e2ac6099e3
|
Merge pull request #56 from 67P/naming-conventions
Adjust for latest naming conventions
|
2018-04-17 13:29:08 +02:00 |
|