CSS fixes #1587

Merged
neb-b merged 11 commits from css-fixes into master 2018-06-14 22:33:39 +02:00
neb-b commented 2018-06-13 06:44:03 +02:00 (Migrated from github.com)
https://github.com/lbryio/lbry-app/issues/1503 https://github.com/lbryio/lbry-app/issues/1437 https://github.com/lbryio/lbry-app/issues/1592 Also added minor css fixes accross the app.
neb-b commented 2018-06-14 15:06:45 +02:00 (Migrated from github.com)

@kauffj can you give this a review?

@kauffj can you give this a review?
kauffj (Migrated from github.com) requested changes 2018-06-14 21:57:13 +02:00
kauffj (Migrated from github.com) left a comment

Some minor but strongly encouraged changes

Some minor but strongly encouraged changes
kauffj (Migrated from github.com) commented 2018-06-14 21:43:34 +02:00

nice CSS fix 😁

nice CSS fix :grin:
kauffj (Migrated from github.com) commented 2018-06-14 21:56:39 +02:00

affixClass would be a better term

`affixClass` would be a better term
kauffj (Migrated from github.com) commented 2018-06-14 21:54:57 +02:00

Sometimes placeholders can cause confusion among users who think the placeholder values are actually in the input.

While styling is the primary way to handle this, placeholder values that are less likely to be real values can also help.

(E.g. 12.34 may be a better cue than 5)

Sometimes placeholders can cause confusion among users who think the placeholder values are actually in the input. While styling is the primary way to handle this, placeholder values that are less likely to be real values can also help. (E.g. `12.34` may be a better cue than `5`)
@ -114,8 +115,7 @@ class FilePage extends React.Component<Props> {
const shouldObscureThumbnail = obscureNsfw && metadata.nsfw;
kauffj (Migrated from github.com) commented 2018-06-14 21:51:31 +02:00

Array.includes() is a slightly superior way of doing this now

`Array.includes()` is a slightly superior way of doing this now
@ -184,21 +191,26 @@ class FilePage extends React.Component<Props> {
}}
kauffj (Migrated from github.com) commented 2018-06-14 21:48:33 +02:00

Should this be rendered if it is empty?

Should this be rendered if it is empty?
kauffj (Migrated from github.com) commented 2018-06-14 21:46:39 +02:00

I'm guessing this ought to be label[for], if not something even stronger or more restrictive.

I'm guessing this ought to be `label[for]`, if not something even stronger or more restrictive.
kauffj (Migrated from github.com) commented 2018-06-14 21:49:34 +02:00

Error coloring should be reserved for errors exclusively.

Error coloring should be reserved for errors exclusively.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#1587
No description provided.