Commit graph

1560 commits

Author SHA1 Message Date
6ea86b96
bf5fa75892 Add missing DAEMON_READY reducer 2017-05-02 19:36:31 -04:00
6ea86b96
63c3af32f8 Jam claim next purchase reward in 2017-05-02 19:36:31 -04:00
6ea86b96
3c31a9fca1 Published files working 2017-05-02 19:36:31 -04:00
6ea86b96
84a2f48c24 Increase deactivate search timeout 2017-05-02 19:35:59 -04:00
6ea86b96
1d549ff258 Fix purchasing from file actions and allow content to be watched when being
downloaded from file actions download link
2017-05-02 19:35:59 -04:00
6ea86b96
bef2f87efd reverse wallet transactions 2017-05-02 19:35:59 -04:00
6ea86b96
7a6dd93886 Downloaded file list kind of working. Not sure about sort. 2017-05-02 19:35:59 -04:00
6ea86b96
8c09469858 even smarter search 2017-05-02 19:35:22 -04:00
6ea86b96
e1d23667bc Fix NSFW blurring on search and make search show/hide smarter 2017-05-02 19:35:22 -04:00
6ea86b96
1d16c73cf4 More refactoring/fixing of file actions, tiles, etc 2017-05-02 19:34:01 -04:00
6ea86b96
f08ce3d300 A bunch of improvements and broken the back of the file rendering code now 2017-05-02 19:31:34 -04:00
6ea86b96
b0f32aebc7 Refactoring 2017-05-02 19:30:28 -04:00
6ea86b96
0419b0eb24 Add fileinfo to action data when download starts 2017-05-02 19:29:20 -04:00
6ea86b96
f3aefe4341 Don't re-render the video player when fileinfo has changed 2017-05-02 19:29:20 -04:00
6ea86b96
13008f5f31 Videos playing properly immediately after purchase 2017-05-02 19:29:10 -04:00
6ea86b96
0d658b2767 Playing videos actually working now 2017-05-02 19:27:57 -04:00
6ea86b96
e0b78368ab Playing videos working better 2017-05-02 19:25:06 -04:00
6ea86b96
674fafd31a Able to watch already downloaded videos 2017-05-02 19:23:52 -04:00
6ea86b96
31513cc1a7 put build back the way it was 2017-05-02 19:22:44 -04:00
6ea86b96
67b79fc3a0 Search working 2017-05-02 19:22:44 -04:00
6ea86b96
a9b7e8e45f webpack-dev-server 2017-05-02 19:20:53 -04:00
6ea86b96
768326fb4a Working on search 2017-05-02 19:20:53 -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
6c4ad8cee9 Starting on downloaded/published content 2017-05-02 19:13:01 -04:00
6ea86b96
5c3772dc86 Featured content 2017-05-02 19:10:35 -04:00
6ea86b96
ecd2063fed Progress on featured content 2017-05-02 19:07:46 -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
823a936c19 Check address ownership 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
573d85c302 Quick hack to speed up local building 2017-05-02 18:47:03 -04:00
6ea86b96
089572880f Wallet progress 2017-05-02 18:47:03 -04:00
Jeremy Kauffman
cee2f2a626 watch page is ded 2017-05-02 18:37:54 -04:00
Jeremy Kauffman
a123ace686 remove console 2017-05-02 18:37:54 -04:00
Jeremy Kauffman
d5b411b572 fix drawer highlight and drawer balance 2017-05-02 18:37:54 -04:00
6ea86b96
3d5e1db5e3 Redux proof of concept 2017-05-02 18:37:19 -04:00
6ea86b96
0d3647c709 Redux proof of concept 2017-05-02 18:24:21 -04:00
Alex Grintsvayg
d160710d20 Bump version: 0.10.0rc7 → 0.10.0rc8 2017-05-02 10:43:56 -04:00
Jeremy Kauffman
99405578af Merge pull request #111 from lbryio/wunderbar
Wunderbar
2017-05-02 10:31:12 -04:00
Jeremy Kauffman
9539a243b7 update changelog 2017-05-02 10:30:51 -04:00
Jeremy Kauffman
ea5d85954f a few missed behaviors 2017-05-02 10:21:33 -04:00
Jeremy Kauffman
13e198f20e releasable? 2017-05-02 10:21:33 -04:00
Jeremy Kauffman
59da42a84b show refactor and fixes 2017-05-02 10:21:33 -04:00
Jeremy Kauffman
3f923550f1 fixes, channel page stubs 2017-05-02 10:21:33 -04:00
Jeremy Kauffman
5b11c2575a still not quite releasable, but much progress 2017-05-02 10:21:33 -04:00
Jeremy Kauffman
da538a7a23 many bug fixes, working back button, progress towards working search 2017-05-02 10:21:33 -04:00
Alex Liebowitz
0b8d9e3d82 Simplify state management of viewing page
Explicitly set the page being viewed to "discover" instead of just
rendering the discover page if none is set.

Eliminates several real or possible bugs and edge cases.
2017-05-02 10:21:33 -04:00
Alex Liebowitz
a82ee8a2d5 Fix refreshing behavior on new input in WunderBar
Before, <WunderBar /> would compare the address inside it to the page
address passed in by <Header /> to determine if there was a page change.
This would cause user input to be replaced with "Home" when typing a
search, since during a search the page address is always "Home," not
the query.

Now it simply checks if the page being viewed has changed.
2017-05-02 10:21:33 -04:00
Alex Liebowitz
e42252507b Minor style fixes 2017-05-02 10:21:33 -04:00
Jeremy Kauffman
543b912ddb more cleanup / restoration 2017-05-02 10:21:33 -04:00