Issue #533 - Lighter version of the show page #654
No reviewers
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
dependencies
Epic
good first issue
hacktoberfest
help wanted
icebox
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
Osprey
priority: blocker
priority: high
priority: low
priority: medium
protocol dependent
resilience
Tom's Wishlist
type: bug
type: discussion
type: error handling
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/spee.ch#654
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
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?
New designs for the show page that allows the metadata and description to be tucked away. New layout means the published item takes up much more space, with all of the details stowed away underneath.

Looks good so far, I'll need to test tomorrow, mostly minor comments, thanks!
@ -1,22 +1,184 @@
.asset-display {
background: #F6F6F6;
Use
rgba(169, 173, 186, 0.2)
as a SASS variable@ -6,0 +10,4 @@
&:after {
background: transparent;
bottom: 0;
box-shadow: inset 0 1px 2px 2px $shadow-color;
line break before
@ -6,0 +14,4 @@
content: '';
height: 1px;
left: 0;
position: absolute;
please order new style attributes alphabetically
@ -22,0 +76,4 @@
z-index: 100;
}
&:after {
add line breaks before all selectors please
@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="14px" height="8px" viewBox="0 0 14 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch -->
<title>chevron-down</title>
Please remove extraneous code, you might want to check:
https://medium.com/sketch-app-sources/the-best-way-to-export-an-svg-from-sketch-dd8c66bb6ef2
Fix indentation, we use 2 spaces for an indent.
Most editors should be able to autocorrect this for you
@ -0,0 +19,4 @@
state,
} = this;
return (
you can use this before your
return
to clear up your references, it also has faster faster lookup when they're local vars:Remove
@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
Clean up, see the other comment on SVG files
@ -0,0 +19,4 @@
state,
} = this;
return (
Hi,
Could you elaborate on this?
I've just implemented this but this is throwing an es-lint warning as its stating that those variables are unused?
@ -0,0 +19,4 @@
state,
} = this;
return (