Updated Search Page CSS and added description #1522
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#1522
Loading…
Reference in a new issue
No description provided.
Delete branch "search_improvements"
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?
Added description and changed css so the search screen is more presentable to the user.
A few small changes but I'm a fan of this.
I think the file price should stay on the bottom. The title should be the first thing they see.
IMO it should be:
This should keep the same aspect ratio
calc(150px * (1 + 9/16))
@ -100,13 +100,6 @@
color: var(--text-color);
}
Since we are making the tiles bigger, I think we can increase the title size too
I think that makes sense. This was a special request from Tom. I don't think he was especially attached to it. So no biggie.
@tiger5226 Were you planning on finishing this up? I can also make the changes. I do really like this change so it would be great to have for the initial release
ohh crap. I saw this but forgot about. I will make the change tonight. Sorry about that.
Just merged https://github.com/lbryio/lbry-app/pull/1514
Which just moves the search modal to an actual page with forward/back support. There are some style issues which should be fixed by this PR.
ok, I will take care of this.
Hi Sean,
I merged master in, but there are now more issues on the search page after doing so. When you type, then click the search row, it brings you to an empty page. I saw a commit for adjusting the search mechanics. I am not good with react or javascript so its not so simple. Also I tried a rebase and there are conflicts that need to be resolved and I am not sure I am the best person to be doing that.