Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix file exclusion logic as suggested in #403 #1022

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bellerbrock
Copy link
Collaborator

@bellerbrock bellerbrock commented Jul 30, 2024

Description

Provide a summary of your changes including motivation and context.
If these changes fix a bug or resolves a feature request, be sure to link to that issue.

closes #412

Type of change

What type of changes does your code introduce? Put an x in boxes that apply.

  • CHANGE (fix or feature that would cause existing functionality to not work as expected)
  • FEATURE (non-breaking change which adds functionality)
  • BUGFIX (non-breaking change which fixes an issue)
  • ENHANCEMENT (non-breaking change which improves existing functionality)
  • NONE (if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)

Checklist:

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated relevant documentation

Changelog entry

Please add a one-line changelog entry below. This will be copied to the changelog file during the release process.

fix file exclusion logic 

@chaneylc
Copy link
Member

@trife what do you think about adding an indeterminate progress bar to this dialog to run while the files are loading? I notice considerable lag when there's only fifteen files.

@trife
Copy link
Member

trife commented Aug 1, 2024

@chaneylc yes this is a good idea.

added coroutines to search files in background thread
added progress bar while files are loading
added new dimension value to adjust size of progress bar
@trife
Copy link
Member

trife commented Sep 8, 2024

@chaneylc I'm not seeing the indeterminate progress bar and loading the file list is very slow on modern hardware. Can you do some debugging to see if we can speed that up before this gets merged?

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.

Clean up file explorer activity
3 participants