Skip to content

Commit

Permalink
refactor: remove 'download' functionality (#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored Mar 24, 2022
1 parent 34a1c48 commit 81fbfa7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 364 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ IPFS Desktop's `Files` screen gives you an easy, familiar interface for working
- Copy a file/folder's IPFS [content ID (CID)](https://docs.ipfs.io/concepts/content-addressing/#identifier-formats) or a shareable link to your clipboard
- ["Pin"](https://docs.ipfs.io/concepts/persistence/) files to your IPFS node or (coming soon!) to a third-party pinning service

### Quick download for CIDs, IPFS paths, and IPNS paths

Just want to download an IPFS content ID or IPFS/IPNS content path? Choose `Download...` from the IPFS logo menu, paste it in, and you're good to go.

### Visualize your IPFS peers worldwide

Visit the `Peers` screen to see what nodes you're connected to, where they are, the connections they're using, and more.
Expand Down
28 changes: 0 additions & 28 deletions assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"restartIpfsDesktop": "Restart IPFS Desktop",
"openLogs": "Open logs",
"takeScreenshot": "Take Screenshot",
"downloadCid": "Download…",
"moveRepositoryLocation": "Move Repository Location",
"runGarbageCollector": "Run Garbage Collector",
"selectDirectory": "Select Directory",
Expand Down Expand Up @@ -155,28 +154,6 @@
"title": "Garbage collector",
"message": "The garbage collector run could not be completed successfully."
},
"downloadCidContentDialog": {
"title": "Download to a local directory",
"message": "Enter a CID, IPFS path, or IPNS path:",
"action": "Next"
},
"cantResolveCidDialog": {
"title": "Error",
"message": "Unable to resolve \"{ path }\"."
},
"couldNotGetCidDialog": {
"title": "Error",
"message": "Unable to fetch \"{ path }\"."
},
"contentsSavedDialog": {
"title": "Success",
"message": "The contents of \"{ path }\" were successfully downloaded.",
"action": "See Files"
},
"couldNotSaveDialog": {
"title": "Could not write to disk",
"message": "There was an error writing to \"{ dir }\": \"{ error }\". Please try again or inspect logs for more details."
},
"launchAtLoginNotSupported": {
"title": "Error",
"message": "Launch at login is not supported on your platform."
Expand All @@ -189,10 +166,6 @@
"title": "Enable screenshot shortcut",
"message": "By enabling this, the shortcut \"{ accelerator }\" will be available to take screenshots as long as IPFS Desktop is running."
},
"enableGlobalDownloadShortcut": {
"title": "Enable download shortcut",
"message": "By enabling this, the shortcut \"{ accelerator }\" will be available to download files as long as IPFS Desktop is running."
},
"settings": {
"settings": "Settings",
"preferences": "Preferences",
Expand All @@ -204,7 +177,6 @@
"namesysPubsub": "Enable IPNS over PubSub",
"automaticGC": "Automatic Garbage Collection",
"takeScreenshotShortcut": "Global Screenshot Shortcut",
"downloadHashShortcut": "Global Download Shortcut",
"experiments": "Experiments",
"npmOnIpfs": "Enable npm on IPFS"
},
Expand Down
140 changes: 0 additions & 140 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@
"intl-messageformat": "^9.11.4",
"ipfs-http-client": "55.0.0",
"ipfsd-ctl": "10.0.6",
"is-ipfs": "6.0.2",
"it-all": "^1.0.6",
"it-concat": "^2.0.0",
"it-last": "^1.0.6",
"multiaddr": "10.0.1",
"multiaddr-to-uri": "8.0.0",
Expand Down
Loading

0 comments on commit 81fbfa7

Please sign in to comment.