lbry-desktop/ui/js/component
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
..
app Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
cardMedia CardMedia component 2017-07-14 00:18:28 +01:00
cardVerify better? 2017-08-29 17:42:11 -04:00
dateTime add datetime component, show date of publishes, store block history in redux 2017-09-03 12:35:01 -04:00
fileActions Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
fileCard Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
fileList fix #460 try 783 2017-08-28 11:53:29 -04:00
fileListSearch Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
filePrice Fix for #461 2017-08-25 16:03:29 -04:00
fileTile Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
formField Add regexp option to FormField 2017-09-06 14:53:57 -04:00
formFieldPrice Using setState in formFieldPrice 2017-08-07 21:47:54 +05:30
header Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
iconFeatured reduxify pull request 325 2017-08-08 10:36:14 +01:00
inviteList add invite disclaimer text 2017-08-31 14:39:30 -04:00
inviteNew better? 2017-08-29 17:42:11 -04:00
link fix imports, remove unused code 2017-08-30 13:57:42 -04:00
linkTransaction rewards refactor to support types, add list 2017-08-29 14:40:30 -04:00
nsfwOverlay Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
publishForm fix #467 2017-08-30 18:57:50 -06:00
rewardLink Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
rewardListClaimed rewards refactor to support types, add list 2017-08-29 14:40:30 -04:00
rewardSummary fix imports, remove unused code 2017-08-30 13:57:42 -04:00
rewardTile better? 2017-08-29 17:42:11 -04:00
router fix imports, remove unused code 2017-08-30 13:57:42 -04:00
snackBar Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
splash mostly done 2017-08-18 17:47:30 -04:00
subHeader Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
transactionList decent progress 2017-08-29 14:40:30 -04:00
transactionListRecent better? 2017-08-29 17:42:11 -04:00
truncatedMarkdown Extract TruncatedMarkdown component 2017-07-13 13:52:48 +07:00
uriIndicator Fix loading state on file card and uri indicator when claim is already available 2017-06-16 09:48:55 +07:00
userEmailNew better? 2017-08-29 17:42:11 -04:00
userEmailVerify rework welcome flow and copy again 2017-07-27 21:13:12 -04:00
userVerify Update view.jsx 2017-08-31 11:09:53 -04:00
video Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
walletAddress more verification copy tweaks 2017-08-30 09:04:36 -04:00
walletBalance better? 2017-08-29 17:42:11 -04:00
walletSend Add regexp option to FormField 2017-09-06 14:53:57 -04:00
wunderbar Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
common.js decent progress 2017-08-29 14:40:30 -04:00
file-selector.js allow user to create new directory when choosing download directory 2017-06-14 21:03:20 -07:00
form.js significant additional form changes and cleanup 2017-08-06 18:27:37 -04:00
load_screen.js use React.PureComponent 2017-06-07 21:42:19 -07:00
menu.js add comment to clarify fix 2017-08-28 13:56:55 -04:00
tooltip.js use React.PureComponent 2017-06-07 21:42:19 -07:00