[Condenser] Enable auto suggestion for transfer input based off of users own transfer history
Issue
Due to the inability to turn on basic autocomplete in the transfer form, users were encountering issues and scams by sending transfers to users with the wrong name. This is largely due to the fact that users had to constantly retype the name of the users they were sending transfers to.
Solution
As a solution to this issue, I have enabled the ability for condenser to check the users transfer history and suggest accounts based off this information.
Additional Config Options
This implementation of the autosuggest transfer feature activates only when the first letter of the name is typed and matched with available results. On top of this, the results are limited to 10 matches at a time in an effort to reduce screen disruption.
Screenshots
Shoutout
Props to @lexiconical for bringing this feature request. Unfortunately the implementation was not as simple as assumed, but the solution, however, is better than expected.
Links
- SteemLiberator Condenser With This Pull Request Live
- Condenser PR #1964
- @lexiconical - Feature Request: Reduce Transfer Fraud By Quickly Adding Form Autocomplete Support For The Steemit Wallet Transfer "To:" Field
Open Source Contribution posted via Utopian.io