nextcloud/apps/files/src
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
..
actions fix(files): do nothing if view local dialog was just closed 2025-06-02 16:56:07 +02:00
components fix: Fix endless spinner on file entries after triggering an action 2025-07-29 12:47:12 +02:00
composables fix(files): also show file list headers on empty views 2025-03-17 19:41:41 +01:00
filters fix(files): Ensure the filter instance is mounted 2025-05-01 15:24:56 +02:00
mixins fix(files): sort not working after changing views 2025-01-26 14:09:13 +01:00
models chore: Add SPDX header 2024-05-29 08:58:16 +02:00
newMenu fix: Hide "Create templates folder" option if templates are disabled in configuration 2025-05-20 13:47:24 +00:00
plugins/search fix: Use searchFrom property for client side plugins 2025-01-31 12:01:28 +00:00
router fix(files): Do not download files with openfile query flag 2025-02-13 16:00:03 +01:00
services fix(files): auto reload sidebar tags on update 2025-06-17 14:50:23 +02:00
store refactor: use eventbus for updated filters 2025-05-01 15:24:56 +02:00
utils refactor(files): migrate to @nextcloud/sharing 2024-10-25 15:12:39 +02:00
views chore: Adapt cypress component test to contain total space 2025-07-29 09:52:16 +02:00
eventbus.d.ts refactor: use eventbus for updated filters 2025-05-01 15:24:56 +02:00
FilesApp.vue chore: Add SPDX header 2024-05-29 08:58:16 +02:00
init.ts fix(Federation): Show some icon for federated users on shares 2024-10-30 15:16:00 +01:00
logger.ts refactor(files): Migrate logger util to Typescript 2024-08-01 03:20:56 +02:00
main-personal-settings.js chore(deps): Update @nextcloud/auth to v2.4.0 and use getCSPNonce where possible 2024-08-13 17:54:47 +02:00
main.ts fix(files): sort not working after changing views 2025-01-26 14:09:13 +01:00
reference-files.ts chore: Add SPDX header 2024-05-29 08:58:16 +02:00
sidebar.js chore: Add SPDX header 2024-05-29 08:58:16 +02:00
types.ts fix(files): always ask for confirmation if trashbin app is disabled 2024-07-27 07:13:39 +00:00