lbry-desktop/ui
Alex Liebowitz de08c04158 Add regexp option to FormField
Still needs logic to notify the form when there's invalid input

Add address validation to Send page

Trim address input on Send page

Adds trim prop to FormField

Improve LBRY address regexp

On Send page, don't prevent form submit, and only show error on blur

This isn't a full fix (it only handles blur, it's still the form's
job to do validation on submit). A proper solution to this (that can
generalize to other forms) will probably involve looking at all of the
inputs and asking each one whether it has an error, which will
require some tricky state management.

On Send page, use error message from daemon

Update CHANGELOG.md

Further improve invalid address regexp

 - Remove incorrect check for second character
 - Add "O" to chars excluded from b58 section
 - Allow for 33-character addresses

Don't internationalize daemon error message on Send page

remove console, add i18n
2017-09-06 14:53:57 -04:00
..
dist decent progress 2017-08-29 14:40:30 -04:00
js Add regexp option to FormField 2017-09-06 14:53:57 -04:00
scss added semicolons 2017-09-01 09:08:15 +01:00
.babelrc Add 'ui/' from commit 'efc28c6644b7970403e3a11523cbf6e336eee52d' 2017-03-09 12:11:46 -05:00
.eslintrc.js Add 'ui/' from commit 'efc28c6644b7970403e3a11523cbf6e336eee52d' 2017-03-09 12:11:46 -05:00
extractLocals.js create locales dir if it doesnt exist 2017-06-21 08:23:21 -04:00
package.json Bump version: 0.15.0rc5 → 0.15.0 2017-08-31 14:40:05 -04:00
README.md switch to yarn 2017-06-26 13:08:54 -04:00
watch.sh switch to yarn 2017-06-26 13:08:54 -04:00
webpack.config.js update packages and fix build warnigs 2017-08-15 23:02:16 -04:00
webpack.dev.config.js store auth token in OS keyring, not in local storage 2017-06-21 08:41:07 -04:00
yarn.lock update packages and fix build warnigs 2017-08-15 23:02:16 -04:00

Development Setup