Skip to content
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

fixes tooltips on bounty detail pages #4938

Merged
merged 4 commits into from
Aug 2, 2019
Merged

fixes tooltips on bounty detail pages #4938

merged 4 commits into from
Aug 2, 2019

Conversation

owocki
Copy link
Contributor

@owocki owocki commented Aug 1, 2019

Screen Recording 2019-08-01 at 09 13 AM

piggybacks on #4930

@codecov
Copy link

codecov bot commented Aug 1, 2019

Codecov Report

Merging #4938 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4938   +/-   ##
=======================================
  Coverage   30.63%   30.63%           
=======================================
  Files         216      216           
  Lines       17491    17491           
  Branches     2386     2386           
=======================================
  Hits         5359     5359           
+ Misses      11917    11916    -1     
- Partials      215      216    +1
Impacted Files Coverage Δ
app/dashboard/views.py 14.19% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a6ffe32...5378371. Read the comment docs.

danlipert
danlipert previously approved these changes Aug 2, 2019
@@ -112,7 +112,11 @@ var heads = {
var callbacks = {
'github_url': link_ize,
'value_in_token': function(key, val, result) {
return [ 'amount', token_value_to_display(val) + ' ' + result['token_name'] ];
var title = token_value_to_display(val) + ' ' + result['token_name'];
var title_expand = title + ' in funding from original funder.';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@owocki I'm updating this to const just to be on the safer side + to avoid hoisting

@thelostone-mc thelostone-mc merged commit 1058a00 into master Aug 2, 2019
@thelostone-mc thelostone-mc deleted the kevin/tooltips branch June 27, 2020 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants