-
Notifications
You must be signed in to change notification settings - Fork 27
Comparing changes
Open a pull request
base repository: storacha/w3ui
base: react-keyring-v5.1.1
head repository: storacha/w3ui
compare: react-keyring-v5.2.0
- 17 commits
- 110 files changed
- 4 contributors
Commits on Mar 30, 2023
-
chore(main): release react-uploader 4.0.1 (#457)
🤖 I have created a release *beep* *boop* --- ## [4.0.1](react-uploader-v4.0.0...react-uploader-v4.0.1) (2023-03-30) ### Bug Fixes * tweak stylization of w3ui in react-uploader README ([#437](#437)) ([3259e27](3259e27)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alan Shaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5eb05e - Browse repository at this point
Copy the full SHA d5eb05eView commit details -
chore(main): release react-uploads-list 3.0.1 (#455)
🤖 I have created a release *beep* *boop* --- ## [3.0.1](react-uploads-list-v3.0.0...react-uploads-list-v3.0.1) (2023-03-30) ### Bug Fixes * tweak READMEs for packages that release-please didn't release right ([#440](#440)) ([845a6b6](845a6b6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alan Shaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56eddef - Browse repository at this point
Copy the full SHA 56eddefView commit details
Commits on Apr 6, 2023
-
feat: get w3console looking acceptable on mobile (#500)
Plenty of polish we could still do, but this takes care of the most egregious problems on smaller screens: https://user-images.githubusercontent.com/1113/230239853-c93deef4-f8fd-426c-8002-1a8ff192cd5c.mov We're using HeadlessUI's Dialog and Transition components to make the small-screen sidebar feel nice.
Travis Vachon authoredApr 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 118cb22 - Browse repository at this point
Copy the full SHA 118cb22View commit details -
chore(main): release vue-keyring 4.1.1 (#495)
🤖 I have created a release *beep* *boop* --- ## [4.1.1](vue-keyring-v4.1.0...vue-keyring-v4.1.1) (2023-04-06) ### Bug Fixes * more email type ([#494](#494)) ([355e794](355e794)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for adac99c - Browse repository at this point
Copy the full SHA adac99cView commit details
Commits on Apr 10, 2023
-
feat: add warnings about the public and permanent nature of w3up uplo…
…ads (#502) we'll probably want to rework this in the future, but I think this probably looks good enough for now: <img width="1223" alt="Screenshot 2023-04-07 at 1 47 15 PM" src="https://user-images.githubusercontent.com/1113/230676964-186cb768-c7a6-4fe2-8e92-b8e153e57418.png"> <img width="369" alt="Screenshot 2023-04-07 at 1 47 29 PM" src="https://user-images.githubusercontent.com/1113/230676965-589803a8-9fde-4505-8d92-5273aaa3ad83.png"> resolves #464
Travis Vachon authoredApr 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 6cc58f8 - Browse repository at this point
Copy the full SHA 6cc58f8View commit details -
fix: update @web3-storage/access dep to fix email + issue (#503)
Trying to auth with an email with a + in it currently fails, upgrade to the latest version of @web3-storage/access which fixes that. While I was in here I did a bit of refactoring so that only `keyring-core` depends on `@web3-storage/access`
Travis Vachon authoredApr 10, 2023 Configuration menu - View commit details
-
Copy full SHA for d3b0bba - Browse repository at this point
Copy the full SHA d3b0bbaView commit details
Commits on Apr 11, 2023
-
chore: remove
@w3ui/react-ui
package (#508)we're not going to keep developing this package, so remove it
Travis Vachon authoredApr 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 6082f37 - Browse repository at this point
Copy the full SHA 6082f37View commit details
Commits on Apr 26, 2023
-
feat: remove space creator from sidebar (#509)
this gives us a soft restriction on the number of spaces a user can create - we'll enforce this server-side in storacha/w3up#704
Travis Vachon authoredApr 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 40bc621 - Browse repository at this point
Copy the full SHA 40bc621View commit details
Commits on Apr 27, 2023
-
feat: w3console cleanup and updates to packages to support it (#507)
Integrate some learnings from creating a new app from the ground up with some tasks I've been meaning to do for a little while to clean up w3console. This is mostly either: a) extracting components to their own files OR b) lifting up types to eliminate 2-level-deep dependencies (ie, allowing w3console to only depend on the `@w3ui/react-*` packages rather than pulling in `@w3ui/*-core` and `multiformats`)
Travis Vachon authoredApr 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 78aee2a - Browse repository at this point
Copy the full SHA 78aee2aView commit details
Commits on May 3, 2023
-
fix: remove playground example (#513)
since we deprecated and removed the `@w3ui/react` project it doesn't make sense to keep playground around - it was mainly there to help develop and test the "customizable" components that we're no longer using
Travis Vachon authoredMay 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 12fd5f6 - Browse repository at this point
Copy the full SHA 12fd5f6View commit details -
Use the new `onUploadProgress` callback in `@web3-storage/upload-client` to add upload progress bars to w3console and the example apps. This PR also includes a decent amount of bugfixing in the example apps to get them working. https://user-images.githubusercontent.com/1113/230191386-f0f635f2-1008-4e1f-91e2-517a65b66e31.mov --------- Co-authored-by: Benjamin Goering <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c9de97 - Browse repository at this point
Copy the full SHA 6c9de97View commit details
Commits on May 8, 2023
-
feat: update to latest version of ucanto and @web3-storage libraries (#…
…514) delightfully simple
Travis Vachon authoredMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for e1ee301 - Browse repository at this point
Copy the full SHA e1ee301View commit details
Commits on May 9, 2023
-
chore(main): release keyring-core 4.2.0 (#505)
🤖 I have created a release *beep* *boop* --- ## [4.2.0](keyring-core-v4.1.1...keyring-core-v4.2.0) (2023-05-08) ### Features * update to latest version of ucanto and [@web3-storage](https://github.com/web3-storage) libraries ([#514](#514)) ([e1ee301](e1ee301)) * upload progress ([#499](#499)) ([6c9de97](6c9de97)) ### Bug Fixes * update @web3-storage/access dep to fix email + issue ([#503](#503)) ([d3b0bba](d3b0bba)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9435c69 - Browse repository at this point
Copy the full SHA 9435c69View commit details -
chore(main): release uploader-core 5.1.0 (#511)
🤖 I have created a release *beep* *boop* --- ## [5.1.0](uploader-core-v5.0.0...uploader-core-v5.1.0) (2023-05-09) ### Features * update to latest version of ucanto and [@web3-storage](https://github.com/web3-storage) libraries ([#514](#514)) ([e1ee301](e1ee301)) * upload progress ([#499](#499)) ([6c9de97](6c9de97)) * w3console cleanup and updates to packages to support it ([#507](#507)) ([78aee2a](78aee2a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f3919e - Browse repository at this point
Copy the full SHA 0f3919eView commit details -
chore(main): release uploads-list-core 3.1.0 (#515)
🤖 I have created a release *beep* *boop* --- ## [3.1.0](uploads-list-core-v3.0.0...uploads-list-core-v3.1.0) (2023-05-09) ### Features * update to latest version of ucanto and [@web3-storage](https://github.com/web3-storage) libraries ([#514](#514)) ([e1ee301](e1ee301)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Travis Vachon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28c4497 - Browse repository at this point
Copy the full SHA 28c4497View commit details -
chore(main): release react-uploader 4.1.0 (#512)
🤖 I have created a release *beep* *boop* --- ## [4.1.0](react-uploader-v4.0.1...react-uploader-v4.1.0) (2023-05-09) ### Features * update to latest version of ucanto and [@web3-storage](https://github.com/web3-storage) libraries ([#514](#514)) ([e1ee301](e1ee301)) * upload progress ([#499](#499)) ([6c9de97](6c9de97)) * w3console cleanup and updates to packages to support it ([#507](#507)) ([78aee2a](78aee2a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Travis Vachon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa53bf3 - Browse repository at this point
Copy the full SHA aa53bf3View commit details -
chore(main): release react-keyring 5.2.0 (#506)
🤖 I have created a release *beep* *boop* --- ## [5.2.0](react-keyring-v5.1.1...react-keyring-v5.2.0) (2023-05-09) ### Features * update to latest version of ucanto and [@web3-storage](https://github.com/web3-storage) libraries ([#514](#514)) ([e1ee301](e1ee301)) * upload progress ([#499](#499)) ([6c9de97](6c9de97)) * w3console cleanup and updates to packages to support it ([#507](#507)) ([78aee2a](78aee2a)) ### Bug Fixes * update @web3-storage/access dep to fix email + issue ([#503](#503)) ([d3b0bba](d3b0bba)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Travis Vachon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebba1bf - Browse repository at this point
Copy the full SHA ebba1bfView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.