basic search channel pages #2887
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#2887
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "channel-search"
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?
So i can search for stuff on channels
This is super basic, and probably should live in the component file, although after doing it this seems a lot simpler than running everything through redux (and a lot faster to write).
It does not include deep links to channel search queries. It was just something quick so I could use it.
@ -86,0 +107,4 @@
setSearchResults(null);
});
}
This should probably be in https://github.com/lbryio/lbry-redux/blob/master/src/redux/actions/search.js
@ -86,0 +107,4 @@
setSearchResults(null);
});
}
I initially thought that and I think it makes sense to put it there eventually, but I'm starting to think small stuff like this is fine if live in the components.
All it is is one lighthouse call
I'm going to merge this as-is since I don't have time to do more work on it. I think this is fine for the first basic version of channel search.