galfert
6f99e8abd3
Don't show intro text on details page
2019-11-28 21:59:07 +01:00
galfert
bb4a64e957
Show contributor/contribution details on mobile
...
Refs #163
On small screens, when selecting a contribution or contributor, the
lists are hidden and only the details are shown. The transitions are
animated using liquid-fire.
2019-11-28 17:08:41 +01:00
galfert and GitHub
15e5d3c2fb
Merge pull request #166 from 67P/feature/welcome_text
...
Add intro, fix topbar on mobile, fix filter button
2019-11-27 13:50:31 +01:00
galfert and GitHub
5a618f7ef9
Merge pull request #165 from 67P/feature/161-copy_contribution
...
Add copy/re-submit button to all contribution details
2019-11-22 11:55:03 +01: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
galfert
6c5406c0b9
Remove redundant pending status from contribution-status helper
2019-11-15 15:28:46 +01:00
galfert
243a41db88
Remove volatile() property modifier
...
The modifier got deprecated and wasn't actually needed in any of the used cases.
2019-10-18 16:39:10 +02:00
galfert
523d4524b5
Make contribution-status helper detect pending changes
2019-10-18 16:37:44 +02:00
galfert
c21613f20a
Merge branch 'master' into feature/pending_changes
2019-10-18 15:17:41 +02:00
galfert
8e7430ebb9
Make contribution-status helper recompute
...
When any of the depending properties of the contribution changes, the helper recomputes its output.
2019-09-20 18:27:40 +02:00
galfert
0625ee9d79
Handle undefined Github access token
2019-08-28 12:53:21 +02:00
galfert and GitHub
c518b7f565
Merge pull request #149 from 67P/chore/dao_address
...
Rename kernel address to DAO address
2019-08-27 15:12:45 +02:00
galfert
7bf5fa444a
Add notice about Metamask when using local devchain
2019-08-26 18:09:38 +02:00
galfert
d08d5f9e8d
Add IPFS Gateway config to readme
2019-08-26 18:00:17 +02:00
galfert
60ba019139
Fix HAL8000 URL
...
Wrong port number.
2019-07-26 19:02:41 +02:00
galfert
413bcddb1e
Wire up signup via Github
2019-07-26 03:38:18 +02:00
galfert and GitHub
9c18593529
Merge pull request #140 from 67P/feature/contribution_details
...
Contribution details
2019-07-17 17:23:14 +02:00
galfert
612b76300c
Remove ember-cli-update dependency
...
All but one of the ~80 vulnerabilities reported by `npm audit` were from dependencies of `ember-cli-update`.
2019-07-15 19:17:56 +02:00
galfert
42fe01b349
Run codemods
2019-07-15 19:17:56 +02:00
galfert
80af572742
Run ember-cli-update --to 3.10.1
2019-07-15 19:17:56 +02:00
galfert
d7a0817ac6
Update ember-cli-update
2019-07-15 19:17:56 +02:00
galfert
c94319e6a8
Use same fork of ndjson as ipfs-http-client does
2019-07-15 18:07:58 +02:00
galfert
f9dbd47922
Add ndjson dependency
...
Required for ipfs-http-client dependency
2019-07-15 17:50:30 +02:00
galfert
636ac30622
Use ember-auto-import instead of ember-browserify
2019-07-15 17:11:41 +02:00
galfert and GitHub
791943bb95
Merge pull request #137 from 67P/feature/mark_selected_profile
...
Mark contributor in list as selected when opening details
2019-07-12 19:02:00 +02:00
galfert and GitHub
b2bbbfd010
Merge pull request #134 from 67P/feature/quick_filter
...
Add quick filters
2019-07-08 15:52:06 +02:00
galfert and GitHub
f5c89fd567
Merge pull request #131 from 67P/dev/version_script
...
Ensure share repo is updated when versioning
2019-06-27 17:51:11 +02:00
galfert and GitHub
1fbf8f0769
Merge pull request #130 from 67P/feature/sort_contributions
...
Sort contributions by date instead of ID
2019-06-27 17:50:21 +02:00
galfert
c1d5c90745
Don't send emails for successful Travis builds
2019-06-27 16:09:24 +02:00
galfert
3fe8043c76
Use generic contributor name in new contribution form
...
Use the generic name instead of the Github username
2019-06-27 14:57:52 +02:00
galfert and GitHub
18be60da9b
Merge pull request #116 from 67P/bugfix/vetoed_in_type_graph
...
Don't include vetoed contributions in graph
2019-05-10 15:58:12 +02:00
galfert and GitHub
4b6c79345b
Merge pull request #117 from 67P/bugfix/vetoed_in_confirmed_list
...
Remove vetoed contributions from confirmed list
2019-05-10 15:54:41 +02:00
9386c30d09
Update toplist balance when contribution is vetoed
...
Co-Authored-By: skddc <sebastian@kip.pe >
2019-05-08 12:15:51 +02:00
galfert
3dbcba5eb2
Add empty array as default for contributors list
2019-04-03 14:25:59 +02:00
galfert
88be3525b5
Fix highlighting of current user in contributor list
...
Fixes #72
Introduces a helper to determine if a contributor is the current user.
2019-04-03 01:35:08 +02:00
galfert
1fb20b1d08
Fix linting errors
2019-03-27 18:19:25 +01:00
galfert
bfa0b350ac
Fix template linting errors
2019-03-27 18:19:10 +01:00
galfert
487013f301
Run codemods
2019-03-26 23:07:02 +01:00
galfert
b16bb2d93a
Update to Ember 3.8.0
2019-03-26 22:10:30 +01:00
galfert
b125d941ba
Ask user to unlock their account
2017-06-14 01:55:39 +02:00
galfert
e51586a78c
Pause app boot until window load event fired
...
Refs #17
Allows the user provided Web3 instance to be inserted before we
try to use it.
2017-06-13 13:35:44 +02:00
galfert and GitHub
dbb4094eab
Merge pull request #14 from 67P/feature/5-public_ipfs
...
Use public IPFS node, improve config
2017-05-20 18:14:44 +02:00
galfert
f875cd7b91
Choose contributors from list for new proposals
2017-05-20 02:37:11 +02:00
galfert
642015700e
Don't resolve promises after rejecting them
2017-05-03 11:53:21 +02:00
galfert
969ef8d1ed
Add proposal form
...
Closes #6
Form can be prefilled using query params on the route. The params are
`recipient`, `amount`, `url` and `ipfsHash`.
2017-05-03 11:52:42 +02:00