ipld-explorer-components
ipld-explorer-components copied to clipboard
React components for https://explore.ipld.io and ipfs-webui
Removes a lot of eslint customization that is unnecessary, so that we get our standard aegir linting rules as much as possible.
Now empty searches can not be executed now. Approach: - Implemented a if check on the input string - which updates the state of the search bar component for rendering...
* when you don't enter a CID and click Explore, everything disappears; I'd expect some error/warning; it also seems to be in-progress forever Explore form should validate that provided CID...
We should allow overriding default explore links in this component, instead of always defaulting to: https://github.com/ipfs/ipld-explorer-components/blob/edd95a4bd4c12fb55f0815ebbe18847f65f84823/src/components/StartExploringPage.jsx#L35-L77 We should allow consumers to pass their desired links in the format of: ```jsx...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 to 4.5.3. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
If I enter an IPFS hash into the search field on the Explore page and click on the Explore button I got the result rather quickly if I'm lucky, but...
Explorer should show `mtime` and `mode` when present in `dag-pb`, to make it easy to spot difference in optional metadata. Right now two CIDs can have the same files but...
We should enable users to explore paths like: * `/ipns/docs.ipfs.tech` * `/ipns/k51...` * `foobar.host.com` - with DNSLink TXT entry --- When typing things like `/ipns/k51...`, `/ipns/ipfs.io` into the browse/inspect bar...