Components
The website steem.rocks contains a feed activity search for usernames on its home page:
https://steem.rocks/
Proposal
Steem usernames are lowercase and do not contain spaces.
The search field on steem.rocks should strip the entered username of all spaces and convert all letters to lowercase, so no errors are thrown
Mockups / Examples
This can be done easily with Pythons build-in strip() function and string.lowercase() for string operations.
Benefits
When on mobile phone, writing/starting to write a username, the autocorrect puts the first letter to uppercase.
This leads to annoying correction attempts or errors, when searching for usernames on steem.rocks.
This could be avoided be this simple addon for the application.
Posted on Utopian.io - Rewarding Open Source Contributors