Livestream category improvements #7115
No reviewers
Labels
No labels
accessibility
app-parity
area: creator
area: daemon
area: design
area: devops
area: discovery
area: docs
area: installer
area: internal
area: livestream
area: performance
area: proposal
area: reposts
area: rewards
area: search
area: security
area: subscriptions
area: sync
area: ux
area: viewer
area: wallet
BEAMER
channel
comments
community PR
consider soon
core team
css
dependencies
electron
Epic
feature request
first-timers-only
good first issue
hacktoberfest
help wanted
hub-dependent
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
merge when green
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
notifications
odysee
on hold
playlists
priority: blocker
priority: high
priority: low
priority: medium
protocol dependent
recsys
redesign
regression
resilience
sdk dependent
Tom's Wishlist
trending
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-desktop#7115
Loading…
Reference in a new issue
No description provided.
Delete branch "ip/category.livestream"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status
Sept 23rd: Pending reviewing on WildWest handling
Code review
Test
https://kp.odysee.com
Objectives
ClaimTileDiscover
Overview of changes
prefixUris
prop. No more doubleclaim_search
calls.Small differences
Claim**Discover
components from getting out of hand.A thing of beauty.
Is this only for claim_tiles_discover?
"Previously, the total number of tiles will not be greater than requested," - the old method worked this way too - the only concern I have for this is how it makes the tiles uneven and this breaks infinite scroll in some cases. Doesn't need to be addressed here, I believe there's a separate issue or we can file one.
Will give this a test soon.
This is looking great so far! we'll need to see how to handle the wild west page with the larger number of streams now showing up there since this way is more correct.
I am seeing new live + claim search for live streams when hitting each category - did we want to avoid that? Maybe only call if we haven't refreshed streams in last X minutes? Each time they'll return the same thing in a short period of time.
It's for both
ClaimTilesDiscover
andClaimListDiscover
, if you're referring to the livestream injection.For render optimization, it's only being done for
ClaimTilesDiscover
, for now. KeepingClaimListDiscover
simple until he have a cleaner infinite scroll implementation.ee41dcf to 4cb83fc
forceFetch
if needed.@infinite-persistence I spoke to Julian about the wild west section + lives - we decided it would be good to show a toggle on top to show/hide live streams. Default would be hide, and would be persisted. If show is clicked, then it pops them all on top, followed by non lives.
Jeremy actually didn't like the idea of a toggle at the top, defaulted to off.
Maybe instead we'd show a single top line, ordered by trending, and then have a view all livestreams button below it?
Any other ideas on how to show some at first, and then view all?
4cb83fc to e7f840a
master
.I like this - but can it respect the screen sizes we have? This looks strange on larger monitors:
e7f840a to
1a8f82b
Thank you, looking great!