Commit graph

136 commits

Author SHA1 Message Date
Jeremy Kauffman
1019a94221 theme refactor and bug fix 2017-09-06 20:52:34 -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
btzr-io
8c033d6fef display published date
Fix #59
2017-09-01 21:59:25 -06:00
Jeremy Kauffman
56c7561673 fix mis-merge of navigation fix 2017-08-30 14:39:20 -04:00
Jeremy Kauffman
4b759412c1 fix imports, remove unused code 2017-08-30 13:57:42 -04:00
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
c7522dc0a5 better?
merging is hard

releasable?
2017-08-29 17:42:11 -04:00
Jeremy Kauffman
2fb0bf4a14 invites for all 2017-08-29 17:42:11 -04:00
Jeremy Kauffman
b07682ef9d wallet changes
finish rebase
2017-08-29 17:42:09 -04:00
Jeremy Kauffman
8c012bc087 negative progress 2017-08-29 14:40:30 -04:00
Jeremy Kauffman
7b5e752e90 properly split welcome modal logic 2017-08-29 14:40:30 -04:00
Jeremy Kauffman
2013da3fac decent progress 2017-08-29 14:40:30 -04:00
Jeremy Kauffman
2b8296fcc3 rewards refactor to support types, add list 2017-08-29 14:40:30 -04:00
Jeremy Kauffman
31fb723d87 invites basics 2017-08-29 14:40:30 -04:00
Jeremy Kauffman
b49318aead Merge pull request #496 from lbryio/redux_volume
Issue #323 switch volume preference to use redux
2017-08-25 16:17:26 -04:00
Jeremy Kauffman
cb70fdb4b3 remove unused code 2017-08-25 16:04:05 -04:00
Akinwale Ariwodola
faa1c4634b Issue #323 switch volume preference to use redux 2017-08-25 20:05:00 +01:00
Jeremy Kauffman
cefc882474 more i18n progress 2017-08-19 14:03:51 -04:00
Akinwale Ariwodola
970539ffae fixed merge conflicts with latest master 2017-08-19 09:01:31 +01:00
Jeremy Kauffman
5bec6accc2 mostly done
refactor modals and settings, clean-up CHANGELOG
2017-08-18 17:47:30 -04:00
Baltazar Gomez
9d02df5446 prevent duplicated history / get history length
implement custom history

fix history back / forward actions

fix react error

fix back / forward actions -> use doChangePath

revert history state

return page index / location from history stack

implement custom history -> react/redux style

remove util/createHistory.js

 tidy up / simplify

fix comments
2017-08-18 13:18:15 -04:00
Jeremy Kauffman
22fbf13715 attempt to disable back/forward buttons 2017-08-18 13:18:15 -04:00
Jeremy Kauffman
622f1aaa37 backup help 2017-08-15 17:42:48 -04:00
hackrush
aefda6398b Added wallet backup guide referance.
It also displays the current wallet path so user doesn't have to "go
places"

Could use a different/better msg though, this was more of a place
holder.
2017-08-15 17:20:38 -04:00
Akinwale Ariwodola
d591886df5 reduxify pull request 325 2017-08-08 10:36:14 +01:00
Jeremy Kauffman
a299ca2ddd significant additional form changes and cleanup 2017-08-06 18:27:37 -04:00
Jeremy Kauffman
b6d3a52f5d featured icon for reward content 2017-07-29 18:56:08 -04:00
Alex Liebowitz
230d2a451c Indicate content eligible for Hot Right Now reward 2017-07-29 17:54:05 -04:00
6ea86b96
d7ceeb15cf Add pagination
Some bad pagination CSS
2017-07-29 15:35:14 -04:00
Jeremy Kauffman
687321d91b rework welcome flow and copy again 2017-07-27 21:13:12 -04:00
Jeremy Kauffman
ac34faea80 Merge remote-tracking branch 'origin/master' into rewards3 2017-07-24 18:09:37 -04:00
6ea86b96
b99d58c3f9 Track downloading files by outpoint 2017-07-22 10:54:15 +07:00
Jeremy Kauffman
c67fe5aae6 update to master 2017-07-21 17:45:37 -04:00
6ea86b96
cad678417e Add access token to help page 2017-07-21 17:29:01 -04:00
Jeremy Kauffman
ed2cbc0555 minor cleanup, update api field name 2017-07-20 15:03:01 -04:00
Jeremy Kauffman
c2a611f11c more user flow improvements, possibly ready 2017-07-19 21:07:17 -04:00
Jeremy Kauffman
38fd451e72 add startup daemon version check, refactor daemon versioning to package.json 2017-07-19 17:05:08 -04:00
Jeremy Kauffman
d7fdaa08e2 more progress 2017-07-19 11:09:40 -04:00
6ea86b96
a7c4df9393 Revert "Merge pull request #331 from akinwale/issue312"
This reverts commit a83b695602, reversing
changes made to 1d01dc8303.
2017-07-19 15:36:22 +07:00
Jeremy Kauffman
ab9150fb27 end-to-end barebones 2017-07-18 19:00:13 -04:00
Jeremy Kauffman
a83b695602 Merge pull request #331 from akinwale/issue312
Issue #312 home page scroll position on back navigation
2017-07-18 14:32:53 -04:00
Jeremy Kauffman
16abedbf3a moderate progress 2017-07-16 12:29:46 -04:00
Jeremy Kauffman
b3de4ceee9 beginnings of new flow 2017-07-15 15:25:39 -04:00
Akinwale Ariwodola
187ac405fe Modified to use redux store and return to previous scroll position only upon back navigation 2017-07-13 16:32:32 +01:00
6ea86b96
d1eb8f5de3 Stop old file infos from updated claims appearing in downloaded file list 2017-07-13 13:52:48 +07:00
6ea86b96
470f61da9d commit little and often fail 2017-07-13 13:52:47 +07:00
6ea86b96
f3fdf5e841 Rename pending to fetching in selectors to avoid confusion 2017-07-13 13:52:47 +07:00