Skip to content

Commit 216e574

Browse files
authored
feat: navigate files in the wild 🦌 (#1027)
License: MIT Signed-off-by: Henrique Dias <[email protected]>
1 parent 3925bd4 commit 216e574

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1604
-928
lines changed

package-lock.json

Lines changed: 70 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"i18next-icu": "^0.6.0",
4040
"i18next-xhr-backend": "^1.5.1",
4141
"internal-nav-helper": "^1.0.2",
42-
"ipfs-css": "^0.10.0",
42+
"ipfs-css": "^0.13.1",
4343
"ipfs-geoip": "^3.0.0",
4444
"ipfs-redux-bundle": "^5.1.2",
4545
"ipfs-unixfs": "^0.1.15",
@@ -73,6 +73,7 @@
7373
"react-virtualized": "^9.20.1",
7474
"redux-bundler": "^21.2.2",
7575
"redux-bundler-react": "^1.0.1",
76+
"simplify-number": "^1.0.0",
7677
"tachyons": "^4.11.1",
7778
"topojson": "^3.0.2",
7879
"video-extensions": "^1.1.0",

public/locales/en/files.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"clear": "Clear",
3333
"create": "Create",
3434
"save": "Save",
35+
"pin": "Pin",
36+
"unpin": "Unpin",
3537
"unselectAll": "Unselect all"
3638
},
3739
"shareModal": {
@@ -74,5 +76,14 @@
7476
"noFiles": "<0>No files in this directory. Click the “Add” button to add some.</0>"
7577
},
7678
"addFilesInfo": "<0>Add files to your local IPFS node by clicking the <1>Add to IPFS</1> button above.</0>",
77-
"companionInfo": "<0>As you are using <1>IPFS Companion</1>, the files view is limited to files added while using the extension.</0>"
79+
"companionInfo": "<0>As you are using <1>IPFS Companion</1>, the files view is limited to files added while using the extension.</0>",
80+
"exploreForm": {
81+
"explore": "Explore"
82+
},
83+
"hashUnavailable": "hash unavailable",
84+
"pins": "Pins",
85+
"pinned": "Pinned",
86+
"blocks": "Blocks",
87+
"more": "More",
88+
"files": "Files"
7889
}

0 commit comments

Comments
 (0)