nextcloud/apps/files/js
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
..
templates adjust add button 2023-08-16 17:45:06 +02:00
app.js fix(search): fix load more 2023-05-16 11:45:50 +02:00
breadcrumb.js Adjust breadcrumb navigation structure to the navigation list 2023-04-04 12:16:45 +02:00
detailfileinfoview.js Make file actions work from sidebar 2015-08-12 17:30:20 +02:00
detailsview.js Fix rendering of the sidebar in Files app 2018-11-22 05:58:25 +01:00
detailtabview.js Typing corrections 2022-01-11 17:12:55 +01:00
favoritesfilelist.js Fix preview crop 2023-01-04 16:45:54 +01:00
favoritesplugin.js Fix jsdocs build on server repo 2018-10-24 15:41:08 +02:00
file-upload.js fix: Upload progress shows number of files to upload and current index 2023-08-26 15:04:23 +02:00
fileactions.js fix: Hide set reminder action on public shares 2023-09-07 16:15:29 -07:00
fileactionsmenu.js feat(files_reminders): emit action menu opened 2023-08-10 12:28:19 +02:00
fileinfomodel.js Remove copy in file actions when not allowed 2022-08-26 14:18:47 +02:00
filelist.js fix(files): Fix legacy files list sorting 2023-08-19 15:08:39 +02:00
filemultiselectmenu.js Do not rerender the selection menu on show 2020-01-08 16:09:53 +01:00
files.js fix(files): url used to retrive storage stats 2023-08-01 09:26:28 +02:00
filesummary.js Port settings to Modal 2023-01-04 16:45:52 +01:00
gotoplugin.js Fix sidebar not automatically hidden in Files app 2022-11-09 17:45:00 +01:00
jquery-visibility.js update jquery-visibility in files app 2015-08-17 09:39:21 +02:00
jquery.fileupload.js feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +01:00
keyboardshortcuts.js Replace files app ids to classes 2022-07-26 10:19:19 +02:00
mainfileinfodetailview.js Replace custom tooltips with native ones in files 2022-12-22 14:43:26 +01:00
merged-index.json feat(system-tags): show inline in files 2023-05-02 10:36:07 +02:00
navigation.js Add a11y attributes for legacy app navigation 2022-08-29 22:46:48 +02:00
newfilemenu.js Create new file/folder labels 2023-04-27 03:20:12 +00:00
operationprogressbar.js Clear progress bar text when hiding it 2023-10-09 22:44:36 +02:00
recentfilelist.js Fix preview crop 2023-01-04 16:45:54 +01:00
recentplugin.js Fix jsdocs build on server repo 2018-10-24 15:41:08 +02:00
semaphore.js Fix public upload by also load the semaphore method 2019-05-07 23:48:06 +02:00
sidebarpreviewmanager.js Always show full previews 2019-03-27 13:29:58 +01:00
sidebarpreviewtext.js Explicitly close div element 2022-04-04 17:52:44 +00:00
systemtagsplugin.js feat(system-tags): show inline in files 2023-05-02 10:36:07 +02:00
tagsplugin.js Fix favorite dark icon 2021-02-02 13:48:18 +01:00
templates.js adjust add button 2023-08-16 17:45:06 +02:00
upload.js Improved Javascript docs for JSDoc 2014-10-31 13:43:30 +01:00