Dark #1269
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#1269
Loading…
Reference in a new issue
No description provided.
Delete branch "dark"
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?
Changes
Fixes
Fix dark theme: https://github.com/lbryio/lbry-app/issues/1034
Great start. Some of the dark mode colors changed with the new design.
Checkout http://lbry.zzk.fr to see the new colors 🙂
The
dashed
/dotted
should stay the same@seanyesmunt I added the new colors as an additional theme ->
blueberry
,so now there are three themes:
light, dark and blueberry
@seanyesmunt Ready for the next review
@btzr-io not sure if we want to maintain 3 themes going forward, but I'll let @seanyesmunt make the call.
Will give this a shot later tonight/tomorrow.
@btzr-io Sorry it took so long for me to took at this.
I agree with Tom. I think at first we just want to release the "blueberry" theme (but call it dark theme).
The main issue I see is the buttons and the dropdowns (dropdown styling should probably be it's own issue).
The only button that is purple is the publish button. Everything else is still the same green. Also the forward/back needs hover styling.
@seanyesmunt Ok, it's done.
This should be handle after merging: https://github.com/lbryio/lbry-app/issues/1317
Left a few more comments.
Ideally we would have 0
!important
uses in our styles. I know that might not be possible, but in most cases we can avoid them with class names or removing the styles that we want to override.This shouldn't change. It should be a border on every side
This isn't the correct style. We shouldn't need to change anything here.
@ -107,6 +110,7 @@ input {
}
input::placeholder {
color: var(--input-placeholder-color);
We shouldn't need an
!important
here. If there is something that is overriding this style, we should remove that, or make this a more specific rule with classnamesDo we need this? It doesn't look like it's doing anything. We should set any variables in
vars.scss
Can we not use
::placeholder
here?this overwrites the
btn-alt
background color inside modal, remove this line and open a modal with the dark theme selected, the button an background of the modal use the same color so is hard to see it.@ -40,7 +44,7 @@
right: 0;
bottom: 0;
@seanyesmunt Not sure if this is the right way to do this, but I don't have time to add a new class to all
btn-alt
used inside the modal component 😛Not sure why I did that 🙃
@ -40,7 +44,7 @@
right: 0;
bottom: 0;
I think this is ok for now.
@ -40,7 +44,7 @@
right: 0;
bottom: 0;
Well, do modals in dark mode not use the regular alt button style?
I totally messed up the number of commits. Could you squash?
I think the only two issues I still see are that we lost the background-color for the
text-copyable
used in the address and file selector. And the "You have {lbc}" doesn't change color on hover.@ -40,7 +44,7 @@
right: 0;
bottom: 0;
@seanyesmunt yes but it's the same color as the background of the modal 🙃,
see: https://design.lbry.io
Ahh gotcha
Fix conflicts: a00f4eb