-
Notifications
You must be signed in to change notification settings - Fork 3k
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] Upgrade electron and electon-reloader #11324
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
recheck |
This PR is unauthorized. You are still not assigned to the issue. But do not close it yet let's wait for the final decision on the issue. |
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.
Please do this
- Complete the PR author checklist.
- Add screenshots of the running app for all platforms.
- Commit should be performed with the same user who authored the PR.
- All commits should be signed.
- Prefix title with
[No QA]
. - Merge main.
Any update @smrutiparida? |
… to another on Rate or Unit field in Reimburse expenses page"
…ave-first-name-last-name-and-time-zone-when-user-is-offline fix/11157 Unable to save first name, last name and time zone when user is offline
…at-isPlaidDisabled
…rChecklist [No QA] update reviewer checklist to include screenshots or videos
…min-transition
…366-0D69-4922-9F1A-F644BDAA4429 Update version to 1.2.13-4 on main
…at-isPlaidDisabled
Refactor PLAID_DATA and fix plaid bankAccounts selector
…DDB-7EE3-414D-B11D-85604B39ED7B Update version to 1.2.13-5 on main
…7BC-14A1-46C4-BF0F-0468E0DAF46D Update version to 1.2.14-0 on main
Fix for App crash while navigating back from Contacts
[No QA]Link to GitHub release in Slack message
@smrutiparida Currently, the codebase workflow requires each commit to be signed. Please sign all of those commits. You can squash all of them into one if that helps. |
Details
Fixed Issues
$ #11204
Tests
src/desktop
changes #11047 are passing by checking them manuallyPR Review Checklist
Contributor (PR Author) Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
displayName
propertythis
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)PR Reviewer Checklist
The Contributor+ will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
have been tested & I retested again)/** comment above it */
displayName
propertythis
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)QA Steps
Screenshots
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
Android