Skip to content

Commit

Permalink
feat: remove common progress bar from the regular and inline modes (#721
Browse files Browse the repository at this point in the history
)

Co-authored-by: nd0ut <[email protected]>
  • Loading branch information
nd0ut and nd0ut authored Aug 8, 2024
1 parent ecd22e5 commit f7b8fa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 4 additions & 3 deletions solutions/file-uploader/inline/FileUploaderInline.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export class FileUploaderInline extends SolutionBlock {
}
}

FileUploaderInline.template = /* HTML */ ` <uc-start-from>
FileUploaderInline.template = /* HTML */ `
<uc-start-from>
<uc-drop-area with-icon clickable></uc-drop-area>
<uc-source-list wrap></uc-source-list>
<button
Expand All @@ -71,5 +72,5 @@ FileUploaderInline.template = /* HTML */ ` <uc-start-from>
<uc-camera-source></uc-camera-source>
<uc-url-source></uc-url-source>
<uc-external-source></uc-external-source>
<uc-progress-bar></uc-progress-bar>
<uc-cloud-image-editor-activity></uc-cloud-image-editor-activity>`;
<uc-cloud-image-editor-activity></uc-cloud-image-editor-activity>
`;
2 changes: 0 additions & 2 deletions solutions/file-uploader/regular/FileUploaderRegular.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ FileUploaderRegular.template = /* HTML */ `
<uc-external-source></uc-external-source>
<uc-cloud-image-editor-activity></uc-cloud-image-editor-activity>
</uc-modal>
<uc-progress-bar-common></uc-progress-bar-common>
`;

FileUploaderRegular.bindAttributes({
Expand Down

0 comments on commit f7b8fa7

Please sign in to comment.