Commit graph

22 commits

Author SHA1 Message Date
Jeremy Kauffman 0a543a3dcd Merge branch 'tipping_button' of https://github.com/hackrush01/lbry-app into hackrush01-tipping_button 2017-09-07 08:20:23 -04:00
Jeremy Kauffman b32f3cbafe default balance to undefined, fixes #534 2017-09-06 15:05:35 -04:00
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
Jeremy Kauffman 2b77c16cdd add datetime component, show date of publishes, store block history in redux 2017-09-03 12:35:01 -04:00
hackrush 5b96039b99 Transaction list now displays additional information
Removed older modal files
2017-09-02 21:06:27 +05:30
hackrush 5b49915ff6 Merge branch 'master' into tipping_button 2017-09-01 14:02:35 +05:30
Jeremy Kauffman 339945018d Fix bugs in history navigation in stack ordering and loss of scrolling
and refactor history
2017-08-30 13:40:51 -04:00
Jeremy Kauffman 7cd24c850a fixes from code review 2017-08-30 09:04:38 -04:00
Jeremy Kauffman 8c012bc087 negative progress 2017-08-29 14:40:30 -04:00
Jeremy Kauffman 2013da3fac decent progress 2017-08-29 14:40:30 -04:00
hackrush 0054723ed6 Added Fee column 2017-08-25 18:56:43 +05:30
hackrush a2cc9afe05 Displays additional fields in the transaction list 2017-08-20 15:21:57 +05:30
Jeremy Kauffman e0b8afe028 midway through auth rewrite 2017-06-07 11:56:01 -04:00
Jeremy Kauffman 2172555096 change prettier options 2017-06-06 17:19:12 -04:00
Sean Yesmunt c8b949f020 format with prettier 2017-06-05 21:21:55 -07:00
Jeremy Kauffman 3c325b2f0a where's the triggers?! also very broken 2017-05-10 20:59:47 -04:00
6ea86b96 bef2f87efd reverse wallet transactions 2017-05-02 19:35:59 -04:00
6ea86b96 bb9a71805b Loading show page content fast, resolving cost and file info.
Rewards and uploaded/downloaded files currently broken
2017-05-02 19:16:42 -04:00
6ea86b96 4fe3fe5dcb Progress on sending transactions 2017-05-02 18:47:03 -04:00
6ea86b96 4c07198b03 Some transactions cleanup and starting on sending 2017-05-02 18:47:03 -04:00
6ea86b96 bd103ee956 Fix for generating a wallet address on load 2017-05-02 18:47:03 -04:00
6ea86b96 089572880f Wallet progress 2017-05-02 18:47:03 -04:00