basti
50e1fc728c
Cache contributors in IndexedDB
2020-05-27 17:33:36 +02:00
basti
871731110b
Process contributor data
...
Add util function for processing contributor data, and remove bignums,
etc.
2020-05-27 16:27:08 +02:00
basti
f996c89dfe
Add localforage, basic cache service
2020-05-27 12:59:37 +02:00
basti
3cc01cce4e
Fix some minor template issues
2020-05-11 13:15:17 +02:00
basti
cedbe3cb3d
Formatting
2020-05-11 13:03:46 +02:00
basti
b8da04c145
Re-add contribution status class
2020-05-11 13:03:46 +02:00
galfert
009caa53e5
Fix typo in contribution-status helper
...
The wrong property name caused an exception when trying to remove the observer.
2020-05-11 12:18:07 +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
12df28f7fd
Fix ESLint errors
2020-05-11 10:21:22 +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
3f4cc39067
Refactor assignment
...
Co-authored-by: Garret Alfert <alfert@wevelop.de >
2019-12-13 17:04:52 +01: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
basti
04a7f9139d
Allow partial override of contribution attributes
2019-12-10 13:40:08 +03:00
basti
9c063b82f1
Merge pull request #169 from 67P/feature/163-small_screen_details_new
...
Show contributor/contribution details on mobile
2019-12-02 15:57:22 +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
galfert
c321dc51b0
Reset iOS button styling
...
Removes the pill shaped, shaded button styling on iOS.
2019-11-29 17:44:22 +01:00
basti
47b7a6501b
Add intro text for new users
...
closes #164
2019-11-27 12:39:49 +01:00
basti
42304a8e27
Fix account panel breaking out of topbar on mobile
...
refs #163
2019-11-27 11:55:08 +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
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
basti
12b127c75d
Merge pull request #158 from 67P/feature/recompute_helper
...
Make contribution-status helper recompute
2019-10-18 09:56:50 +02:00
basti
a7dd058d21
Remove obsolete parens
2019-10-18 09:52:38 +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
basti
1deecafee7
Handle pending changes for contributions
...
This adds the pending tx data to pending contributions (after adding or
vetoing, until the tx is mined). It also disables the veto button while
pending.
2019-09-20 15:43:34 +02:00
basti
51d8b6c8c1
Respect disabled button color for all buttons
2019-09-20 15:40:22 +02:00
basti
6995b67a22
Add support for Zoom display name in profiles
2019-09-18 09:35:24 +02:00
basti
0076d59a42
Remove obsolete ID from icon markup
2019-09-18 09:35:06 +02:00
basti
36b92d97ca
Use configured IPFS gateway URL on contributor profile
2019-09-18 09:34:11 +02:00
basti
f272bcfcbc
Prevent transition abortion on contributor save
2019-09-18 09:32:57 +02:00
basti
985e1673ac
Add Zoom icon
2019-09-18 09:31:58 +02:00
basti
8be18fc27c
Merge pull request #155 from 67P/feature/resubmit_vetoed_contribution
...
Re-submit vetoed contributions
2019-09-10 16:53:36 +02:00
basti
89391c1543
Update details of pending contribution when mined
...
Fetches complete details of new contributions and replaces any potential
pending, incomplete objects in the collection.
2019-09-10 15:21:50 +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
5a5051bac6
Check required network before using user provider
...
closes #82
2019-09-04 18:51:49 +02:00
basti
304c0ac8d0
Only use user wallet if it's already open/connected
2019-09-04 18:29:25 +02:00
basti
cae13ed662
Sign in button to connect account
2019-09-04 18:22:48 +02:00
basti
2a384f3eed
Improve sizing of entire layout
2019-09-01 18:06:56 +02:00
basti
5dde978499
Merge branch 'master' into feature/signup
2019-08-29 12:46:00 +02:00