diff --git a/ui/component/claimListDiscover/view.jsx b/ui/component/claimListDiscover/view.jsx
index 2c6a71868..464864c4a 100644
--- a/ui/component/claimListDiscover/view.jsx
+++ b/ui/component/claimListDiscover/view.jsx
@@ -9,6 +9,7 @@ import Button from 'component/button';
import moment from 'moment';
import ClaimList from 'component/claimList';
import ClaimPreview from 'component/claimPreview';
+import ClaimPreviewTile from 'component/claimPreviewTile';
import I18nMessage from 'component/i18nMessage';
import ClaimListHeader from 'component/claimListHeader';
@@ -434,6 +435,13 @@ function ClaimListDiscover(props: Props) {
hideBlock={hideBlock}
injectedItem={injectedItem}
/>
+ {loading && (
+
+ {new Array(pageSize || CS.PAGE_SIZE).fill(1).map((x, i) => (
+
+ ))}
+
+ )}
) : (
diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx
index e2d27f7c1..b20c01752 100644
--- a/ui/component/sideNavigation/view.jsx
+++ b/ui/component/sideNavigation/view.jsx
@@ -276,66 +276,11 @@ function SideNavigation(props: Props) {
// @endif
})}
>
-
- {TOP_LEVEL_LINKS.map(linkProps => {
- const { hideForUnauth, ...passedProps } = linkProps;
- return !email && linkProps.hideForUnauth && IS_WEB ? null : (
- -
-
- );
- })}
-
- {sidebarOpen && isPersonalized && subscriptions && subscriptions.length > 0 && (
-
- {subscriptions.map(({ uri, channelName }, index) => (
- -
-
-
- ))}
-
- )}
- {sidebarOpen && isPersonalized && followedTags && followedTags.length > 0 && (
-
- {followedTags.map(({ name }, key) => (
- -
-
-
- ))}
-
- )}
-
- )}
-
- {(isOnFilePage || isMediumScreen) && sidebarOpen && (
- <>
-
+ )}
+
+ {(isOnFilePage || isMediumScreen) && sidebarOpen && (
+ <>
+