Skip to content

Preserve import selection order#6051

Merged
jonoomph merged 1 commit into
developfrom
file-import-order
May 24, 2026
Merged

Preserve import selection order#6051
jonoomph merged 1 commit into
developfrom
file-import-order

Conversation

@jonoomph
Copy link
Copy Markdown
Member

  • Keep top-level file URL import order intact instead of globally sorting all paths.
  • Sort recursively imported directory names and filenames during os.walk() for deterministic directory imports.
  • Add regression coverage for mixed file/directory imports to ensure directory contents expand in place.
  • Guard thumbnail view refresh sorting when the files proxy is intentionally unsorted.

- Keep top-level file URL import order intact instead of globally sorting all paths.
- Sort recursively imported directory names and filenames during os.walk() for deterministic directory imports.
- Add regression coverage for mixed file/directory imports to ensure directory contents expand in place.
- Guard thumbnail view refresh sorting when the files proxy is intentionally unsorted.
@jonoomph
Copy link
Copy Markdown
Member Author

@jonoomph jonoomph merged commit 9e59b90 into develop May 24, 2026
8 checks passed
@jonoomph jonoomph deleted the file-import-order branch May 24, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant