diff --git a/package.json b/package.json index 34daad47f..177ceb1e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lbry", - "version": "0.52.6", + "version": "0.52.6-alpha.teststyles.3", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "keywords": [ "lbry" @@ -63,6 +63,7 @@ "proxy-polyfill": "0.1.6", "re-reselect": "^4.0.0", "react-beautiful-dnd": "^13.1.0", + "react-color": "^2.19.3", "react-datetime-picker": "^3.4.3", "remove-markdown": "^0.3.0", "rss": "^1.2.2", @@ -89,7 +90,7 @@ "@meetfranz/electron-cookies": "^3.0.2", "@reach/auto-id": "^0.13.0", "@reach/combobox": "^0.12.1", - "@reach/menu-button": "0.7.4", + "@reach/menu-button": "0.8.6", "@reach/rect": "^0.16.0", "@reach/tabs": "^0.1.5", "@reach/tooltip": "^0.12.1", diff --git a/static/app-strings.json b/static/app-strings.json index 649979674..0b7f246ca 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -2308,5 +2308,21 @@ "Yes, share with LBRY": "Yes, share with LBRY", "Search Uploads": "Search Uploads", "This refundable boost will improve the discoverability of this %claimTypeText% while active. ": "This refundable boost will improve the discoverability of this %claimTypeText% while active. ", + "%repost_channel_link%": "%repost_channel_link%", + "Show less": "Show less", + "Channel \"realporno\" blocked.": "Channel \"realporno\" blocked.", + "Elements": "Elements", + "Icons": "Icons", + "You followed @MinutePhysics!": "You followed @MinutePhysics!", + "Unfollowed @samtime.": "Unfollowed @samtime.", + "You followed @samtime!": "You followed @samtime!", + "Unfollowed @gatogalactico.": "Unfollowed @gatogalactico.", + "You followed @gatogalactico!": "You followed @gatogalactico!", + "Unfollowed @Odysee.": "Unfollowed @Odysee.", + "Unfollowed @rossmanngroup.": "Unfollowed @rossmanngroup.", + "You followed @rossmanngroup!": "You followed @rossmanngroup!", + "%repost% %publish%": "%repost% %publish%", + "Failed to view lbry://@MicheL-PDF#7/LaDameAuPain#f, please try again. If this problem persists, visit https://lbry.com/faq/support for support.": "Failed to view lbry://@MicheL-PDF#7/LaDameAuPain#f, please try again. If this problem persists, visit https://lbry.com/faq/support for support.", + "Go to": "Go to", "--end--": "--end--" } diff --git a/static/img/freespch.png b/static/img/freespch.png new file mode 100644 index 000000000..559067192 Binary files /dev/null and b/static/img/freespch.png differ diff --git a/ui/component/blockList/view.jsx b/ui/component/blockList/view.jsx index 4a45f8f95..f8637f418 100644 --- a/ui/component/blockList/view.jsx +++ b/ui/component/blockList/view.jsx @@ -1,6 +1,5 @@ // @flow import { Combobox, ComboboxInput, ComboboxPopover, ComboboxList, ComboboxOption } from '@reach/combobox'; -// import '@reach/combobox/styles.css'; --> 'scss/third-party.scss' import { matchSorter } from 'match-sorter'; import React from 'react'; import classnames from 'classnames'; @@ -118,7 +117,7 @@ export default function BlockList(props: Props) { return ( <>