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

Do not show (running) when opening picker #8148

Merged
merged 2 commits into from
Sep 6, 2023
Merged

Do not show (running) when opening picker #8148

merged 2 commits into from
Sep 6, 2023

Commits on Sep 2, 2023

  1. only stream from background thread if necessary

    If the file transversal is longer shorter 30ms it will now be performed
    on the main thread. Spawning a thread can take a while (or rather it
    takes a while until that thread is scheduled) so the files can actually
    take a while to show up. This prevents the `(running)` indicator from
    briefly showing up when opening the file picker in a small directory.
    pascalkuthe committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    b2a9fee View commit details
    Browse the repository at this point in the history
  2. run partial cargo update

    pascalkuthe committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    352d03f View commit details
    Browse the repository at this point in the history