ipfs-webui
ipfs-webui copied to clipboard
feat : adds functionality to import and export IPNS keys in the IPFS WebUI
Summary
This PR adds functionality to import and export IPNS keys in the IPFS WebUI.
Changes
- Added functions for importing and exporting IPNS keys in
src/bundles/ipns.js. - Updated
IpnsManagercomponent to include UI elements for importing and exporting IPNS keys insrc/components/ipns-manager/IpnsManager.js. - Added translation strings for "Import Key" and "Export Key" in
public/locales/en/settings.json.