-
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
[No QA] 1-6 Card Flow UI #44741
Merged
mountiny
merged 43 commits into
Expensify:main
from
koko57:feature/44309-issue-new-card-flow-steps
Jul 9, 2024
Merged
[No QA] 1-6 Card Flow UI #44741
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
4216e95
feat: add selection list to assignee step
koko57 93de31b
feat: UI for card name step
koko57 c27e5ef
feat: UI for limit step
koko57 c3ea4e3
feat: limit type step UI
koko57 a38ad57
feat: card type step UI
koko57 a6ef082
feat: confirmation step UI, card type step improvements
koko57 966e1e9
feat: apply the proper routing for expensify card pages
koko57 0f6898c
Merge branch 'main' into feature/44309-issue-new-card-flow-steps
koko57 899a78a
feat: [wip] assignee list
koko57 169a0d3
feat: implement search
koko57 98dc915
fix: resolve conflicts
koko57 ece0ee0
fix: remove duplicates
koko57 7d74daa
feat: connect all the steps
koko57 f97a457
feat: flow improvements
koko57 992d2fb
fix: resolve conflicts
koko57 79f6d02
fix: minor improvements
koko57 7e621e1
fix: show saved name and limit as default values when editing
koko57 6623cc7
fix: minor fix
koko57 de38131
fix: wrap confirmation step items in scrollview
koko57 1b5302e
fix: add autofocus, fix confirmation step button styles
koko57 804ed05
fix: remove unnecessary line
koko57 0946e49
fix: fix styles for limit step form
koko57 bbbb91e
fix: enable going to the next step when offline
koko57 e0094ab
fix: resolve conflicts
koko57 6f12b11
fix: change icon
koko57 f60d52e
fix: remove permission
koko57 aa72999
fix: filter deleted employees, apply requested changes
koko57 b303307
fix: autofocus, code improvements
koko57 8e95e15
refactor: move isDeletedPolicyEmployee to PolicyUtils
koko57 768641f
fix: resolve conflicts
koko57 b58b364
feat: code improvements
koko57 8d81d1d
feat: add validation to limit step
koko57 1023fd6
fix: lint
koko57 255d899
Merge branch 'main' into feature/44309-issue-new-card-flow-steps
koko57 947e3c0
Merge branch 'main' into feature/44309-issue-new-card-flow-steps
koko57 bb7b3dc
feat: implement editing flow
koko57 4e3d445
fix: apply requested changes
koko57 5fe7e81
fix: minor fix
koko57 8624227
fix: minor fix
koko57 2c3a8c1
fix: minor fix
koko57 c514207
fix: resolve conflicts
koko57 b689e39
fix: add a whitespace
koko57 12b2fa7
fix: remove unnecessary line
koko57 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
48 changes: 48 additions & 0 deletions
48
assets/images/simple-illustrations/simple-illustration__virtualcard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.
NAB: ISSUE_NEW_EXPENSIFY_CARD_FORM_DRAFT isn't used in anywhere
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.
It's how it's implemented for the other forms - TS would complain if I removed it 😅