basti
7b1c3c813c
Finish reimbursement loading and sync
2020-10-30 15:26:32 +01: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
8074d2d0e3
Hide empty sections in budget
2020-07-10 13:01:06 +02:00
basti
11c3078b55
Style reimbursement list items
2020-07-09 23:53:06 +02:00
basti
eaac245f4e
WIP Basic reimbursement lists
2020-07-09 15:46:20 +02:00
basti
95743330e4
WIP Generic data handling and caching
...
Add basic support for reimbursements via new, generic data handling
functions.
2020-06-27 16:35:45 +02:00
basti
3b127b0e81
WIP Budget route and basic layout
2020-06-27 13:36:28 +02:00
basti
63dd5430bc
WIP Sync contributions
2020-05-29 18:56:05 +02:00
basti
3cc01cce4e
Fix some minor template issues
2020-05-11 13:15:17 +02:00
basti
22300c2980
Fix actions, etc.
2020-05-11 10:21:23 +02:00
basti
018132034d
Fix github icon filename
2020-05-11 10:21:23 +02:00
basti
2f4f350a93
WIP Octanify the templates
2020-05-11 10:21:18 +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
aa351cbe17
Move icon templates out of pod directory
...
Glimmer components don't have extra markup around them, so we don't need
the component JS files anymore. Also, we can easily ignore the icon
templates when linting now.
2020-05-09 17:37:58 +02:00
basti
065c635580
Upgrade to latest Ember, etc.
2020-05-09 17:07:35 +02:00
basti
0a6b6180b9
Add "give kredits" button to contributor profiles
...
closes #172
2019-12-12 17:33:08 +01:00
basti
536868002f
Support query params for adding contribution
...
Just contributor ID, kind, and amount for now.
2019-12-10 18:16:54 +01:00
galfert
256197094e
Don't show intro text on details page
2019-11-29 18:06:32 +01:00
galfert
9898d4bb1d
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.
2019-11-29 18:05:52 +01:00
basti
47b7a6501b
Add intro text for new users
...
closes #164
2019-11-27 12:39:49 +01:00
basti
9a4db6daf6
Do not require account for filtering contributions
2019-11-27 11:00:10 +01:00
basti
5d29bd9604
Add copy/re-submit button to all contribution details
...
We can in fact just use the exact same re-submission as for vetoed
contributions. So all that is needed is a new button in the UI.
closes #161
2019-11-21 21:13:42 +01:00
basti
36b92d97ca
Use configured IPFS gateway URL on contributor profile
2019-09-18 09:34:11 +02:00
basti
05e3118a0c
Re-submit vetoed contributions
2019-09-10 11:47:07 +02:00
basti
494b5d9bdd
Use configured IPFS gateway URL for button
2019-09-05 11:53:20 +02:00
basti
f8f1ad644c
WIP: vetoed contribution details
...
Adds a blurb and resubmit button to the detail view for vetoed
contributions.
2019-09-05 11:36:50 +02:00
basti
dc5dfe19f2
Add success page to GitHub signup
2019-08-27 18:19:46 +02:00
galfert
413bcddb1e
Wire up signup via Github
2019-07-26 03:38:18 +02:00
basti
d6d2b1a61c
Add signup completion page
2019-07-21 17:03:50 +02:00
basti
4c70c0d233
Basic signup view
2019-07-21 16:04:00 +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
basti
b02967c5ef
Basic contribution details
...
Adds a details pane for contribution records, similar to contributor
profiles.
Just the basic details for now. Can be extended with all kinds of
data, links, icons, etc. from here on.
2019-07-17 12:58:16 +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
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
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
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
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
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
fad10ec1ea
Use sorted contributor list for dropdown
2019-05-23 10:29:18 +02:00
basti
22a9786168
Add contribution basics
2019-05-23 09:46:09 +02: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