-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[full-ci] Remove the upload progress bar and its related states (#6825)
Remove the upload progress bar and its related states Co-authored-by: Saw-jan <[email protected]>
- Loading branch information
1 parent
95edac2
commit 4e9aa0b
Showing
27 changed files
with
17 additions
and
594 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
changelog/unreleased/enhancement-remove-upload-progress-component
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,6 @@ | ||
Enhancement: Remove the upload progress component | ||
|
||
We've removed the upload progress component because the implementation of Uppy made it obsolete. | ||
|
||
https://github.com/owncloud/web/pull/6825 | ||
https://github.com/owncloud/web/issues/6819 |
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 |
---|---|---|
|
@@ -104,8 +104,4 @@ main { | |
grid-area: main; | ||
z-index: 0; | ||
} | ||
#files-upload-progress { | ||
grid-area: upload; | ||
} | ||
</style> |
50 changes: 0 additions & 50 deletions
50
packages/web-app-files/src/components/Upload/DetailsWidget.vue
This file was deleted.
Oops, something went wrong.
177 changes: 0 additions & 177 deletions
177
packages/web-app-files/src/components/Upload/ProgressBar.vue
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.