Commit graph

94 commits

Author SHA1 Message Date
Dalton 1769140c98 removed unused history 2020-02-14 17:28:48 -05:00
Dalton 0a50a5f6b8 moved useEffect to router 2020-02-14 17:28:48 -05:00
Dalton f2f19b7863 history works well but only for channel related pages - need to add title update hook for other pages 2020-02-14 17:28:48 -05:00
Sean Yesmunt 8bb7c5b5ea redirect repost urls to claim urls 2020-02-14 11:42:38 -05:00
Sean Yesmunt 2619adb880 add supports to 'top' page 2020-02-12 15:34:59 -05:00
Sean Yesmunt c9e759fc9f add youtube verified message 2020-02-12 14:11:13 -05:00
Sean Yesmunt 87baaf960e fix wrong amount showing for effective_amount visual 2020-02-12 10:51:33 -05:00
Sean Yesmunt 24b29f341b make sure to show correct url on winning search term 2020-02-11 15:02:29 -05:00
Sean Yesmunt 6a529d55ba mvp for 'top' page 2020-02-11 15:02:29 -05:00
Sean Yesmunt 9343f5855c fix winning claim for top search results 2020-02-11 13:38:06 -05:00
Sean Yesmunt 799b4843d6 remove trending on lbry section 2020-02-10 13:59:53 -05:00
Sean Yesmunt 2333c76667 add lbrycast to homepage 2020-02-06 15:11:00 -05:00
jessop 39cb1cef55 show page will not flash abandoned on load 2020-02-06 13:45:57 -05:00
jessop ac62156229 fix bugs and review changes 2020-02-05 13:25:31 -05:00
jessop 8ce05ebf76 provide ability to unfollow abandoned channels 2020-02-05 13:25:31 -05:00
Sean Yesmunt 0203f7a45f fix view counts 2020-02-04 01:02:39 -05:00
Sean Yesmunt f1742eca25 Revert "Right Click to Navigate History (#3547)"
This reverts commit 6d88d87ff2.
2020-02-03 12:27:14 -05:00
Dalton Hill 6d88d87ff2
Right Click to Navigate History (#3547)
* merge && backwards functionality working (kind of) WIP

* wip - need to fix forward and backwards buttons

* history works well but only for channel related pages - need to add title update hook for other pages

* moved useEffect to router

* renamed buttonNavigation -> navigationButton

* removed unused history

* fixed issue with lbry.tv

* disable button if no entries

* added max size for history

* set correct margin-top for nav button dropdown

* cleanup

Co-authored-by: Sean Yesmunt <sean@lbry.io>
2020-02-03 10:19:15 -05:00
jessop c7351551da blocks mature content from search when appropriate
wip bump lbry-redux

refactor search selector

bump redux
2020-01-31 15:10:35 -05:00
jessop 8615406507 make embeds log views in analytics 2020-01-31 14:33:59 -05:00
jessop a1e24d6dcc actually disable autoplay in embeds 2020-01-31 13:33:21 -05:00
Sean Yesmunt 90bcfaa865 fix encoded urls getting 404'd 2020-01-29 15:31:46 -05:00
jessop 7f0fd02ffc pass nsfw=false to lighthouse searches 2020-01-29 14:27:50 -05:00
jessop 3e40838ae3 add review changes 2020-01-28 10:20:54 -05:00
jessop 33672a789b app plays embed in iframe
make player full screen and prepared for overlay actions

small changes

cleanup
2020-01-28 10:20:54 -05:00
Sean Yesmunt c652ac8ed6 add same claim_search releaseTime hack on the homepage 2020-01-24 16:09:46 -05:00
Thomas Zarebczan 9a1a3d7fa6 Fix: improve release time claim search
To improve search performance, assume we want content from the past year when viewing new and trending. Also pass rounded values to top so queries don't re-execute incorrectly.
2020-01-24 11:34:05 -05:00
Sean Yesmunt bebf8295d5 add RewardAuthIntro on the invites page 2020-01-22 12:47:22 -05:00
Sean Yesmunt a2ceb9df59 show authenticated rows on desktop 2020-01-22 11:17:59 -05:00
Dalton 9323b456bf fixes #3507 by adding 'no results' text to channel search if no results are returned from search
search results now have same style as default content

used ClaimList instead of copying code

addressing pr comments
2020-01-21 11:53:47 -05:00
Thomas Zarebczan 939a7d7689 feat: app image + cookie
fix: password stuff
2020-01-21 09:50:16 -05:00
Sean Yesmunt ba675f48c9 new homepage 2020-01-20 12:09:57 -05:00
Dalton 8df1e3f6c7 fixes #3502 by changing the way we 'queue' search queries 2020-01-16 11:27:24 -05:00
Dalton fb7fa5a19e fixes #3303 by stopping event propagation for left and right arrow keys in the search bar 2020-01-15 10:16:42 -05:00
Sean Yesmunt 93e8616e2e referrals round 2 2020-01-14 15:50:10 -05:00
Sean Yesmunt b15f728d16 Revert "Feat new referrals" 2020-01-14 15:01:54 -05:00
jessop f130fae214 fix shortUrl subscriptions
refactor invited page
check if subscribed first
always follow regardless of reward status
2020-01-14 12:42:57 -05:00
jessop 92af68d912 new invite route 2020-01-14 12:42:55 -05:00
Dalton 5a544a43e8 added clearPublish when user selects new publish from the navbar
added clearPublish() to the 'new publish' link on user's publish page if they have previously published

menu drop-down does not clear publishes && increase size of button font in card headers

increased size of card header button icons
2020-01-14 10:49:51 -05:00
Dalton 189bef4287 fixes #3348 by clearing publish fields when user clicks the 'new publish' button 2020-01-14 10:49:51 -05:00
Dalton afda19ccd8 fixes #3306 by not showing the edit screen on a channel that is not yours 2020-01-13 10:42:40 -05:00
Sean Yesmunt b44182e751 mobile styling hot fixes 2020-01-08 00:04:35 -05:00
Sean Yesmunt 618b186ac1 cleanup 2020-01-06 16:35:43 -05:00
Sean Yesmunt 72b9f3efdd new text viewer layout 2020-01-06 16:35:43 -05:00
Jeremy Kauffman c3fe63fe65 more i18n fixes 2020-01-03 17:07:57 -05:00
Jeremy Kauffman 7527cef3fe fix international for views 2020-01-03 14:33:35 -05:00
Sean Yesmunt a31178318a fix channel page style 2020-01-03 14:25:00 -05:00
Sean Yesmunt 5d893bc420 fix channels page 2020-01-02 19:06:45 -05:00
Sean Yesmunt 0094f20190 remove suggested subs from tags manage page 2020-01-02 18:16:54 -05:00
Sean Yesmunt 0b38bb1f1a moar cleanup 2020-01-02 18:16:54 -05:00