-
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
#26126: Tag picker sections #27765
Merged
amyevans
merged 27 commits into
Expensify:main
from
BeeMargarida:feat/26126-tag_picker_sections
Sep 20, 2023
Merged
#26126: Tag picker sections #27765
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
6c17f2b
feat: add tag support to getNewChatOptions
BeeMargarida a45d61a
fix: add missing jsdoc
BeeMargarida 1f44b95
Merge branch 'feat/26126-tag_menu_item_and_picker' into feat/26126-ta…
BeeMargarida 99a5d2e
Merge branch 'feat/26126-tag_menu_item_and_picker' into feat/26126-ta…
BeeMargarida a2b1759
Merge branch 'main' into feat/26126-tag_picker_sections
BeeMargarida 4fdefef
feat: build sections and show search input
BeeMargarida e2f1dc9
fix: conditional check
BeeMargarida b94b226
fix: adapt to policyRecentlyUsedTags
BeeMargarida accee61
Merge branch 'main' into feat/26126-tag_picker_sections
BeeMargarida 6a47b41
fix: use another approach for fetching report
BeeMargarida fb47dec
Merge branch 'main' into feat/26126-tag_picker_sections
BeeMargarida b4fff89
feat: save IOU tag and send it in API request
BeeMargarida eee0d51
fix: lint errors
BeeMargarida 68a757f
feat: move update logic outside picker
BeeMargarida d601800
Merge branch 'main' into feat/26126-tag_picker_sections
BeeMargarida e98ca80
fix: filter out disabled tags
BeeMargarida df3ee73
refactor: reorder
BeeMargarida ccda254
Merge branch 'main' into feat/26126-tag_picker_sections
BeeMargarida 8b4245f
revert: reorder
BeeMargarida 1cd6b03
refactor: simplify
BeeMargarida 9662822
fix: prettuer
BeeMargarida 118a791
refactor: simplify
BeeMargarida 43aa9e7
fix: change variable names
BeeMargarida 56efc68
Merge branch 'main' into feat/26126-tag_picker_sections
BeeMargarida ec0ffa6
fix: check for recentlyUsedPolicyTags and default value
BeeMargarida 2f4c295
refactor: rename getNewChatOptions to getFilteredOptions
BeeMargarida 993b4c2
fix: adapt to null value
BeeMargarida 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
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.
Disabled tags should have been filtered out. It caused this issue: #30465