basti
e4a39ec67c
Fix bug with default date input
...
When the input isn't touched by the user, the date isn't stored as an
array on the property.
2019-08-02 16:58:12 +02:00
basti
5b47ba9e11
Import missing module
2019-08-02 16:58:01 +02:00
basti
d8f565cd9e
Use start of current hour as default contribution time
...
Co-Authored-By: Garret Alfert <alfert@wevelop.de >
2019-08-02 16:08:13 +02:00
basti
a9480a09f1
Add time input to conribution form
...
After adding it as a separate field, I figured out that we should use
the same picker, because otherwise we'd have to keep the date in sync
depending on the time zone. Zones are too messy in that regard, and the
date is already normalized to UTC before creating the contribution
record.
closes #141
2019-07-31 13:20:39 +02:00
basti
7236b2d2b3
Add basics for contribution details
...
Route, controller, links, selected property/styles, etc.
2019-07-16 15:35:35 +02:00
basti
d9ae654f42
Mark contributor in list as selected when opening details
2019-07-12 16:02:32 +02:00
basti
d7294d9d7f
Remove debug log
2019-07-12 11:39:18 +02:00
basti
d83d671580
Add account links to contributor profiles
2019-07-11 15:33:17 +02:00
basti
8cc1b02d19
WIP Details pane + contributor profiles
...
Adds a 3-pane layout option for showing details, as well as a dashboard
sub-route for showing contributor details in the new details pane.
2019-07-11 09:35:01 +02:00
basti
6b49ca26c0
Add link title for contributions
...
Enables a user to read the whole title in case it's cut off
2019-07-10 15:00:44 +02:00
basti
edd7ffd3c5
Add quick filter for contribution kind
2019-07-06 16:16:28 +02:00
basti
abb7d95804
Add quick filters
2019-07-06 15:49:29 +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
basti
8b0cd8c986
Fix template syntax error
...
Wasn't able to select the "special" contribution kind, due to it being
bound to the wrong property.
fixes #125
2019-06-12 16:24:01 +02:00
basti
1c1f772ff5
Update contributor profiles
...
* Adds a new page for updating profiles
* Refactors the add-contributor component to allow for updating
existing contributors
* Adds input labels to the contributor form and improves placeholders
* Adds event handlers for all contract contributor changes and uses them
for updating the UI
refs #122
2019-05-29 16:14:11 +02:00
basti
e84a1cbc4e
Remove obsolete scrolls
2019-05-28 16:31:56 +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
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
22a9786168
Add contribution basics
2019-05-23 09:46:09 +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
basti
cf77f20d41
Merge branch 'master' into feature/111-unconfirmed_balances
2019-05-01 19:56:43 +01:00
basti
67ee2d9a74
Merge pull request #113 from 67P/feature/98-veto_unconfirmed_contributions
...
Veto contributions
2019-05-01 19:43:28 +01:00
basti
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
9821c8b2ea
Veto contributions
2019-04-28 15:05:56 +01:00
basti
109ffd2898
Fix contributor details view in toplist
2019-04-28 11:58:58 +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
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
bumi
d1791cadfe
Display contribution balances not token balances
...
We want to display the contribution balances (kredits earned) of the
contributors not the token balances.
2019-04-19 18:16:02 +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
galfert
3dbcba5eb2
Add empty array as default for contributors list
2019-04-03 14:25:59 +02:00
bumi
bd2a640be0
Remove default contributors value in propsal component
...
It seems that this somehow prevents/overwrites the contributors which
actually should be loaded in the controller.
2019-04-03 13:46:49 +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
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
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