Channel filter mm #2706
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#2706
Loading…
Reference in a new issue
No description provided.
Delete branch "channelFilterMM"
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?
Users can block channels and visit their blocked channels through settings.
Images on blocked channels are obscured
channel ids are filtered in discovery claim search
Mostly small stuff. Tested and it works good.
I think this should just use the
BLOCK
icon. TheUNBLOCK
icon is not very intuitiveThis should use
claim.short_url
instead ofuri
. There is a selector for it.This should just be
<p className="help">
.card__content
doesn't exist anymore@ -22,3 +22,4 @@
const showThumb = !obscure && !!thumbnail;
return (
<div
className={classnames('channel-thumbnail', className, {
For some reason, the color background behind the gerbil is lost on blocked channels. It's probably something small, but it should still use that if we are hiding the thumbnail.
Why do we need this if we use
not_channel_ids
?Oh, I guess on the search/related content lists. Can you add a comment saying it's explicitly for that?
Does
card__actions
not work here? I think it should without needing to add theclaim-preview__button
class around the buttons either.Definitely not a good name, but we should keep using the same classes for buttons until we change that to be something more generic.
@ -8,3 +8,3 @@
type SubscribtionArgs = {
type SubscriptionArgs = {
channelName: string,
Nice
The subscribe button and block button should be wrapped in
notContained
isn't used anymore.card__header
doesn't exist anymoreThis is twitter's empty block messaging
The ** is supposed to be a header.
Let's just add this to the
Content Settings
right above it.@ -234,0 +237,4 @@
}
.claim-preview__button {
margin-left: 2rem;
}
I don't think we need these.