-
-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dashboard for sponsors #7064
Conversation
51796c4
to
0d077ad
Compare
Codecov Report
@@ Coverage Diff @@
## master #7064 +/- ##
=======================================
Coverage 26.27% 26.28%
=======================================
Files 301 300 -1
Lines 29455 29445 -10
Branches 4330 4333 +3
=======================================
- Hits 7740 7739 -1
+ Misses 21444 21435 -9
Partials 271 271
Continue to review full report at Codecov.
|
some comments:
cc @willsputra & @PixelantDesign for what you guys think design-wise. |
|
last change @zoek1 could we make the switch blue color - same as chat icon color? |
<div> | ||
<span v-if="!isMobileDevice" class="font-body font-weight-semibold">[[ prize.total_submitted ]]/[[prize.total_projects]] Submitted</span> | ||
<span v-if="prize.paid" class="ml-5 font-body font-weight-semibold gc-text-green"><span class="fas fa-check"></span> Paid</span> | ||
<a v-if="!prize.paid" :href="`/issue/payout?pk=${prize.pk}`" class="ml-5 font-body font-weight-semibold">Unpaid</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zoek1 @PixelantDesign This is where it was added in!
Description
https://www.loom.com/share/060db786639a4ca2bfaa126503fd7e63
Refers/Fixes
#5669
Testing