-
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
Suggestion box for edit input #44720
Merged
puneetlath
merged 37 commits into
Expensify:main
from
margelo:perunt/suggestion-box-edit-input
Jul 11, 2024
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
82b38df
Merge branch 'main' of https://github.com/Expensify/App
perunt 79713ed
Merge branch 'main' of https://github.com/Expensify/App
perunt 3d2339a
Merge branch 'main' of https://github.com/Expensify/App
perunt 6a4d1f2
update const
perunt 8987fd1
fix positioning
perunt cbb8243
types
perunt 6f9dd07
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt 5fc92bf
update SUGGESTION_BOX_MAX_SAFE_DISTANCE
perunt 9026d4b
add runAfterInteractions
perunt b050267
update ReportActionItemMessageEdit
perunt d43e776
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt 410fefc
AutoCompleteSuggestions update
perunt 376bbb1
change SUGGESTION_BOX_MAX_SAFE_DISTANCE
perunt af3beca
add getBottomSuggestionPadding
perunt fa0be2f
calculateEmojiSuggestion
perunt 35448f3
checkIfSuggestionVisible
perunt b8a42a8
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt be606bc
fix wrong positioning when focus input
perunt eec0d6f
fix shortcuts and focus issue
perunt e59287c
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt 2ed0d9a
checkIfSuggestionVisible
perunt 9e8d8e0
lint
perunt d04dec3
fix 'enter' from keyboard on suggestion
perunt 354f77d
type
perunt b72bf52
type
perunt 507d8ac
clean
perunt ba105c2
remove const
perunt 1c390e5
fix selection
perunt e2d662b
remove eslint-disable
perunt bc2fd14
run tag on UI
perunt 2a73da2
fix react-compiler/react-compiler
perunt 9bcb5db
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt 8a66410
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt eba8f47
Merge branch 'main' of https://github.com/Expensify/App into perunt/s…
perunt f7d8319
eslint-disable-next-line react-compiler/react-compiler,
perunt 049d487
one more react-compiler/react-compiler
perunt c213eec
naming
perunt 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
2 changes: 1 addition & 1 deletion
2
...AutoCompleteSuggestions/AutoCompleteSuggestionsPortal/getBottomSuggestionPadding/index.ts
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,5 +1,5 @@ | ||
function getBottomSuggestionPadding(): number { | ||
return 0; | ||
return 6; | ||
} | ||
|
||
export default getBottomSuggestionPadding; |
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.
is it intentional to remove
|| bottomInset
?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.
Yes, due to the coordinate grid starting from the top