-
-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented search triggering when the search icon is clicked (#1341)
* Implemented search triggering when the search icon is clicked - Added code to implement search functionality even when the search icon is clicked. - Enhanced search functionality by allowing search initiation through both pressing 'Enter' and clicking the search icon in the user portal, ensuring uniformity. - Expanded test coverage to include all modified lines. - Users can now utilize dual search methods by both pressing 'Enter' and clicking the search icon to obtain search results. Signed-off-by: Akhilender <[email protected]> * fix: Removed the unused variables to fix test Signed-off-by: Akhilender <[email protected]> * fix: Fixed the failing tests Signed-off-by: Akhilender <[email protected]> * fix: Covered the missing lines in the codecov report Signed-off-by: Akhilender <[email protected]> * fix: Removed the comments - Resolved the changes requested. Signed-off-by: Akhilender <[email protected]> * fix: Covered the missing lines in requests.test.tsx Signed-off-by: Akhilender <[email protected]> --------- Signed-off-by: Akhilender <[email protected]>
- Loading branch information
1 parent
b231da8
commit 0e7a6a8
Showing
20 changed files
with
444 additions
and
141 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
Oops, something went wrong.