Skip to content

Commit

Permalink
feat: use new w3ui (#48)
Browse files Browse the repository at this point in the history
* Uses new w3ui components, namely: `@w3ui/react`
* Pagination fixes
* Breadcrumbs
* Copy icon
* New shard viewer page, including:
    * Content claims shard <-> piece CID conversion
    * Aggregate CID listing
    * Shard size in human readable bytes
    * Filecoin deal info display
* Usage bar

<img width="604" alt="Screenshot 2023-11-28 at 20 31 48"
src="https://github.com/web3-storage/console/assets/152863/7280a334-fe1f-4ea8-84dd-9f609296ff78">
<img width="748" alt="Screenshot 2023-11-28 at 20 45 19"
src="https://github.com/web3-storage/console/assets/152863/24ad0db2-a564-416a-8156-fa301647fac8">
<img width="381" alt="Screenshot 2023-11-28 at 20 44 01"
src="https://github.com/web3-storage/console/assets/152863/f9b3e0e7-faf5-42e1-94dd-c86ac62e23ca">

---------

Co-authored-by: Travis Vachon <travis.vachon@gmail.com>
  • Loading branch information
Alan Shaw and travis authored Nov 29, 2023
1 parent 654453d commit 4430db3
Show file tree
Hide file tree
Showing 30 changed files with 835 additions and 527 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "w3up-website",
"name": "w3console",
"version": "1.2.0",
"private": true,
"scripts": {
Expand All @@ -21,15 +21,16 @@
"@ucanto/core": "^9.0.0",
"@ucanto/interface": "^9.0.0",
"@ucanto/transport": "^9.0.0",
"@w3ui/react-keyring": "^6.2.1",
"@w3ui/react-uploader": "^5.2.0",
"@w3ui/react-uploads-list": "^4.2.0",
"@web3-storage/access": "^16.4.0",
"@web3-storage/upload-client": "^11.1.0",
"@w3ui/react": "^1.0.1",
"@web3-storage/content-claims": "^3.2.1",
"@web3-storage/data-segment": "^5.0.0",
"ariakit-utils": "0.17.0-next.27",
"blueimp-md5": "^2.19.0",
"multiformats": "^12.1.3",
"next": "^13.5.4",
"react": "latest",
"react-dom": "latest"
"react-dom": "latest",
"swr": "^2.2.4"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.6.3",
Expand Down
Loading

0 comments on commit 4430db3

Please sign in to comment.