basti
9cf743b02a
Merge pull request #135 from 67P/feature/contributor_profiles
...
Contributor profiles
2019-07-12 11:42:26 +02:00
basti
d7294d9d7f
Remove debug log
2019-07-12 11:39:18 +02:00
basti
d8a9886442
Use local default IPFS gateway
...
Same as for ipfs.kosmos.org, this turns document fetches into GET
requests, which will be cached.
2019-07-11 22:24:51 +02:00
basti
d83d671580
Add account links to contributor profiles
2019-07-11 15:33:17 +02:00
basti
0bbca079c5
Link site name to dashboard
...
Enables closing of details pane
2019-07-11 10:02:50 +02:00
basti
8bd7a77d44
Only use 3-pane layout when profile selected
...
Later it can be used for contribution details and other things, too.
2019-07-11 09:59:03 +02:00
basti
a73a4da575
Redirect index to dashboard
2019-07-11 09:43:24 +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
ffe555e2ee
Cut off long contribution titles with an ellipsis
...
Prevents line breaks of titles
2019-07-10 14:48:18 +02:00
basti
aa98b35796
1.4.0
v1.4.0
2019-07-10 12:31:45 +02:00
galfert
b2bbbfd010
Merge pull request #134 from 67P/feature/quick_filter
...
Add quick filters
2019-07-08 15:52:06 +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
basti
0e0b1afe3a
WIP: add quick filter buttons
2019-07-05 22:01:51 +02:00
basti
29a6d79d38
Merge pull request #132 from 67P/feature/ipfs_gateway
...
Use new IPFS gateway for document fetches
2019-07-02 18:46:10 +02:00
basti
07c579850e
1.3.0
v1.3.0
2019-07-02 17:32:25 +02:00
basti
091ebf4b6a
Use new IPFS gateway for GET fetches
...
When adding the gateway URL, the wrapper will do a normal fetch to
`https://ipfs.kosmos.org/ipfs/$hash ` instead of using the generic POST
requests to the IPFS API endpoint. This enables normal browser caching
for all IPFS documents in this app.
2019-07-02 17:20:19 +02:00
basti
b4e89492b4
1.2.0
v1.2.0
2019-06-27 19:51:21 +02:00
galfert
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
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
basti
cc8952f844
Ensure share repo is updated when versioning
...
Currently, it's easy to forget manually pushing to master after
versioning/building. In which case things can be merged remotely, and
when pulling with rebase the version commit ends up being changed and
behind what was actually tagged.
This adds a postversion script which simply pushes to the remote
automatically after the version commit and tag have been added by npm.
2019-06-27 16:40:42 +02:00
basti
25ea20e63b
Sort contributions by date instead of ID
...
This changes the sorting to sort first by date and time, and only then
by ID.
refs #121
2019-06-27 16:38:56 +02:00
basti
e60651858d
1.1.1
2019-06-27 16:37:37 +02:00
basti
24390c6503
Merge pull request #129 from 67P/feature/disable_travis_success_notifcations
...
Don't send emails for successful Travis builds
2019-06-27 16:18:56 +02:00
galfert
c1d5c90745
Don't send emails for successful Travis builds
2019-06-27 16:09:24 +02:00
basti
3d20bce5e3
Merge pull request #128 from 67P/feature/new_contribution_form_name
...
Use generic contributor name in new contribution form
2019-06-27 15:06:09 +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
bad86232b4
Merge pull request #127 from 67P/bugfix/125-contribution_kind
...
Fix template syntax error
2019-06-12 16:47:09 +02:00
basti
7eb14ac4e2
Ignore release dir in eslint
2019-06-12 16:27:01 +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
5064a472f2
1.1.0
v1.1.0
2019-06-12 16:02:02 +02:00
basti
afc5a5fe50
Merge pull request #126 from 67P/dev/production_builds
...
Improve production builds and deployment
2019-06-12 15:59:10 +02:00
basti
f9f6786f95
Improve production builds and deployment
...
Removes all custom build & deploy scripts, switching to 5apps Deploy's
new build directory config instead. Builds production to `release/` when
updating the version using `npm version`.
2019-06-12 15:22:29 +02:00
basti
03f31e2d20
Merge pull request #123 from 67P/feature/122-edit_contributors
...
Update contributor profiles
2019-06-02 01:56:16 +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
58bd729acb
Formatting
2019-05-29 16:12:48 +02:00
basti
1ea5305e6e
Merge pull request #119 from 67P/feature/118-contribution_form
...
Submit contributions via form
2019-05-29 09:49:16 +02:00
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