User history #1846
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#1846
Loading…
Reference in a new issue
No description provided.
Delete branch "user-history"
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?
See #1009
Requires /lbryio/lbry-redux/pull/64
state.content.[claimId][outpoint]
rather thanstate.media[outpoint]
--this will useful down the road when we handle file updatesstate.content.playingUri
to pause video on file opening rather thanstate.media.paused
/show
pages<UserHistoryPage>
to display a paginated history list with "last viewed" info<FileTile>
s<FileTile>
s shown on<UserHistoryPage>
I will do a more in-depth look at the code but it looks pretty good.
I think this page should be a table view, similar to history pages on browsers. That way we don't have to remove content like the channel name. I think we can use the generic table style.
Looks like you lost the
FilePrice
after I moved it in another PRI don't think we need the thumbnail in this view since they would have already seen it when actually navigating to it.
I don't think we need to do the
select multiple
feature right now, but maybe a button at the top toDelete all history
@daovist @skhameneh This is ready for review. I would appreciate some testing, most of the data logic from travis' work stayed, I just changed the ui a bit.
I am busy so I only looked at some of the code but the UI looks good.
react-pagination
is most excellent.I might add a little padding to the top of the darker area but that's not a big deal. Alternating colors (ever so slightly) per item might be nice too, or a hover color change.
@skhameneh
The app currently doesn't work with the latest
lbry-redux
because I removed theselectNavLinks
function. Since we have a community PR withlbry-redux
changes I'm going to merge this, so they can get the app to build properly. I will open another PR if needed to address any comments you have.