-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Use SearchRouter everywhere and drop Chat finder #49984
Merged
luacmartins
merged 19 commits into
Expensify:main
from
software-mansion-labs:kicu/49123-search-24-cleanup
Oct 16, 2024
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
830ac47
Remove old chat finder functionality
Kicu 4052f9a
Use SearchRouter instead of Chat finder and migrate e2e tests
Kicu cb51d04
Add performance timings handling for SearchRouterList
Kicu 635e0da
Migrate reassure tests for ChatFinder to SearchRouter
Kicu 078420e
Remove SearchRouter dev check
Kicu e21ed95
Fix SearchRouter opening from keyboard shortcut
Kicu 4b81669
close modals on openSearchRouter
SzymczakJ 2fddc70
Merge branch 'main' into kicu/49123-search-24-cleanup
SzymczakJ 47ba23f
fix design comments
SzymczakJ c4f7088
fix PR comments
SzymczakJ 5fc6c1f
Merge branch 'main' into kicu/49123-search-24-cleanup
SzymczakJ 7e44690
fix paddings
SzymczakJ 7587f23
fix linter
SzymczakJ 90e18c5
fix PR comments
SzymczakJ 3cd9405
Merge branch 'main' into kicu/49123-search-24-cleanup
SzymczakJ 1d0811f
fix style bugs
SzymczakJ 935067e
add offline message
SzymczakJ a6a74c5
fix linter
SzymczakJ 980e7d0
Merge branch 'main' into kicu/49123-search-24-cleanup
Kicu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm I think we might wanna end the timing once the list is rendered onLayout?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No this line is correct.
There were 2 measures done in the old
ChatFinder
. What you're thinking about is still there inonLayout
inside SearchRouterList - https://github.com/Expensify/App/pull/49984/files#diff-6d769534d8506784b70ef165d2e6883fe38e3fde4683528be637b7f8b923ff9fR185And this one is just the timing for performing the search of chats, copied directly from here: https://github.com/Expensify/App/blob/main/src/pages/ChatFinderPage/index.tsx#L107-L109