lbry-desktop/ui/js/component
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
..
app Merge branch 'hackrush01-tipping_button' into v16 2017-09-07 08:21:04 -04:00
cardMedia CardMedia component 2017-07-14 00:18:28 +01:00
cardVerify better? 2017-08-29 17:42:11 -04:00
dateTime transaction refactor / cleanup / improvement 2017-09-17 20:52:57 -04:00
fileActions fix pending play issue introduced much earlier in branch 2017-09-17 22:08:43 -04:00
fileCard Add <IconSet /> component 2017-09-22 17:48:30 -04:00
fileDetails fix availability issue and restore open in folder 2017-09-20 08:47:16 -04:00
fileDownloadLink fix availability issue and restore open in folder 2017-09-20 08:47:16 -04:00
fileList Add <IconSet /> component 2017-09-22 17:48:30 -04:00
fileListSearch clean up tip and search navigation 2017-09-17 14:26:55 -04:00
filePrice make select and file actions refactor 2017-09-07 23:15:05 -04:00
fileTile Add <IconSet /> component 2017-09-22 17:48:30 -04:00
formField Add regexp option to FormField 2017-09-06 14:53:57 -04:00
formFieldPrice Using setState in formFieldPrice 2017-08-07 21:47:54 +05:30
header default balance to undefined, fixes #534 2017-09-06 15:05:35 -04:00
icon Add <IconSet /> component 2017-09-22 17:48:30 -04:00
inviteList update invite reward check, fix infinite reward loop 2017-09-20 15:45:39 -04:00
inviteNew fix #542 2017-09-18 18:10:20 -04:00
link clean up tip and search navigation 2017-09-17 14:26:55 -04:00
linkTransaction transaction refactor / cleanup / improvement 2017-09-17 20:52:57 -04:00
nsfwOverlay Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
publishForm fix #542 2017-09-18 18:10:20 -04:00
rewardLink Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
rewardListClaimed rewards refactor to support types, add list 2017-08-29 14:40:30 -04:00
rewardSummary fix imports, remove unused code 2017-08-30 13:57:42 -04:00
rewardTile better? 2017-08-29 17:42:11 -04:00
router make select and file actions refactor 2017-09-07 23:15:05 -04:00
snackBar Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
splash mostly done 2017-08-18 17:47:30 -04:00
subHeader Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
theme more settings progress 2017-09-06 21:53:42 -04:00
transactionList transaction refactor / cleanup / improvement 2017-09-17 20:52:57 -04:00
transactionListRecent better? 2017-08-29 17:42:11 -04:00
truncatedMarkdown Extract TruncatedMarkdown component 2017-07-13 13:52:48 +07:00
uriIndicator tip clean up and refactor 2017-09-17 16:33:52 -04:00
userEmailNew fix #542 2017-09-18 18:10:20 -04:00
userEmailVerify fix #542 2017-09-18 18:10:20 -04:00
userVerify Update view.jsx 2017-08-31 11:09:53 -04:00
video cancel play on navigate away 2017-09-17 22:13:05 -04:00
walletAddress more verification copy tweaks 2017-08-30 09:04:36 -04:00
walletBalance better? 2017-08-29 17:42:11 -04:00
walletSend fix #542 2017-09-18 18:10:20 -04:00
walletSendTip tip clean up and refactor 2017-09-17 16:33:52 -04:00
wunderbar Fix bugs in history navigation in stack ordering and loss of scrolling 2017-08-30 13:40:51 -04:00
common.js remove unused property 2017-09-17 21:03:44 -04:00
file-selector.js allow user to create new directory when choosing download directory 2017-06-14 21:03:20 -07:00
form.js add required prop type 2017-09-18 18:16:00 -04:00
load_screen.js use React.PureComponent 2017-06-07 21:42:19 -07:00
menu.js add comment to clarify fix 2017-08-28 13:56:55 -04:00
tooltip.js use React.PureComponent 2017-06-07 21:42:19 -07:00