-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor - reuse UploadButton, move icons
- Loading branch information
1 parent
e9fe703
commit 9a5ebc0
Showing
13 changed files
with
47 additions
and
41 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
4 changes: 2 additions & 2 deletions
4
src/components/ReactFileUtilities/FileIcon/FileIconSet/v2.tsx
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
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
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...ts/ReactFileUtilities/FilePlaceholder.tsx → ...leUtilities/icons/FilePlaceholderIcon.tsx
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
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export * from './AttachmentIcon'; | ||
export * from './CloseIcon'; | ||
export * from './FilePlaceholderIcon'; | ||
export * from './PictureIcon'; | ||
export * from './RetryIcon'; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
export * from './AttachmentIcon'; | ||
export * from './FileIcon'; | ||
export * from './FilePreviewer'; | ||
export * from './FileUploadButton'; | ||
export * from './ImageDropzone'; | ||
export * from './ImagePreviewer'; | ||
export * from './ImageUploadButton'; | ||
export * from './LoadingIndicator'; | ||
export * from './PictureIcon'; | ||
export * from './Thumbnail'; | ||
export * from './ThumbnailPlaceholder'; | ||
export * from './UploadButton'; | ||
export * from './types'; | ||
export * from './utils'; | ||
export { AttachmentIcon, PictureIcon } from './icons'; |