nextcloud/apps/files
Daniel Calviño Sánchez 3a91a51b4c 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 23:41:28 +00:00
..
ajax Remove unused legacy ajax/list.php in files app 2023-01-09 15:18:37 +01:00
appinfo Revert "fix(performance): Do not set up filesystem on every call" 2023-02-21 07:36:43 +01:00
composer Implement file reference wiget 2023-03-02 21:01:44 +01:00
css fix: Upload progress shows number of files to upload and current index 2023-08-26 15:10:15 +02:00
img Use computer icon for edit locally file action 2022-09-21 18:59:40 +00:00
js Clear progress bar text when hiding it 2023-10-09 23:41:28 +00:00
l10n Fix(l10n): Update translations from Transifex 2023-10-08 00:30:10 +00:00
lib Add an error counter 2023-05-09 16:02:50 +00:00
src fix: Use proper link for navigating to files on click handler 2023-06-05 21:41:47 +02:00
templates feat(files): Quota in navigation 2023-01-17 18:30:41 +01:00
tests Fix name of skip method for phpunit 2023-02-07 11:23:32 +01: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