-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: various updates from implementing w3console
when I actually tried to use these components I ran into a number of issues: a) needed more classes in the authenticator to style it properly b) needed an `onUploadComplete` callback in the `Uploader` in order to reload the uploads list post-upload c) decided to rework the `Uploader` to keep the upload dropbox visible at all times d) needed to move `useUploaderComponent` inside the `Uploader` that provides its context - it was totally broken as-is e) restructured the `UploadsList` and added more styles
- Loading branch information
Showing
4 changed files
with
115 additions
and
39 deletions.
There are no files selected for viewing
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
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
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
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