Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved md support (separate text and non-text layouts) #3446

Merged
merged 2 commits into from
Jan 6, 2020
Merged

improved md support (separate text and non-text layouts) #3446

merged 2 commits into from
Jan 6, 2020

Conversation

neb-b
Copy link

@neb-b neb-b commented Jan 6, 2020

Component changes

  • created <FileAuthor />
  • created <FileViewCount />
  • renamed <CardMedia /> to <FileThumbnail />
  • created <LayoutWrapperFile /> and <LayoutWrapperText />
  • Moved all file actions into <FileActions />

@neb-b neb-b changed the title improved md support improved md support (separate text and non-text layouts) Jan 6, 2020
@lbry-bot lbry-bot assigned neb-b and unassigned neb-b Jan 6, 2020
@neb-b neb-b marked this pull request as ready for review January 6, 2020 18:31
ui/scss/init/_gui.scss Show resolved Hide resolved
ui/scss/component/_markdown-preview.scss Outdated Show resolved Hide resolved
ui/scss/component/_markdown-preview.scss Outdated Show resolved Hide resolved
ui/scss/component/_markdown-preview.scss Show resolved Hide resolved
ui/scss/component/_main.scss Outdated Show resolved Hide resolved
<div className="main__document-wrapper">
<ClaimUri uri={uri} />

<div className="media__title">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible for more code sharing between this and layoutwrapperfile? This block looked identical to the one above

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but I was waiting to see if they were definitely going to be there.

ui/component/fileViewCount/view.jsx Outdated Show resolved Hide resolved
ui/component/fileAuthor/view.jsx Outdated Show resolved Hide resolved
@lbry-bot lbry-bot assigned neb-b and unassigned neb-b Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants