Commit graph

31 commits

Author SHA1 Message Date
Thomas Zarebczan
4c23f4e105 Fix phone verification + claim first reward
This ensures that a newly verified user, via phone verification, automatically claims the new user reward.
2018-06-18 17:09:21 -04:00
Thomas Zarebczan
0e1df68cc2 Minor UX fixes
Includes
-some better error messages when using credits (publish, tip, send)
-claim new user reward after phone verification (requires API change)
-vertical stacking on send screen
-add missing blank slate message for transaction history
2018-06-18 02:34:59 -04:00
Mark Beamer Jr
8542c70267 added lbry_id to install/new api call. 2018-06-18 02:01:58 -04:00
Sean Yesmunt
5e7b5af5f2
Revert "claim first reward on phone verification" 2018-06-17 22:13:12 -04:00
Thomas Zarebczan
9a485a971a
claim first reward on phone verification
Didn't test this, but it should function the same way as the credit card portion on line 303
2018-06-16 16:16:19 -04:00
Travis Eden
20dc820e06 refactor doInstallNew w/o dispatch; call directly 2018-06-13 14:36:26 -04:00
Thomas Zarebczan
3594228069 add operating system
lbrynet-cli version
{
  "build": "rc",
  "lbrynet_version": "0.20.0rc14",
  "lbryschema_version": "0.0.16rc2",
  "lbryum_version": "3.2.2rc1",
  "os_release": "10",
  "os_system": "Windows",
  "platform": "Windows-10-10.0.17134",
  "processor": "Intel64 Family 6 Model 158 Stepping 9, GenuineIntel",
  "python_version": "2.7.15"
}
2018-06-13 14:36:26 -04:00
Travis Eden
61bddf3ea3 pass app version info to internal APIs 2018-06-13 14:36:26 -04:00
Amit Nandan P
8c343b16e3 #1492 Adding support to resend verification email 2018-06-06 20:47:49 -05:00
Daniel Dominguez
16c09a9ddd Move modals types constants to lbry-redux repository.
- Remove useless file modal types as is not referenced anymore in this repository.
  - Changed import statements to use lbry-redux to import modal types constants.
2018-05-05 16:04:47 -03:00
Sean Yesmunt
84dc9f45bc doShowSnackBar => doNotify 2018-04-19 14:49:47 -04:00
Sean Yesmunt
25c6ef54e1 doOpenModal => doNotify 2018-04-19 12:51:18 -04:00
Sean Yesmunt
c097c15312 fix lbry-redux imports and lint fixes 2018-04-18 00:22:42 -04:00
Sean Yesmunt
eaa11679e7 update: move to lbry-redux 2018-04-18 00:13:00 -04:00
Liam Cardenas
a81924626d Revamped analytics 2018-02-16 00:47:52 -08:00
Liam Cardenas
fa68ffee59 Patch phone verification for more informative error messages 2018-01-27 16:25:22 -08:00
Liam Cardenas
ca9f67b240 Added reset button on phone verification 2018-01-22 15:26:34 -08:00
Liam Cardenas
a34a61bce8 Add custom country code 2018-01-17 21:09:08 -08:00
Liam Cardenas
faa2753e35 Change to updated urls for phone verification 2018-01-17 18:22:52 -08:00
Liam Cardenas
fa7d265cc0 Add error messages in phone verification modal 2018-01-15 06:30:10 -08:00
Liam Cardenas
4409315353 Added phone verification functionality 2018-01-15 05:32:01 -08:00
Liam Cardenas
b9b7af2bbd Renamed userEmail... to userField... 2018-01-10 22:16:03 -08:00
Liam Cardenas
c894567eb9
Merge pull request #911 from lbryio/issue/763
Update documentation for DevTools and fix some ESLint warnings
2018-01-01 21:41:40 -08:00
Liam Cardenas
410996aa81 Disabled dependence on confirm email reward 2017-12-30 12:59:37 -08:00
Igor Gassmann
0a94082983 Convert anonymous functions to arrow functions 2017-12-27 20:48:11 -03:00
Igor Gassmann
47bdc6cbef Merge branch 'master' into issue/763 2017-12-26 10:26:15 -03:00
Liam Cardenas
5948124586 Added recaptcha compatibility 2017-12-22 18:09:06 -08:00
Igor Gassmann
7cd25e777a Pretty print and lint non-component sources 2017-12-21 18:00:33 -03:00
Igor Gassmann
a40aecfb68 Apply ESLint auto fixing 2017-12-13 18:36:30 -03:00
Jeremy Kauffman
8c403f640c new first run flow and re-org of wallet area
add changelog

add external service option to get credits page

remove testing code

fix user has existing email and grammar/typos
2017-12-08 15:13:20 -05:00
Igor Gassmann
6e282ee88f Move .js files into root of renderer dir 2017-12-04 17:12:59 -03:00
Renamed from src/renderer/js/redux/actions/user.js (Browse further)