ipld-explorer-components icon indicating copy to clipboard operation
ipld-explorer-components copied to clipboard

React components for https://explore.ipld.io and ipfs-webui

Results 41 ipld-explorer-components issues
Sort by recently updated
recently updated
newest added

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...

kind/bug
help wanted
good first issue
exp/novice
P2
effort/hours

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...

help wanted
good first issue
P3
exp/beginner
effort/hours
status/ready

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...

dependencies
javascript

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...

dependencies
javascript

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...

dependencies
javascript

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...

kind/enhancement
help wanted
exp/expert
P2
topic/design-content
topic/design-front-end
topic/design-ux
effort/days

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...

kind/bug
P1
topic/design-visual
exp/wizard
effort/days

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...

kind/enhancement
help wanted
good first issue
exp/intermediate
P1
effort/days
status/ready
topic/interop