-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: storybook works #361
Merged
Merged
fix: storybook works #361
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SgtPooki
added a commit
that referenced
this pull request
Jun 8, 2023
* feat: migrate to vite * fix: polyfills and other stuff * feat: parsing of root XKCD and 1 child node works * feat: verify raw block, cache blocks in helia * fix: cleanup get-codec-for-cid & ensure eth support * fix: graph rendering * fix: verify blocks on the client side * fix: dag-pb node navigation * fix: wikipedia explore works url is localhost:port/#/explore/bafybeiaysi4s6lnjev27ln5icwm6tueaw2vdykrtjkwiphwekaywqhcjze based on latest hash from https://github.com/ipfs/distributed-wikipedia-mirror/blob/1aa50702fc6d8e2be106e37d4c68dc2ca5b94f20/snapshot-hashes.yml#LL13C10-L13C69 * feat: update start-exploring page with more examples * feat: add ipfs-geoip example fixes #355 * fix: dont split path in Path component * fix: typings * feat: remove multibase and multihashes deps * chore: cleanup explore bundle * chore: trying to get build working - get explore.ipld.io to work with this package * chore: trying to bundle with rollup * tmp: messsssyyyy * fix: build works (mostly) in explore.ipld.io * chore: separate vite more * fix: fix loading in ipld-explorer-components * tmp * chore: cjs-esm-react-scripts-hell * Revert "chore: cjs-esm-react-scripts-hell" This reverts commit ca0a50b. * fix: works in explore.ipld.io * fix: ethereum block and types * fix: ipld-eth dynamic imports * fix: dependency in explore.ipld.io * chore: update github workflows node-version * Update src/components/StartExploringPage.jsx Co-authored-by: Marcin Rataj <lidel@lidel.org> * Update src/components/StartExploringPage.jsx Co-authored-by: Marcin Rataj <lidel@lidel.org> * Update src/components/object-info/ObjectInfo.jsx Co-authored-by: Marcin Rataj <lidel@lidel.org> * Update src/components/object-info/ObjectInfo.jsx Co-authored-by: Marcin Rataj <lidel@lidel.org> * Update vite.config.ts * Update vite.config.ts * Update vite.config.ts * Update vite.config.ts * Update vite.config.ts * Update index.html * chore: cleanup * fix: lint runs (currently failing) * fix: address some eslint rules * fix: npm run dev works again * fix: use header in devPage * feat: fix car-import functionality * fix: consolidate decodeCid function * fix: improve base-importer * fix: lint problems * fix: one test for resolveIpldPath * fix: all tests pass * fix: add stream-to-it types * chore: lint before build * fix: vite from src instead of dist to get hot-reloading * fix: dev and prod build work * fix: storybook works (#361) * fix: get storybook working * fix: babel,eslint,typescript,storybook works * fix: invalid import in explore.ipld.io * fix: use in explore.ipld.io * chore: remove ethereum example * chore: reorder explore examples see https://github.com/ipfs/ipld-explorer-components/pull/360\#discussion_r1214542011 * feat: add dag-json example and load in helia on startup * fix: reduce networking overhead * fix: prefer trustless gateway * chore: start libp2p by default until bug is fixed * fix: networking improvements * chore: remove unnecessary libp2p config for exploring * test: add test for failure case * test: fix loading of dag-cbor example cheese path * chore: cleanup vite index.html * chore: revert locales loadPath change * chore: address all code cleanup PR comments * fix: remove blockcodec-to-ipld-format * chore!: remove ipld-ethereum * fix: access dynamic import via default prop * fix: storybook issue * docs: update readme with redux-bundler description * fix: change helia-bundle namespace * fix: node style selection and multicodec isolation * fix: attempt to fetch block from kubo client directly * fix: toHex function in extract-info * chore: address pr comments * test: fix src/lib/resolve-ipld-path.test.js --------- Co-authored-by: Marcin Rataj <lidel@lidel.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds storybook fix to #360.