-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enable users to choose between BTC and USD currency #12
Conversation
seems alright |
// New Transaction | ||
// ------------------------- | ||
|
||
#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.
let's not use ids. Classes are good enough. See: http://oli.jp/2011/ids/
Conflicts: controllers/coinbase_api.js controllers/new_transaction.js
.example-numbers | ||
input#transactionRecipient.form-control(class='tt-query typeahead', type='text', autofocus=true, autocomplete='off', spellcheck='false', dir='auto', style='position: relative; vertical-align: top; background-color: transparent;') | ||
input.form-control.transactionRecipient(class='typeahead', type='text', autofocus=true, autocomplete='off', spellcheck='false', dir='auto') |
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.
@yskhoo I'm gonna let this go because we might revamp the UI completely, but try to keep class name styles consistent.
Enable users to choose between BTC and USD currency
CR: @ryanjadhav, @mstorus, @dzoba