Commit graph

31 commits

Author SHA1 Message Date
btzr-io 5b9eac8c00 test: remove description 2017-10-08 16:32:18 -06:00
Alex Liebowitz bbfb0fea67 Add <IconSet /> component
This is a presentational component for horizontal banks of icons (and
sometimes other stuff).

Convert <FileCard /> and <FileTile /> to use <IconSet />

Factor out "downloaded/published" icon into its own component

Add Featured Content icon to file tiles

Add alignment style for Featured Content icon

Update CHANGELOG.md

Handle featured content icon adjustment in _icons.scss

Remove IconSet component

Converted back to a presentational span and move positioning styles
into card SCSS

Fix spacing between price and icons in file tiles and cards

Before, it would be missing the space if there was a "local file" icon
but no featured content icon.

Rewrite Icon component to use semantic icons

Now you can pass in a constant that indicates the meaning of the icon
within the interface, e.g. icons.FEATURED instead of "icon-rocket".
Also adds the appropriate title.

All icons should eventually be updated to use this.

Remove IconFeatured and IconLocal in favor of new Icon component

Add space between Featured and Local icons

In the conversion to a generic Icon component, we lost the styles that
added padding on the left for FeaturedIcon and LocalIcon.

Fix how rocket icon position is adjusted

Before, it was using a negative margin, which altered the shape of the
bounding box. Changed to use relative positioning.

Add support for styling LBRY icons

Move style for Featured icon into icons.js

Uses new class name format for LBRY icon styles
2017-09-22 17:48:30 -04:00
Jeremy Kauffman 680bb1df9d make select and file actions refactor 2017-09-07 23:15:05 -04:00
Jeremy Kauffman 339945018d Fix bugs in history navigation in stack ordering and loss of scrolling
and refactor history
2017-08-30 13:40:51 -04:00
Akinwale Ariwodola d591886df5 reduxify pull request 325 2017-08-08 10:36:14 +01:00
Jeremy Kauffman b6d3a52f5d featured icon for reward content 2017-07-29 18:56:08 -04:00
Alex Liebowitz 230d2a451c Indicate content eligible for Hot Right Now reward 2017-07-29 17:54:05 -04:00
Jeremy Kauffman 53168074e0 tweak styling 2017-07-19 18:13:19 -04:00
Akinwale Ariwodola 0854fb7004 Discover page UI tweaks 2017-07-17 15:50:07 +01:00
Akinwale Ariwodola f1b0c272cb CardMedia component 2017-07-14 00:18:28 +01:00
6ea86b96 d0e3dd8f99 Extract TruncatedMarkdown component 2017-07-13 13:52:48 +07:00
Le Long b09d71ecff Markdown Support 2017-07-13 13:52:47 +07:00
6ea86b96 500fdd282c
Move client settings into redux 2017-06-28 14:12:01 +07:00
hackrush e3bbb6fcef "Fixed NSFW content showing on filePage"
NSFW content is obscured on show page and gives an overlay to inform
the user. Fixes #286

Added one additional format(epub) in lbry.js.
2017-06-27 14:18:30 -04:00
6ea86b96 c4827c853d
remove pointless nulls 2017-06-22 22:13:33 +07:00
6ea86b96 d53c3d4db6
Fix this.state.hovered null error 2017-06-22 21:17:01 +07:00
6ea86b96 5595b5b5b2
Remove doCancelResolveUri, it deletes claims from the store 2017-06-16 09:51:02 +07:00
6ea86b96 5074b368ee
Fix loading state on file card and uri indicator when claim is already available 2017-06-16 09:48:55 +07:00
Sean Yesmunt e13d7c2149 use React.PureComponent 2017-06-07 21:42:19 -07:00
Jeremy Kauffman 2172555096 change prettier options 2017-06-06 17:19:12 -04:00
Sean Yesmunt c8b949f020 format with prettier 2017-06-05 21:21:55 -07:00
Intnick 0119ed8edc filaActions and fileCard components translated 2017-05-26 09:02:37 +02:00
Jeremy Kauffman 900c5cbc2b some progress towards cost and file info refactor, plus other fixes 2017-05-18 13:58:28 -04:00
Jeremy Kauffman 3fa4d0dfe7 progress towards fixing settings and costs 2017-05-17 17:52:45 -04:00
Jeremy Kauffman aa935c1c07 more refactors, fixes 2017-05-15 12:34:33 -04:00
Jeremy Kauffman 6783bcdfeb i'm making things better... right? 2017-05-14 23:50:59 -04:00
Jeremy Kauffman 3c325b2f0a where's the triggers?! also very broken 2017-05-10 20:59:47 -04:00
Jeremy Kauffman d517316554 some progress but also broken show 2017-05-09 23:06:48 -04:00
Jeremy Kauffman 1dedb9873c more fixes but not all of the fixes :( 2017-05-09 21:33:13 -04:00
Jeremy Kauffman 9c02327b26 merge plus some bug fixes 2017-05-09 16:12:48 -04:00
Jeremy Kauffman e4ca14aa47 fix some minor things with search 2017-05-08 18:22:27 -04:00