nextcloud/apps/files
Daniel Calviño Sánchez 39bd125a78 Clear progress bar text when hiding it
When files are uploaded the progress bar text is set accordingly.
However, other operations that show the progress bar, like deleting
files, do not explicitly set any text. Due to that, when the progress
bar was shown again after uploading files the text did not match the
operation. To solve that now the text is cleared when the progress bar
is hidden (it is not cleared when it is shown as in some cases the text
is set already before showing the progress bar).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-10-09 22:44:36 +02:00
..
ajax Remove unused legacy ajax/list.php in files app 2023-01-09 15:18:37 +01:00
appinfo add utility command for object store objects 2023-07-04 17:59:21 +02:00
composer add utility command for object store objects 2023-07-04 17:59:21 +02:00
css fix: Upload progress shows number of files to upload and current index 2023-08-26 15:04:23 +02:00
img fix(assets): Optimize PNGs with optipng 0.7.7 2023-04-24 09:01:38 +02:00
js Clear progress bar text when hiding it 2023-10-09 22:44:36 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-10-08 00:30:00 +00:00
lib fix(files): Fix legacy files list sorting 2023-08-19 15:08:39 +02:00
src fix: Adjust cypress component test 2023-10-06 14:29:59 +02:00
templates feat(files_trashbin): migrate to vue 2023-04-06 14:49:29 +02:00
tests fix(files): Adjust files list jsunit tests for file size bugfix 2023-09-26 13:06:02 +02:00
.l10nignore Ignored compiled js files in files 2019-11-01 08:29:41 +01:00
list.php Add a public replacement for OC::$server->get 2022-05-10 18:51:12 +02:00
recentlist.php list.php files are only invoked via ViewController and APIController 2021-12-01 21:09:11 +01:00
simplelist.php Remove isIE and associated legacy scripts 2021-11-30 13:03:08 +01:00