Use existing thumbs for channel content #162
No reviewers
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
dependencies
Epic
good first issue
hacktoberfest
help wanted
icebox
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
Osprey
priority: blocker
priority: high
priority: low
priority: medium
protocol dependent
resilience
Tom's Wishlist
type: bug
type: discussion
type: error handling
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
LBRYCommunity/spee.ch!162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "use-existing-thumbs"
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?
spee.ch/@channelnamechannel urlI need to refactor how the
Requesttable records to associate them with records in theClaimstable in order to extend thumbnail support to the spee.ch/popular listing.One ultimate of nitpicks, just general comments otherwise.
Ship this at your leisure.
DRY violation ;)
@ -154,27 +154,50 @@ button.copy-button {height: 1em;We ought to consider adopting a CSS class naming standard. I'm a fan of BEM http://getbem.com
This is non-blocking, but should probably be done before a large HTML/CSS change (such as the re-design).
@ -61,3 +60,3 @@res.status(200).render('embed', { layout: 'embed', claimId, name, dummyParam });res.status(200).render('embed', { layout: 'embed', claimId, name });});// route to display all free public claims at a given name🥂
@ -154,27 +154,50 @@ button.copy-button {height: 1em;agreed
updated
tested on production server. merging.