Skip to content

Commit

Permalink
update fontawesome packages for React
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarao9 committed Feb 25, 2022
1 parent bbe644a commit 40e57c0
Show file tree
Hide file tree
Showing 5 changed files with 1,989 additions and 3,600 deletions.
4 changes: 1 addition & 3 deletions AttachmentUpload/AttachmentUploader.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
z-index: 999;
}

.fileSpinnerCont{

}


.uploadStatusText{
color:white;
Expand Down
4 changes: 3 additions & 1 deletion AttachmentUpload/AttachmentUploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const AttachmentUploader: React.FC<UploadProps> = (uploadProps: UploadPro
fileStats = (
<div className={"filesStatsCont uploadDivs"}>
<div>
<FontAwesomeIcon icon={"spinner"} inverse size="2x" spin/>
<FontAwesomeIcon icon={faSpinner} inverse size="2x" spin />
</div>
<div className={"uploadStatusText"}>
{translate("uploading")} ({currentUploadCount}/{totalFileCount})
Expand Down Expand Up @@ -161,6 +161,8 @@ export const AttachmentUploader: React.FC<UploadProps> = (uploadProps: UploadPro

{ fileStats }



</div>
)

Expand Down
2 changes: 1 addition & 1 deletion AttachmentUpload/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<manifest>
<control namespace="vij" constructor="AttachmentUpload" version="1.0.10" display-name-key="AttachmentUpload"
<control namespace="vij" constructor="AttachmentUpload" version="1.0.12" display-name-key="AttachmentUpload"
description-key="Upload attachments easily using drag and drop" control-type="standard">
<type-group name="flds">
<type>SingleLine.Text</type>
Expand Down
Loading

0 comments on commit 40e57c0

Please sign in to comment.