This website requires JavaScript.
Explore
Help
Register
Sign in
LBRYCommunity
/
lbry-desktop
Watch
1
Star
0
Fork
You've already forked lbry-desktop
0
Code
Issues
596
Pull requests
6
Projects
Releases
238
Packages
Wiki
Activity
4314fcd6be
lbry-desktop
/
ui
/
component
/
youtubeBadge
/
index.js
4 lines
65 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Show "YT Creator" label in File Page as well. ## Issue Closes 3964 `Add Youtuber info to file page` ## Changes (1) Refactor the YT-info query into `YoutubeBadge` component. (2) For the File Page case, don't show "- last sync <date>" since the date has nothing to do with the file. ## Test [x] YT Channel page [x] YT Channel's claim page [x] Non YT Channel page [x] Non YT Channel's claim page [x] No channel (anonymous) claim page [x] Various RENDER_MODES
2020-07-13 14:57:03 +02:00
import
YoutubeBadge
from
'./view'
;
Don't connect to the Redux store when not needed. The subscription still costs something per update cycle even when the parameters are null or empty objects.
2021-10-23 07:57:42 +02:00
export
default
YoutubeBadge
;
Reference in a new issue
Copy permalink