fix(files): update loading behavior when changing location - #63166
Open
luka-nextcloud wants to merge 1 commit into
Open
fix(files): update loading behavior when changing location#63166luka-nextcloud wants to merge 1 commit into
luka-nextcloud wants to merge 1 commit into
Conversation
luka-nextcloud
requested review from
kristian-zendato and
susnux
and removed request for
a team
August 11, 2026 17:03
Signed-off-by: Luka Trovic <luka@nextcloud.com>
luka-nextcloud
force-pushed
the
fix/files-list-loading
branch
from
August 11, 2026 17:04
8a27ba8 to
01cba5d
Compare
susnux
requested changes
Aug 11, 2026
susnux
left a comment
Contributor
There was a problem hiding this comment.
This is a sensible area of changes, please add proper tests for the changes behavior (playwright). Moreover this was designed behavior back then to not block users from usage during long running loading. For example the search view should not blank just because the search is in progress.
So besides that point this must get UX approval from designers, because IMHO this is now worse UX than the behavior it tries to fix.
Currently:
- Folder contents A
- navigate
- Folder contents A + loading indicator
- Folder contents B
With this changes:
- Folder contents A
- navigate
- Blank view + loading indicator
- Folder contents B
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improves the loading state handling and user experience when navigating in the files list. Ensure that loading indicators are displayed appropriately and that the UI does not show stale or confusing content during transitions.
Checklist
3. to review, feature component)stable32)