-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* disable search bar when loading - disables the search bar functionality while the results are being loaded * search box update - removed the double-binding through textchanged AND property binding - simplified code for timed trigger of search via the DispatcherTimer - added value difference check to stop reapplying the same one over and over - removed unnecessary un-subscriptions (to explain in PR) * refreshes search result only when initializing VM - now only does the initial (slow) search when loading the model for the first time - since we are not destroying the model when closing the window, we should not have to refreshandsearch again and again. We are using the cached results we have loaded the first time - timed-out timer fix - removed reset events on windows close as no longer needed * revert change * disposing of handlers * tests added * revert RefreshAndSearchAsync changes - RefreshAndSearchAsync will be repeated every time you open the PM window * Update PackageManagerSearchViewModel.cs * Update PackageManagerSearchViewModel.cs missed space * replaced delayed timer - replaced delay timer with wpf native delay property (thank you!) - removed old code --------- Co-authored-by: reddyashish <[email protected]>
- Loading branch information
1 parent
b90e84d
commit ce4c9b3
Showing
8 changed files
with
80 additions
and
135 deletions.
There are no files selected for viewing
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
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
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