From 5d5bb6373a76c30cc602250856731224ce7b0bf1 Mon Sep 17 00:00:00 2001 From: Rafael Ramalho Date: Tue, 3 Nov 2020 15:02:23 +0000 Subject: [PATCH] feat: add pinning to files page (#1678) * chore: refactor files page * feat: add pinning services mock to files page * chore: update remotePin dimensions Co-authored-by: Jessica Schilling * chore: update local pin icon dimension Co-authored-by: Jessica Schilling * chore: change pin icon fill color Co-authored-by: Jessica Schilling * chore: change remote pin icon fill color Co-authored-by: Jessica Schilling * chore: update pinning modal text size Co-authored-by: Jessica Schilling * chore: update pinning modal text size Co-authored-by: Jessica Schilling * chore: pinning modal secondary text changes Co-authored-by: Jessica Schilling * chore: update pinning modal image size Co-authored-by: Jessica Schilling * chore: update pinning modal pin icon Co-authored-by: Jessica Schilling * chore: add pin status column to fileslist * chore: fix modals icons * chore: fix linting error * chore: fix files sorting Co-authored-by: Jessica Schilling --- public/locales/en/settings.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/public/locales/en/settings.json b/public/locales/en/settings.json index 4aac1b19f..9bfb50642 100644 --- a/public/locales/en/settings.json +++ b/public/locales/en/settings.json @@ -59,16 +59,6 @@ "DISABLED": "Disabled", "PINS_ONLY": "Pins only" }, - "localPinning": "Local Pinning", - "service": "Service", - "files": "Files", - "bandwidthUsed": "Bandwidth Used", - "autoUpload": "Auto Upload", - "autoUploadKeys": { - "ALL_FILES": "All files", - "DISABLED": "Disabled", - "PINS_ONLY": "Pins only" - }, "fetchingSettings": "Fetching settings...", "configApiNotAvailable": "The IPFS config API is not available. Please disable the \"IPFS Companion\" Web Extension and try again.", "ipfsDaemonOffline": "The IPFS daemon is offline. Please turn it on and try again.",