nextcloud/apps/files/src/components
Daniel Calviño Sánchez a4d19ce7e6 fix: Fix endless spinner on file entries after triggering an action
When the toast shown while a file is being moved or copied was
introduced in 64cc7afb12 an additional condition was added to the
"isLoading" check of file entries. However, that additional condition
caused an endless loading spinner to be shown on file entries of the
"Shares" view (but not in other views) after an action was triggered.
Turns out that the condition was not actually needed for the toast, so
now it is removed again to solve the endless loading spinner.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-07-29 12:47:12 +02:00
..
FileEntry Revert "fix(files): do not even try to fetch a preview if èhas-preview` is false" 2025-06-06 11:02:47 +02:00
FileListFilter fix(files): File type filter UI sync with filter state 2025-01-28 20:25:55 +01:00
TemplateFiller fix(template-filler): Hide template fields with unknown labels 2025-02-13 10:32:21 +01:00
BreadCrumbs.vue fix(files): sort not working after changing views 2025-01-26 14:09:13 +01:00
CustomElementRender.vue chore: Add SPDX header 2024-05-29 08:58:16 +02:00
DragAndDropNotice.vue fix(l10n): use do not instead of don't 2025-03-02 12:47:10 +01:00
DragAndDropPreview.vue refactor(files): Update @nextcloud/files to v3.5.0 2024-06-23 16:53:09 +02:00
FileEntry.vue fix(files): ensure valid mtime and fallback to crtime if defined 2025-02-04 13:46:36 +00:00
FileEntryGrid.vue refactor: Make route parameters accessible using composables to reuse 2024-07-25 19:33:28 +02:00
FileEntryMixin.ts fix: Fix endless spinner on file entries after triggering an action 2025-07-29 12:47:12 +02:00
FileListFilters.vue fix(files_sharing): Make account file filter consistent have design 2024-07-30 16:40:14 +02:00
FilesListHeader.vue fix(files): ensure proper headers lifecycle 2025-07-09 15:34:34 +02:00
FilesListTableFooter.vue fix(files): Correctly scroll selected file into view 2025-02-06 00:08:47 +01:00
FilesListTableHeader.vue chore(files): add selection cypress tests 2024-11-07 23:13:57 +01:00
FilesListTableHeaderActions.vue fix(files): provide boundaries for FileListTableHeaderActions element 2025-07-03 12:17:16 +02:00
FilesListTableHeaderButton.vue fix(files): add title for files list table header button 2024-10-25 20:52:12 +00:00
FilesListVirtual.vue fix(files): add plural form for selected nodes 2025-06-20 12:38:12 +02:00
FilesNavigationItem.vue feat: Load limited depth tree 2024-08-08 11:15:52 -07:00
LegacyView.vue chore: Add SPDX header 2024-05-29 08:58:16 +02:00
NavigationQuota.vue fix: Correctly show free space if lower than quota in Files navigation 2025-07-29 09:52:16 +02:00
NewNodeDialog.vue perf(files): Cache getContents function used for uploader 2024-08-14 09:47:56 +02:00
PersonalSettings.vue chore: Add SPDX header 2024-05-29 08:58:16 +02:00
Setting.vue chore: Add SPDX header 2024-05-29 08:58:16 +02:00
SidebarTab.vue chore: Add SPDX header 2024-05-29 08:58:16 +02:00
TemplateFiller.vue fix(template-filler): Hide template fields with unknown labels 2025-02-13 10:32:21 +01:00
TemplatePreview.vue refactor(files): migrate to @nextcloud/sharing 2024-10-25 15:12:39 +02:00
TransferOwnershipDialogue.vue fix(transferownership): allow searching by email, display user.shareWithDisplayNameUnique in item subline, adjust style 2025-02-17 12:51:22 +01:00
VirtualList.vue fix(files): Correctly scroll selected file into view 2025-02-06 00:08:47 +01:00