-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Fix/sponsors #7170
Fix/sponsors #7170
Conversation
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.
Could we see a video @zoek1 ?
cc @thelostone-mc
from the short jam with @PixelantDesign & @vs77bb today:
|
#7176 addresses some of the comments above |
Looks great @zoek1! Could we make a few more updates?
|
Codecov Report
@@ Coverage Diff @@
## master #7170 +/- ##
=======================================
Coverage 26.18% 26.19%
=======================================
Files 297 297
Lines 29385 29405 +20
Branches 4342 4347 +5
=======================================
+ Hits 7694 7702 +8
- Misses 21415 21432 +17
+ Partials 276 271 -5
Continue to review full report at Codecov.
|
[[ prize.total_submitted ]] / [[prize.total_projects]] Submitted | ||
</span> | ||
<span v-if="prize.paid" class="ml-5 gc-text-green"><span class="fas fa-check mr-2"></span>PAID</span> | ||
<a v-else :href="`/issue/payout?pk=${prize.pk}`" class="ml-2 ml-xl-5 btn btn-outline-primary font-smaller-5">PAY</a> | ||
<a v-else :href="`/issue/payout?pk=${prize.pk}`" class="ml-5 gc-text-blue">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.
Why was this changed back ? Could we keep it to what it was
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.
@PixelantDesign request me change this to the previous implmementation
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.
@PixelantDesign waiting on confirmation ^
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.
What was the change y'all are referring to?
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 looks like it was never supposed to be a link in the first place!
If that is the case -> this makes sense but you'll have to remove the
I leave it to you and alisa to decide if on clicking this label -> it behaves as an accordion
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 looks like you sort of overwrote the HTML file while resolving the conflicts
Could you redo them just to add your changes ?
<i class="fas fa-angle-up"></i> | ||
<b-button style="right: 0;top: -5px" class="position-absolute" v-if="prize.total_projects" v-b-toggle="`accordion-${prizeIndex}`" @click="togglePrize(prizeIndex)" variant="link"> | ||
<i class="fas fa-angle-up" v-if="!prize.open"></i> | ||
<i class="fas fa-angle-down" v-else></i> |
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.
<i class="fas fa-angle-down" v-if="prize.open"></i>
<i class="fas fa-angle-up" v-else></i>
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.
The intention is to show an unpaid status. when user click it, it should just expand the row to see details.
The link was never intended to trigger payout flow. Not sure where that came from.
To make it even more we could show x/y Submitted Review Submission (this link will expand the accordian).
Comments from @PixelantDesign to get in sync the desired aspect of the dashboard
|
yayyyy |
Description
https://www.loom.com/share/3522b328cd434198a80cf9cdb84c8fec
Refers/Fixes
#7158
Testing