Feat: implements the UploadTool component for Storacha Console Toolkit#482
Closed
alikhere wants to merge 5 commits intostoracha:mainfrom
Closed
Feat: implements the UploadTool component for Storacha Console Toolkit#482alikhere wants to merge 5 commits intostoracha:mainfrom
alikhere wants to merge 5 commits intostoracha:mainfrom
Conversation
41a057d to
cfc1b8e
Compare
cfc1b8e to
276529f
Compare
Contributor
Author
|
Closing this as the PR moved to storacha/console-toolkit#12 |
This file contains hidden or 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
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.
Overview
This PR implements the UploadTool component for the
@storacha/ui-reactpackage, enabling Web3 applications to embed Storacha upload functionality directly in their UI without redirecting users to the console.What's Added
UploadTool Component
A complete, production-ready upload interface with:
Changes
Core Component
packages/ui/packages/react/src/UploadTool.tsx(549 lines)Package Integration
packages/ui/packages/react/src/index.tsTesting
packages/ui/packages/react/test/UploadTool.spec.tsxExample Application
packages/ui/examples/react/upload-tool/Documentation
packages/ui/examples/react/README.mdTesting
Closes storacha/console-toolkit#1
Part of storacha/console-toolkit#2