From db3868d65e6a3f645dda7778e4acf4a1ed2b2c2e Mon Sep 17 00:00:00 2001 From: zeppi Date: Thu, 14 Apr 2022 22:49:26 -0400 Subject: [PATCH] ui/ux touchup --- static/app-strings.json | 1 + ui/page/fileListPublished/view.jsx | 122 ++++++++++++++--------------- ui/scss/component/_wunderbar.scss | 1 + 3 files changed, 63 insertions(+), 61 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 7cea4e7d6..556fc65da 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -2306,5 +2306,6 @@ "Privacy": "Privacy", "LBRY takes privacy and choice seriously. Is it ok if we monitor performance and help creators track their views?": "LBRY takes privacy and choice seriously. Is it ok if we monitor performance and help creators track their views?", "Yes, share with LBRY": "Yes, share with LBRY", + "Search Uploads": "Search Uploads", "--end--": "--end--" } diff --git a/ui/page/fileListPublished/view.jsx b/ui/page/fileListPublished/view.jsx index 05e9d4679..972e2d03d 100644 --- a/ui/page/fileListPublished/view.jsx +++ b/ui/page/fileListPublished/view.jsx @@ -126,67 +126,67 @@ function FileListPublished(props: Props) { return (
- {!fetching && myClaims.length > 0 && ( - <> - -
- } - persistedStorageKey="claim-list-published" - uris={urls} - /> - 0 ? Math.ceil(urlTotal / Number(pageSize)) : 1} /> - - )} + +