From 12db7c519fc8da319154e5b42782c4878b10e7bb Mon Sep 17 00:00:00 2001 From: infiinte-persistence Date: Mon, 6 Jul 2020 22:43:47 +0800 Subject: [PATCH] Revert the Links Modal; we'll augment the Share Modal to include the download link. This reverts commit cb47ed61375b4de32adacd89ce46d5da183150b5. --- CHANGELOG.md | 1 - static/app-strings.json | 9 +----- ui/component/fileActions/view.jsx | 6 ---- ui/constants/modal_types.js | 1 - ui/modal/modalCopyLinks/index.js | 14 -------- ui/modal/modalCopyLinks/view.jsx | 54 ------------------------------- ui/modal/modalRouter/view.jsx | 3 -- 7 files changed, 1 insertion(+), 87 deletions(-) delete mode 100644 ui/modal/modalCopyLinks/index.js delete mode 100644 ui/modal/modalCopyLinks/view.jsx diff --git a/CHANGELOG.md b/CHANGELOG.md index 9157bd1cc..799322571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Publish Page improvements to prevent accidental overwrites of existing claims _community pr!_ ([#4416](https://github.com/lbryio/lbry-desktop/pull/4416)) - Option to remove abandoned claims from Blocked Channels page _community pr!_ ([#4433](https://github.com/lbryio/lbry-desktop/pull/4433)) - New channel create/edit page ([#4445](https://github.com/lbryio/lbry-desktop/pull/4445)) -- Add dialog to copy various types of links for a claim _community pr!_ ([#4474](https://github.com/lbryio/lbry-desktop/pull/4474)) ### Changed diff --git a/static/app-strings.json b/static/app-strings.json index 0e9be7b46..66a367130 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1291,12 +1291,5 @@ "Awesome! You just followed your first first channel.": "Awesome! You just followed your first first channel.", "After submitting, it will take a few minutes for your changes to be live for everyone.": "After submitting, it will take a few minutes for your changes to be live for everyone.", "Anything": "Anything", - "Paid": "Paid", - "Start at": "Start at", - "Download Link": "Download Link", - "Links": "Links", - "LBRY URL": "LBRY URL", - "LBRY link copied": "LBRY link copied", - "LBRY URL copied": "LBRY URL copied", - "Download link copied": "Download link copied" + "Paid": "Paid" } diff --git a/ui/component/fileActions/view.jsx b/ui/component/fileActions/view.jsx index 887aad0e6..e9577b341 100644 --- a/ui/component/fileActions/view.jsx +++ b/ui/component/fileActions/view.jsx @@ -108,12 +108,6 @@ function FileActions(props: Props) { onClick={() => openModal(MODALS.CONFIRM_FILE_REMOVE, { uri })} /> )} -