Closed
Conversation
error311
added a commit
that referenced
this pull request
Jan 20, 2026
…UX polish (fixes #91, refs #92) - add ignoreRegex setting (admin config) with env override FR_IGNORE_REGEX to hide folders from tree/counts/indexing - add snapshot preset helper for common NAS snapshot paths (fixes #91) - unify ignore logic via FS::shouldIgnoreEntry across folder counts, tree listing, and disk usage scans - admin: improve settings search UX (clear button) + smoother section header styling - UI: polish header dock collapse/expand icon animations (landing/lift + reduced-motion support) Fixes #91 Refs #92 Co-authored-by: nikp123 <nikp123@e.email>
Owner
|
Thanks for the PR! I implemented a working version of this idea in 96e15b5 while keeping your config naming. Credit added in the commit message. Closing this PR in favor of the merged implementation. |
Contributor
Author
|
That's fine. Thanks for your support |
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.
Adding this should enable users to specify what directories to ignore so that their indexing doesn't take too long or consume too much resources or possibly to hide even more metadata files (ie.
.DS_store)I haven't been able to test this due to the fact that I couldn't get the CI to run. Docker is giving me trouble, but I assume it should be correct because its quite literally the same method you used forFR_TRUSTED_PROXIES.Anyway please test if you can and merge it it seems right.Update: This doesn't seem to work. I don't know why.