-
-
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
bounty/fee: fixes formula + css cleanup + makes fee editable #4244
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4244 +/- ##
==========================================
+ Coverage 30.13% 30.13% +<.01%
==========================================
Files 209 209
Lines 16692 16694 +2
Branches 2230 2230
==========================================
+ Hits 5030 5031 +1
- Misses 11481 11482 +1
Partials 181 181
Continue to review full report at Codecov.
|
app/assets/v2/js/pages/new_bounty.js
Outdated
@@ -624,6 +624,27 @@ $(window).on('load', function() { | |||
}); | |||
}); | |||
|
|||
var check_balance_and_alert_user_if_not_enough = function(tokenAddress, amount) { |
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.
should we try and reuse the one in shared.js
@danlipert ?
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.
@thelostone-mc yeah I think so, its just one line difference essentially
Description
After fix it looks LIKE THIS
No change in behavior but will help when dynamic fee PR is being built out