-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Concern: Using `ResetNodeFilters` to clear the filters while searching or exiting from search unexpectedly resets the `show hidden` mode because the action not only removes the target filter, it resets all the other filters as well. Solution: Implement `RemoveNodeFilterFromInput` to be able to clear or remove target filters without having to reset it.
- Loading branch information
1 parent
e2b49ab
commit fa37cd1
Showing
5 changed files
with
63 additions
and
35 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "xplr" | ||
version = "0.3.7" # Update app.rs and default.nix | ||
version = "0.3.8" # Update app.rs and default.nix | ||
authors = ["Arijit Basu <[email protected]>"] | ||
edition = "2018" | ||
description = "A hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf" | ||
|
This file contains 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
This file contains 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
This file contains 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