lbry-desktop/ui/js
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
..
actions add datetime component, show date of publishes, store block history in redux 2017-09-03 12:35:01 -04:00
component Add regexp option to FormField 2017-09-06 14:53:57 -04:00
config format with prettier 2017-06-05 21:21:55 -07:00
constants add datetime component, show date of publishes, store block history in redux 2017-09-03 12:35:01 -04:00
modal fix imports, remove unused code 2017-08-30 13:57:42 -04:00
page Merge branch 'btzr/relative-time' 2017-09-03 12:35:49 -04:00
reducers Merge branch 'btzr/relative-time' 2017-09-03 12:35:49 -04:00
selectors Add regexp option to FormField 2017-09-06 14:53:57 -04:00
util kill utils.js, reduce (set|get)(Local|Session) to just lbry.js 2017-08-25 16:26:09 -04:00
app.js negative progress 2017-08-29 14:40:30 -04:00
jsonrpc.js reduxify pull request 325 2017-08-08 10:36:14 +01:00
lbry.js Merge branch 'btzr/relative-time' 2017-09-03 12:35:49 -04:00
lbryio.js use test stripe token when connected to api on localhost 2017-08-25 16:49:27 -04:00
lbryuri.js Add regexp option to FormField 2017-09-06 14:53:57 -04:00
lighthouse.js prettify all the files 2017-06-20 08:08:52 -04:00
main.js fix imports, remove unused code 2017-08-30 13:57:42 -04:00
rewards.js better? 2017-08-29 17:42:11 -04:00
store.js Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00