- {(status === LOCAL_CHECK) &&
-
-
Checking to see if Spee.ch has your asset locally...
-
- }
- {(status === UNAVAILABLE) &&
-
-
Sit tight, we're searching the LBRY blockchain for your asset!
-
-
Curious what magic is happening here? Learn more.
-
- }
- {(status === ERROR) &&
-
-
- Unfortunately, we couldn't download your asset from LBRY. You can help us out by sharing the following error message in the LBRY discord.
-
-
- {error}
-
-
- }
- {(status === AVAILABLE) &&
- (() => {
- switch (contentType) {
- case 'image/jpeg':
- case 'image/jpg':
- case 'image/png':
- case 'image/gif':
- return (
-
- );
- case 'video/mp4':
- return (
-
- );
- default:
- return (
-
Unsupported content type
- );
+
+
+ {(status === LOCAL_CHECK) &&
+
+
Checking to see if Spee.ch has your asset locally...
+
}
- })()
- }
+ {(status === UNAVAILABLE) &&
+
+
Sit tight, we're searching the LBRY blockchain for your asset!
+
+
Curious what magic is happening here? Learn more.
+
+ }
+ {(status === ERROR) &&
+
+
+ Unfortunately, we couldn't download your asset from LBRY. You can help us out by sharing the following error message in the LBRY discord.
+
+
+ {error}
+
+
+ }
+ {(status === AVAILABLE) &&
+ (() => {
+ switch (contentType) {
+ case 'image/jpeg':
+ case 'image/jpg':
+ case 'image/png':
+ case 'image/gif':
+ return (
+
+ );
+ case 'video/mp4':
+ return (
+
+ );
+ default:
+ return (
+
Unsupported content type
+ );
+ }
+ })()
+ }
+
+
);
}
diff --git a/client/src/containers/AssetInfo/view.jsx b/client/src/containers/AssetInfo/view.jsx
index af742617..a9f35fd4 100644
--- a/client/src/containers/AssetInfo/view.jsx
+++ b/client/src/containers/AssetInfo/view.jsx
@@ -152,4 +152,4 @@ class AssetInfo extends React.Component {
}
};
-export default AssetInfo;
+export default AssetInfo;
\ No newline at end of file
diff --git a/client/src/containers/AssetTitle/view.jsx b/client/src/containers/AssetTitle/view.jsx
index a542c762..7821920a 100644
--- a/client/src/containers/AssetTitle/view.jsx
+++ b/client/src/containers/AssetTitle/view.jsx
@@ -1,11 +1,10 @@
import React from 'react';
-import Row from '@components/Row';
const AssetTitle = ({ title }) => {
return (
-
- {title}
-
+
+
{title}
+
);
};
diff --git a/client/src/pages/ShowAssetDetails/view.jsx b/client/src/pages/ShowAssetDetails/view.jsx
index 98c09372..628dc5bc 100644
--- a/client/src/pages/ShowAssetDetails/view.jsx
+++ b/client/src/pages/ShowAssetDetails/view.jsx
@@ -1,8 +1,7 @@
import React from 'react';
import PageLayout from '@components/PageLayout';
-import HorizontalSplit from '@components/HorizontalSplit';
-import AssetTitle from '@containers/AssetTitle';
+import VerticalCollapsibleSplit from '@components/VerticalCollapsibleSplit';
import AssetDisplay from '@containers/AssetDisplay';
import AssetInfo from '@containers/AssetInfo';
import ErrorPage from '@pages/ErrorPage';
@@ -17,10 +16,10 @@ class ShowAssetDetails extends React.Component {
pageTitle={`${name} - details`}
asset={asset}
>
-
-
}
- rightSide={
}
+
}
+ bottom={
}
/>
);
diff --git a/package-lock.json b/package-lock.json
index 2763b1d6..84e6b947 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11579,6 +11579,11 @@
"prop-types": "15.6.2"
}
},
+ "react-feather": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/react-feather/-/react-feather-1.1.3.tgz",
+ "integrity": "sha512-5+KHu7zp5qvc+zq6N0XjeZDhufl3NVEaQyocg486lXZ+ZwW9z66GO+HXABoZ74OCLjsqhBl48j4BS17VRfyjTQ=="
+ },
"react-ga": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/react-ga/-/react-ga-2.5.3.tgz",
diff --git a/package.json b/package.json
index c9db7135..88da5e3f 100644
--- a/package.json
+++ b/package.json
@@ -69,6 +69,7 @@
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
+ "react-feather": "^1.1.3",
"react-ga": "^2.5.3",
"react-helmet": "^5.2.0",
"react-redux": "^5.0.6",
diff --git a/public/assets/img/facebook.svg b/public/assets/img/facebook.svg
new file mode 100644
index 00000000..f86df4fc
--- /dev/null
+++ b/public/assets/img/facebook.svg
@@ -0,0 +1,16 @@
+
+
\ No newline at end of file
diff --git a/public/assets/img/icn_facebook.svg b/public/assets/img/icn_facebook.svg
new file mode 100644
index 00000000..0b38fb12
--- /dev/null
+++ b/public/assets/img/icn_facebook.svg
@@ -0,0 +1,11 @@
+
+
\ No newline at end of file
diff --git a/public/assets/img/icn_reddit.svg b/public/assets/img/icn_reddit.svg
new file mode 100644
index 00000000..8e9cc967
--- /dev/null
+++ b/public/assets/img/icn_reddit.svg
@@ -0,0 +1,11 @@
+
+
\ No newline at end of file
diff --git a/public/assets/img/icn_tumblr.svg b/public/assets/img/icn_tumblr.svg
new file mode 100644
index 00000000..b1bd0dcf
--- /dev/null
+++ b/public/assets/img/icn_tumblr.svg
@@ -0,0 +1,11 @@
+
+
\ No newline at end of file
diff --git a/public/assets/img/icn_twitter.svg b/public/assets/img/icn_twitter.svg
new file mode 100644
index 00000000..bd21672c
--- /dev/null
+++ b/public/assets/img/icn_twitter.svg
@@ -0,0 +1,11 @@
+
+
\ No newline at end of file
diff --git a/public/assets/img/reddit.svg b/public/assets/img/reddit.svg
new file mode 100644
index 00000000..77c166e1
--- /dev/null
+++ b/public/assets/img/reddit.svg
@@ -0,0 +1,16 @@
+
+
\ No newline at end of file
diff --git a/public/assets/img/tumblr.svg b/public/assets/img/tumblr.svg
new file mode 100644
index 00000000..8c6e20be
--- /dev/null
+++ b/public/assets/img/tumblr.svg
@@ -0,0 +1,16 @@
+
+
\ No newline at end of file
diff --git a/public/assets/img/twitter.svg b/public/assets/img/twitter.svg
new file mode 100644
index 00000000..e0f30445
--- /dev/null
+++ b/public/assets/img/twitter.svg
@@ -0,0 +1,19 @@
+
+
\ No newline at end of file
diff --git a/public/bundle/CircularStd-Bold-5b43235344fe2aee5bbbbe836e3acc7d.ttf b/public/bundle/CircularStd-Bold-5b43235344fe2aee5bbbbe836e3acc7d.ttf
new file mode 100644
index 00000000..76eda84c
Binary files /dev/null and b/public/bundle/CircularStd-Bold-5b43235344fe2aee5bbbbe836e3acc7d.ttf differ
diff --git a/public/bundle/CircularStd-Book-5dfcf720810d073aff5add284e733c18.ttf b/public/bundle/CircularStd-Book-5dfcf720810d073aff5add284e733c18.ttf
new file mode 100644
index 00000000..b0bac769
Binary files /dev/null and b/public/bundle/CircularStd-Book-5dfcf720810d073aff5add284e733c18.ttf differ
diff --git a/server/render/renderFullPage.js b/server/render/renderFullPage.js
index 0d3d0fc4..12e39214 100644
--- a/server/render/renderFullPage.js
+++ b/server/render/renderFullPage.js
@@ -15,6 +15,7 @@ module.exports = (helmet, html, preloadedState) => {
+
${html}