-
Notifications
You must be signed in to change notification settings - Fork 12
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 10Cap valuation (closes #88) #90
Add 10Cap valuation (closes #88) #90
Conversation
Let me know once this is ready for review :) |
81247c3
to
aac02de
Compare
I expect the breaking of this test to be fixed by PR mrhappyasthma#92.
@@ -90,7 +90,7 @@ | |||
|
|||
this.shadowRoot.append(style, wrapper); | |||
|
|||
this.animationTimeout = None; |
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.
class="form-control" | ||
id="ticker" | ||
placeholder="Ticker Symbol" | ||
maxlength=8 | ||
onkeydown="return validateInput(event)"/> |
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.
@@ -4,11 +4,11 @@ | |||
<div class="col-md-3 nopadding"> | |||
<input | |||
type="text" | |||
autofocus |
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.
Causes the search field to get activated automatically on each visit to the site (including page refresh).
@mrhappyasthma, if you see problems with this behaviour, please let me know! :)
Actually, the purpose of this commit is to bump the CI to run again, because it failed with an error that seems intermittent, and very rare.
@mrhappyasthma, ready for review! :) |
I've just noticed I needed to "undraft" it too. Done! :) |
Before: ten_cap("NVDA") = 10.834 After: ten_cap("NVDA") = 10.83
@mrhappyasthma, preview of the app with both pending PRs merged: |
Looks good to me. The small fixes are all good as well. mostly obsolete stuff that we never removed. |
Example - MSFT above 10 Cap price:
Example - PLBC below 10 Cap price: