lbry-desktop/ui/js/page
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
..
auth Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
backup further improvements to backup wallet content 2017-08-22 17:28:01 -04:00
channel channel navigation fixes 2017-09-20 13:12:53 -04:00
discover transaction refactor / cleanup / improvement 2017-09-17 20:52:57 -04:00
file Add <IconSet /> component 2017-09-22 17:48:30 -04:00
fileListDownloaded Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
fileListPublished Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
help clarify auth token is equivalent to a password 2017-09-03 11:29:59 -04:00
invite invites basics 2017-08-29 14:40:30 -04:00
publish Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
receiveCredits better? 2017-08-29 17:42:11 -04:00
rewards update invite reward check, fix infinite reward loop 2017-09-20 15:45:39 -04:00
search Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
sendCredits better? 2017-08-29 17:42:11 -04:00
settings merge cleanup 2017-09-07 09:38:44 -04:00
show fix availability issue and restore open in folder 2017-09-20 08:47:16 -04:00
transactionHistory transaction refactor / cleanup / improvement 2017-09-17 20:52:57 -04:00
wallet better? 2017-08-29 17:42:11 -04:00
developer.js significant additional form changes and cleanup 2017-08-06 18:27:37 -04:00
report.js fix error reporting 2017-06-14 20:37:42 -04:00