Commit graph

283 commits

Author SHA1 Message Date
Jeremy Kauffman 31fb723d87 invites basics 2017-08-29 14:40:30 -04:00
Jeremy Kauffman 1cbc96533b refactor wallet area 2017-08-29 14:40:30 -04:00
Jeremy Kauffman a31e064c3e fix pagination of channels 2017-08-24 17:12:32 -04:00
Jeremy Kauffman 3de3dd2544 Merge branch 'i18n' 2017-08-24 13:43:16 -04:00
Jeremy Kauffman 68e0eb66d2 save setting, fix warning 2017-08-24 13:33:41 -04:00
Akinwale Ariwodola 48b02567a0 fixed locale change bug 2017-08-23 00:50:59 +01:00
Jeremy Kauffman 6e61a9f73c further improvements to backup wallet content 2017-08-22 17:28:01 -04: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
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
Baltazar Gomez 6842d844de add class for pagination break 2017-08-08 22:16:25 -06: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
hackrush 9c3d63353d Created a more generic PriceForm component
- [ ] Fixes #426

Modifying form to use single onChange event.

ONLY MEANT FOR TESTING, NOT MERGING.
2017-08-06 18:27:08 -04:00
Jeremy Kauffman e39afb3a59 fix case of null user in auth 2017-08-02 19:17:28 -04:00
Jeremy Kauffman a83aee1452 flow for failed authentication 2017-08-02 18:55:58 -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
Jeremy Kauffman 16c2eb9479 pagination styles 2017-07-29 15:35:16 -04:00
6ea86b96 d7ceeb15cf Add pagination
Some bad pagination CSS
2017-07-29 15:35:14 -04:00
Jeremy Kauffman 00f2413597 some css cleanup 2017-07-29 14:14:09 -04:00
Akinwale Ariwodola a76afb0253 discover page horizontal scroll initial progress
added translate3d transform for card hover and sibling cards

implemented simple horizontal scroll animation

updated header z-index

switched z-index of cards on hover with horizontal left/right nav buttons

removed unnecessary code

added transition and states for horizontal scroll arrows, and some css tweaks and fixes
2017-07-29 14:14:09 -04:00
Jeremy Kauffman 778c73cf33 add link to auth flow to exit 2017-07-29 12:58:31 -04:00
Jeremy Kauffman 687321d91b rework welcome flow and copy again 2017-07-27 21:13:12 -04:00
Jeremy Kauffman e68fbc99b9 Merge pull request #387 from lbryio/settings-fix
Settings fix
2017-07-26 07:36:06 -04:00
6ea86b96 6eb9c5cc66
Stop app blowing up on refresh on settings page 2017-07-26 15:20:18 +07:00
6ea86b96 4f068afa98
Remove old commented code in settings/view 2017-07-26 15:17:39 +07:00
Jeremy Kauffman 85468c350c minor flow tweak for grandfathered users 2017-07-25 14:34:28 -04:00
Jeremy Kauffman deefd9c824 Merge branch 'master' into hackrush 2017-07-25 10:10:05 -04:00
Jeremy Kauffman 47734955d5 update labels and help copy 2017-07-25 10:07:17 -04:00
Jeremy Kauffman 29553bc391 auth flow fixes 2017-07-24 18:59:26 -04:00
Jeremy Kauffman 9bb618e3af Merge remote-tracking branch 'origin/master' into rewards3 2017-07-24 18:16:07 -04:00
Jeremy Kauffman 551f67bdaa remove bandwidth settings 2017-07-24 18:15:51 -04: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 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
hackrush d07a0bd8ad A quick fix for oscuring cards for nsfw content.
The download cards in page were not obscured when opening a link
directly(e.g. lbry://jacki2).
2017-07-16 15:35:57 +05:30
Jeremy Kauffman 902b7f203c cleanup previous commit 2017-07-15 15:24:57 -04:00
Jeremy Kauffman a7195d12e1 discover page vertical jumping fix 2017-07-15 15:15:17 -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