We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current: loads all coins from coins.js which have an icon and provides search for others that don't.
coins.js
Todo: Load top X coins from list, search for others - apply the colours and icons to all coins by matching on the ticker.
The text was updated successfully, but these errors were encountered:
Coins data will be augmented into the multi-select search widget using customProperties.
Custom properties don't current seem to be exposed on the 'addItem' event, a PR has been made by @BJJLangedijk Choices-js/Choices#325
Current WIP branch for this is https://github.com/chrislennon/Crypto-Touchbar-App/tree/feature/display-tidy and pending the PR for Choices a hardcoded patched version will be implemented
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Current:
loads all coins from
coins.js
which have an icon and provides search for others that don't.Todo:
Load top X coins from list, search for others - apply the colours and icons to all coins by matching on the ticker.
The text was updated successfully, but these errors were encountered: