-
-
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
Add showcase section to hackathons #7011
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.
Looks great!
What do you think @fluffays @willsputra |
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.
really nice
Looks good 🚀 ! I've got 3 small suggestions:
|
What do you think @vs77bb @connoroday since y'all will be using this page? |
llooks pretty exciting. hoping to get this in for SFBW |
app/assets/v2/css/gitcoin.css
Outdated
@@ -71,6 +71,7 @@ h4, | |||
background-position: 0px 0px; | |||
background-repeat: no-repeat; | |||
position: relative; | |||
z-index: 3; |
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 is this needed?
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.
this is used over the site in some places the next box need to overlap the header, for example on onboard.
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.
good catch, this change was from another PR isn't required here.
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.
left a comment about z-index.
Also can we apply the default input styles we use in other parts of the site and align them horizontally ?
Excited for this one! |
@frankchen07 need 1 more review! |
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.
LGTM
some quick comments:
anything with a dropdown looks to be editable, where as things like bounties and coders we're pulling directly?
add spotlight = add sponsor & description?
Codecov Report
@@ Coverage Diff @@
## master #7011 +/- ##
==========================================
+ Coverage 26.27% 26.30% +0.02%
==========================================
Files 300 300
Lines 29343 29359 +16
Branches 4319 4321 +2
==========================================
+ Hits 7711 7724 +13
- Misses 21361 21364 +3
Partials 271 271
Continue to review full report at Codecov.
|
def get_winners(self, obj): | ||
return reduce(lambda total, prize: total + len(prize.paid), Bounty.objects.filter(event=obj).distinct(), 0) |
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.
seems even with one winner project still getting 0
Description
Refers/Fixes
#6769
Testing