forked from Expensify/App
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Categories UI/UX #2
Closed
rezkiy37
wants to merge
467
commits into
feature/24463-category-helpers
from
feature/24463-categories-ui-ux
Closed
Categories UI/UX #2
rezkiy37
wants to merge
467
commits into
feature/24463-category-helpers
from
feature/24463-categories-ui-ux
Conversation
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
…f-password-keep-keyboard
…y/App into georgia-removeCorporateCardList
…-option-country-and-state show all selection and clear a search input field
…overWithMeasuredContentStyles [No QA] [TS migration] Migrate 'getPopoverWithMeasuredContentStyles.js' style to TypeScript
…revert-25866-react-navigation-native-fix [CP Staging] Fixing the race condition on `history.go` due to buggy queue async callbacks
…ation/current-url-lib [No QA] [TS migration] Migrate 'currentUrl' lib to TypeScript
fix: 24420 Timezone message for assignee disappears
[No QA] Update CONTRIBUTING.md
Correctly display workspace for Money requests
…llRequestsAsDeployed [No QA] Fix markPullRequestsAsDeployed
fix emoji cut off in report preview
…rmation-screen Modify `MoneyRequestConfirmPage` for Distance Request
…get-user-location [CP Staging] Revert "Allow user to get current location"
…ture/24463-categories-ui-ux
rezkiy37
pushed a commit
that referenced
this pull request
Sep 2, 2023
* Fix Map Panning behavior * Add screen focus state props to MapView Added new props to avoid introducing unnecessary dependencies ('@react-navigation/native') to the 'react-native-x-maps' library. * feat: Move code from react-native-x-maps to the App * fix: rename mapbox consts * fix: Fix app crashing on waypoint delete * Remove unnecessary re exports * Fix react duplicate keys Expensify#35 * Fix Not Found Page appearing issue and add comment * Fix panning issue * fix: add PropTypes import which is mised during conflict resolution
rezkiy37
pushed a commit
that referenced
this pull request
Nov 22, 2023
…-patch-1 Fix: Return resolve promise and removing console log while improve co…
rezkiy37
pushed a commit
that referenced
this pull request
Feb 14, 2024
rezkiy37
pushed a commit
that referenced
this pull request
May 13, 2024
…progress-not-shown-in-room-lhn #2 - Fix scan in progress isn't shown in room LHN last message when there is a scan in progress report preview
rezkiy37
pushed a commit
that referenced
this pull request
May 15, 2024
…multiple-open-report #2 - Fix multiple open report call when report screen is mounted
rezkiy37
pushed a commit
that referenced
this pull request
Jun 4, 2024
…rid-init-url Fix InitialUrlContextProvider for HybridApp #2
rezkiy37
pushed a commit
that referenced
this pull request
Jun 6, 2024
…tToAccountID-from-policy-utils Replace policy.submitsTo with PolicyUtils.getSubmitToAccountID #2
rezkiy37
pushed a commit
that referenced
this pull request
Aug 1, 2024
…age-shows-every-time-add-new-message #2 - Fix new message shows every time add new message
rezkiy37
pushed a commit
that referenced
this pull request
Sep 16, 2024
Coming from chat with Carlos, adding > It is required to complete every step and check every box in the PR Author Checklist. If a box has been checked without the action being taken, it will be a violation of Rule #2 and could lead to a warning being issued.
rezkiy37
pushed a commit
that referenced
this pull request
Oct 8, 2024
…le-overflown #2 - Fix task title is overflown and align the checkbox and arrow correctly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Details
Fixed Issues
$ Expensify#24463
PROPOSAL: N/A
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android