lbry-desktop/ui/component
infinite-persistence a6316ce71e
Fix header avatar stuck in pending mode when all channels are deleted (#911)
## Issue
535

## Change
- Header: Use the "channel list undefined" instead of "active channel url undefined" to determine if the button should be "pending".
- App: restore the use of `activeChannelClaim` instead of `activeChannelId`. In the existing design, the latter is never cleared is some situations, so the former is more accurate as it takes the current channel list into account. We might want to hide (not export) `activeChannelId` to avoid this mis-use again.
2022-02-18 08:14:54 -05:00
..
abandonedChannelPreview Don't connect to the Redux store when not needed. 2021-10-24 13:04:01 +08:00
app Fix header avatar stuck in pending mode when all channels are deleted (#911) 2022-02-18 08:14:54 -05:00
autoplayCountdown Stop autoplay-next countdown when any input is in focus. 2022-01-28 09:11:15 -05:00
blockList MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
button File Page style improvements on mobile view 2022-02-08 12:35:40 -05:00
cardVerify updated code 2021-07-03 14:42:37 -04:00
channelAbout Odysee specific changes and other misc improvements (#219) 2021-11-03 15:47:19 -04:00
channelBlockButton Simplify 'selectClaimIdForUri' 2021-11-10 16:50:26 +08:00
channelContent Add pagination support to channel search (#791) 2022-02-16 23:01:20 +08:00
channelDiscussion Fix empty comments disabled message 2022-02-08 12:35:40 -05:00
channelEdit MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
channelMuteButton Rename default import/exports for clarity in text search (no functional change) 2021-07-09 08:40:26 +08:00
channelSelector Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
channelStakedIndicator MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
channelThumbnail MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
channelTitle Simplify makeSelectTitleForUri 2021-11-16 12:23:18 +08:00
claimAbandonButton Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
claimAuthor Refactor claimAuthor 2022-02-08 12:35:40 -05:00
claimCollectionAdd [Playlist] Pull in sorting changes from desktop + Add Drag-n-Drop + Handle unavailable/deleted claims (#641) 2022-01-12 14:14:12 -05:00
claimCollectionAddButton Fixes 2022-02-08 12:35:40 -05:00
claimEffectiveAmount Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
claimInsufficientCredits Cost Info selector fixes 2021-11-19 16:01:25 +08:00
claimLink Improve scrolling behavior, fix tips sorting (#863) 2022-02-14 14:28:25 -05:00
claimList ClaimList: fix "missing key in list" error 2022-02-16 16:37:05 +08:00
claimListDiscover Fix collection filter 2022-01-17 12:06:59 -05:00
claimListHeader filtering improvements (#692) 2022-01-13 16:13:49 -05:00
claimListSearch Add pagination support to channel search (#791) 2022-02-16 23:01:20 +08:00
claimMenuList Fix edit from claim menu 2022-02-11 17:27:25 -05:00
claimPreview MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
claimPreviewReset Remove claim search long poll + introduce pending state that blocks render + avoid polling status for non-owned claim (#320) 2021-11-18 14:43:39 -05:00
claimPreviewSubtitle Fixes 2022-02-08 12:35:40 -05:00
claimPreviewTile MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
claimPreviewTitle Simplify makeSelectTitleForUri 2021-11-16 12:23:18 +08:00
claimProperties Fix and optimize makeSelectIsSubscribed (#273) 2021-11-12 09:47:07 -05:00
claimRepostAuthor Fix top page repost ribbon & buttons on mobile 2022-02-18 11:51:48 +01:00
claimSupportButton Fixes 2022-02-08 12:35:40 -05:00
claimTags Optimize tags and followedTags 2021-10-20 11:29:16 +08:00
claimTilesDiscover MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
claimType Fix memo: isLivestream & isLivestreamActive 2021-11-16 11:52:35 +08:00
claimUri Fix url selectors 2021-11-17 19:57:04 +08:00
collectionActions MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
collectionContentSidebar Lazy-load "Beautiful Drag-N-Drop" (#859) 2022-02-14 14:54:23 -05:00
collectionEdit Fix items tab on list publish page on desktop 2022-02-15 09:25:07 +01:00
collectionEditButtons [Playlist] Pull in sorting changes from desktop + Add Drag-n-Drop + Handle unavailable/deleted claims (#641) 2022-01-12 14:14:12 -05:00
collectionMenuList Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
collectionPreviewOverlay Simplify makeSelectIsUriResolving 2021-11-16 14:32:58 +08:00
collectionPreviewTile Simplify makeSelectIsUriResolving 2021-11-16 14:32:58 +08:00
collectionSelectItem [Playlist] Pull in sorting changes from desktop + Add Drag-n-Drop + Handle unavailable/deleted claims (#641) 2022-01-12 14:14:12 -05:00
collectionsListMine improve playlists display (#232) 2021-11-05 21:00:27 -04:00
colorPicker MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
comment Comments: inline image not working for level4/5 channels 2022-02-14 13:15:28 +08:00
commentCreate Fix commentCreate focus and blur issues 2022-02-09 14:00:11 -05:00
commentMenuList Add CommentCreate to Modal on Mobile 2022-02-08 12:35:40 -05:00
commentReactions MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
commentsList Cleanup Comment and CommentsList and fix new pages 2022-02-09 11:48:40 -05:00
commentsReplies Cleanup Comment and CommentsList and fix new pages 2022-02-09 11:48:40 -05:00
common Adjust level star border color 2022-02-15 14:11:23 +01:00
copyableText Restore "Stream Key Button (#7127)" + lint and modifications 2021-09-23 20:13:02 +08:00
creatorAnalytics Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
dateTime Use generic string for seconds ago when needed 2022-01-05 09:27:52 -05:00
emailCollection Kill makeSelectClientSetting 2021-11-23 12:29:53 +08:00
embedPlayButton Kill makeSelectClientSetting 2021-11-23 12:29:53 +08:00
embedTextArea Revert encode share embed url 2022-01-31 14:22:39 -05:00
errorBoundary Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
expandable fix expandable view 2022-02-07 10:18:50 -05:00
fileActions MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
fileDescription Fixes 2022-02-08 12:35:40 -05:00
fileDetails Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
fileDownloadLink Refactor fileActions 2022-02-08 12:35:40 -05:00
fileDrop Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
filePrice Cost Info selector fixes 2021-11-19 16:01:25 +08:00
fileReactions MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
fileRender Kill makeSelectClientSetting 2021-11-23 12:29:53 +08:00
fileRenderDownload Odysee specific changes and other misc improvements (#219) 2021-11-03 15:47:19 -04:00
fileRenderFloating MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
fileRenderInitiator Fix Autoplay 2022-02-08 12:35:40 -05:00
fileRenderInline Cost Info selector fixes 2021-11-19 16:01:25 +08:00
fileRenderMobile Fix autoplay-next not working on mobile 2022-02-17 17:37:58 +08:00
fileSubtitle Refactor dateTime component and getTimeAgoStr function to prevent displaying comments as 'in a few seconds' 2022-01-05 09:27:52 -05:00
fileThumbnail MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
fileTitle Simplify makeSelectTitleForUri 2021-11-16 12:23:18 +08:00
fileTitleSection Expand override for mobile livestream layout 2022-02-09 11:48:40 -05:00
fileType Fix memo: isLivestream & isLivestreamActive 2021-11-16 11:52:35 +08:00
fileValues Optimize selectClaimIsMine 2021-11-11 16:10:06 +08:00
fileViewCount View/Follower count: only use compact when > 10k (#664) 2022-01-11 11:42:12 -05:00
fileViewCountInline Factor out 'toCompactNotation' 2022-01-10 10:42:56 +08:00
fileViewerEmbeddedTitle Simplify makeSelectTitleForUri 2021-11-16 12:23:18 +08:00
fileWatchLaterLink [Playlist] Pull in sorting changes from desktop + Add Drag-n-Drop + Handle unavailable/deleted claims (#641) 2022-01-12 14:14:12 -05:00
formFieldPrice
header MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
headerMenuButtons Refactor and split Header CSS 2021-12-21 16:36:16 -05:00
headerNotificationButton Refactor and split Header CSS 2021-12-21 16:36:16 -05:00
headerProfileMenuButton Fix header avatar stuck in pending mode when all channels are deleted (#911) 2022-02-18 08:14:54 -05:00
hiddenNsfwClaims Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
homepageSelector Move combobox to right | Move "Search only in language" into separate row 2021-08-23 23:45:09 +08:00
i18nMessage Don't connect to the Redux store when not needed. 2021-10-24 13:04:01 +08:00
IframeReact Don't connect to the Redux store when not needed. 2021-10-24 13:04:01 +08:00
invited Fix and optimize makeSelectIsSubscribed (#273) 2021-11-12 09:47:07 -05:00
inviteList More cleanup 2022-01-31 11:39:03 -05:00
inviteNew Remove unused props 2021-12-02 20:41:02 +08:00
lastReleaseChanges prevent release notes from extending beyond height of app 2021-03-18 18:17:10 -04:00
livestreamChatLayout Corrected 'SuperChat' to 'HyperChat' 2022-02-18 20:00:34 +08:00
livestreamComment MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
livestreamComments Improve scrolling behavior, fix tips sorting (#863) 2022-02-14 14:28:25 -05:00
livestreamDateTime Fix livestream date incorrect if short url is used 2022-02-15 22:16:46 -08:00
livestreamLayout Remove extra scrollbar (#888) 2022-02-16 07:49:17 -05:00
livestreamLink Render: must return null instead of undefined 2021-12-23 00:04:12 -08:00
livestreamList Don't connect to the Redux store when not needed. 2021-10-24 13:04:01 +08:00
livestreamScheduledInfo Fix some scheduled live string localization 2022-01-05 09:27:52 -05:00
loadingBarOneOff Don't connect to the Redux store when not needed. 2021-10-24 13:04:01 +08:00
loginGraphic LoginGraphic: remove image resizing 2021-12-14 17:25:04 +08:00
logo Switch Logo from images to icons 2021-12-21 16:36:16 -05:00
markdownLink File Page style improvements on mobile view 2022-02-08 12:35:40 -05:00
maxPurchasePrice [Content] refactor and grab Max Purchase Price 2021-08-23 23:45:10 +08:00
nagContinueFirstRun Kill makeSelectClientSetting 2021-11-23 12:29:53 +08:00
navigationHistory remove [data-mode='dark'] 2019-11-22 16:45:33 -05:00
navigationHistoryItem Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
navigationHistoryRecent
notification Notification: fix "missing key in list" error 2022-02-16 16:37:05 +08:00
notificationBubble recon notify components 2021-07-19 22:16:29 -04:00
notificationContentChannelMenu Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
nudgeFloating move nudge to FileReactions and add src param to sign up redirects 2020-11-17 14:32:53 -05:00
optimizedImage Notifications: use fetched urls instead of resolving (#820) 2022-02-07 15:59:20 -05:00
page Hide repost ribbon on category pages 2022-02-12 19:30:55 +01:00
playlistsMine improve playlists display (#232) 2021-11-05 21:00:27 -04:00
postEditor Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
postViewer MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
previewLink Simplify makeSelectIsUriResolving 2021-11-16 14:32:58 +08:00
previewOverlayProperties Fix and optimize makeSelectIsSubscribed (#273) 2021-11-12 09:47:07 -05:00
privacyAgreement Remove unused firebase and domain parameter 2022-01-04 08:54:30 -05:00
publishAdditionalOptions Remove unused 'accessToken' props 2022-01-19 13:12:09 -05:00
publishBid Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
publishDescription Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
publishFile Add max bitrate messaging 2022-02-01 17:26:09 -05:00
publishForm Fix calendar overflow on livestream setup page on mobile 2022-02-18 11:15:31 +01:00
publishFormErrors Add max bitrate messaging 2022-02-01 17:26:09 -05:00
publishName Prevent concurrent uploads with same lbry name 2021-12-10 08:48:16 -05:00
publishPending MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
publishPrice MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
publishReleaseDate Update date/time cmpnts to reset any chnages they made on umount. Update schedule date/time cmpnt to clear release time when selecting anytime option. 2022-01-05 11:20:57 -05:00
publishStreamReleaseDate Add an isScheduled state to publish form + use it to set the initial state of the date/time controls 2022-01-05 11:20:57 -05:00
ratioBar MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
recommendedContent MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
reportContent Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
repostCreate MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
rewardAuthIntro add youtube sync to first run 2020-09-29 17:12:32 -04:00
rewardLink fix accessibility issue on rewards page #5991 2021-07-20 12:14:28 -05:00
rewardListClaimed table alignment fixes 2020-09-29 17:12:32 -04:00
rewardSummary FAQ stuff (#109) 2021-10-21 16:21:51 -04:00
rewardTile fix accessibility issue on rewards page #5991 2021-07-20 12:14:28 -05:00
rewardTotal new lbc icon 2020-09-29 17:12:32 -04:00
router Also hide discover but exclude tag params 2022-02-16 06:53:21 -08:00
scheduledStreams MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
searchChannelField Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
searchOptions i18n updates and fixes (#822) 2022-02-07 13:15:22 -05:00
searchTopClaim Simplify makeSelectIsUriResolving 2021-11-16 14:32:58 +08:00
selectAsset Bump thumbnail size to 5MB & check size before upload. 2022-02-09 11:14:46 -05:00
selectChannel Use the lighter activeChannelId 2021-12-02 21:00:17 +08:00
selectThumbnail MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
settingAccount Use 'selectHasChannel' instead of the full 'selectMyChannelClaims' 2021-11-08 15:02:44 +08:00
settingAccountPassword Move 'update password' into a subpage 2021-08-23 23:45:31 +08:00
settingAppearance Kill makeSelectClientSetting 2021-11-23 12:29:53 +08:00
settingAutoLaunch Kill makeSelectClientSetting 2021-11-23 12:29:53 +08:00
settingClosingBehavior Kill makeSelectClientSetting 2021-11-23 12:29:53 +08:00
settingContent Add a setting to hide scheduled livestreams from home/following (#626) 2022-01-05 16:20:43 -05:00
settingLanguage Fix jumpy ui when changing language 2021-09-13 15:44:29 +08:00
settingsRow MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
settingsSideNavigation Settings: use 'smooth' instead of 'instant' scroll. 2021-09-13 09:59:11 +08:00
settingSystem Remove custom comments server 2022-02-03 10:24:58 -05:00
settingUnauthenticated Kill makeSelectClientSetting 2021-11-23 12:29:53 +08:00
settingWalletServer Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
shareButton bring in 'notifications' state from lbry-redux 2020-06-16 09:56:32 -04:00
sideNavigation Hide Wild West for DE (#875) 2022-02-15 12:36:33 -05:00
skipNavigationButton add SkipNavigationButton to its own file 2021-07-20 19:31:26 -05:00
snackBar adjust css for toast message so that it behaves as expected (text truncation via ellipsis) (#7213) 2021-10-04 09:21:59 -04:00
socialShare Defer user/invite_status from startup 2022-01-21 09:19:17 -05:00
spinner refactor floatingUri to allow inline players in comments/markdown 2020-10-21 15:29:29 -04:00
splash Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
subscribeButton MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
supportsLiquidate FAQ stuff (#109) 2021-10-21 16:21:51 -04:00
swipeableDrawer Fix drawer resize 2022-02-08 12:35:40 -05:00
syncEnableFlow Kill makeSelectClientSetting 2021-11-23 12:29:53 +08:00
syncFatalError ensure lbrytv api status is web only 2021-03-16 22:19:03 -04:00
syncPassword More cleanup 2022-01-31 11:39:03 -05:00
syncToggle Kill makeSelectClientSetting 2021-11-23 12:29:53 +08:00
tag Don't connect to the Redux store when not needed. 2021-10-24 13:04:01 +08:00
tagsSearch Strip internal tag prefix from form labels 2021-12-30 16:05:51 -05:00
tagsSelect FAQ stuff (#109) 2021-10-21 16:21:51 -04:00
textareaSuggestionsItem More comment create and textarea improvements 2022-02-08 12:35:40 -05:00
textareaWithSuggestions Fix commentCreate focus and blur issues 2022-02-09 14:00:11 -05:00
theme flow fixes 2020-12-16 10:52:22 -05:00
themeSelector Kill makeSelectClientSetting 2021-11-23 12:29:53 +08:00
transactionListTable MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
transactionListTableItem Refactor dateTime component and getTimeAgoStr function to prevent displaying comments as 'in a few seconds' 2022-01-05 09:27:52 -05:00
txoList FAQ stuff (#109) 2021-10-21 16:21:51 -04:00
uriIndicator UriIndicator: props cleanup, no functional change 2022-02-16 11:53:53 +08:00
userChannelFollowIntro Fix 'Find new channels' page on mobile 2022-02-18 09:15:56 +01:00
userEmailNew Kill makeSelectClientSetting 2021-11-23 12:29:53 +08:00
userEmailReturning Add sign-in graphics for SIMPLE_SITE 2021-05-27 14:21:16 +08:00
userEmailVerify Odysee chat updates 2022-01-17 11:19:01 -05:00
userFirstChannel Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
userPasswordReset Use sentence case for all card titles 2020-09-29 17:12:32 -04:00
userPasswordSet Use sentence case for all card titles 2020-09-29 17:12:32 -04:00
userPhoneNew Use sentence case for all card titles 2020-09-29 17:12:32 -04:00
userPhoneVerify Odysee chat updates 2022-01-17 11:19:01 -05:00
userSignIn sync changes 2020-09-10 14:20:02 -04:00
userSignInPassword Add SITE_HELP_EMAIL in strings to ease Odysee string merge and maintenance. 2021-03-08 11:33:33 -05:00
userSignOutButton add user + rewards redux code from lbryinc 2020-06-16 09:56:32 -04:00
userSignUp Remove unused 'accessToken' props 2022-01-19 13:12:09 -05:00
userTagFollowIntro sync reducer stuff 2020-10-27 10:17:11 -04:00
userVerify MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
videoDuration Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
viewers MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
walletAddress Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
walletBackup rc fixes for electron 9 2020-10-15 19:06:47 -04:00
walletBalance FAQ stuff (#109) 2021-10-21 16:21:51 -04:00
walletFiatAccountHistory MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
walletFiatBalance Fix incorrect usages of I18nMessage 2022-02-18 20:00:36 +08:00
walletFiatPaymentBalance Move transactions from Settings to Wallet (#6871) 2021-08-13 13:59:43 -04:00
walletFiatPaymentHistory MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
walletSend Fix incorrect usages of I18nMessage 2022-02-18 20:00:36 +08:00
walletSendTip Add CommentCreate to Modal on Mobile 2022-02-08 12:35:40 -05:00
walletSpendableBalanceHelp [New Feature] Stickers (#131) 2021-10-28 16:25:34 -04:00
walletSwap General-purpose "Confirm" modal 2021-10-29 13:36:27 +08:00
walletTipAmountSelector Add CommentCreate to Modal on Mobile 2022-02-08 12:35:40 -05:00
wallpaper MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
webUploadList MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
wunderbar Fix 'secondary.js' code coverage 2021-11-01 15:25:40 +08:00
wunderbarSuggestion Simplify makeSelectIsUriResolving 2021-11-16 14:32:58 +08:00
wunderbarSuggestions MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
wunderbarTopSuggestion Simplify makeSelectIsUriResolving 2021-11-16 14:32:58 +08:00
youtubeBadge Refactor dateTime component and getTimeAgoStr function to prevent displaying comments as 'in a few seconds' 2022-01-05 09:27:52 -05:00
youtubeTransferStatus Route recommendation search to recsys + add user_id (#353) 2021-11-24 15:25:22 -05:00
yrbl Fix annoying hierarchy error with Yrbl 2021-11-17 10:27:11 +08:00
yrblWalletEmpty Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
zoomableImage Zoomable image viewer in Markdown (posts and comments) 2021-01-27 10:06:31 -05:00