-
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
fix OfflineWithFeedback errorRowStyles is misaligned #21662
Conversation
@Santhosh-Sellavel Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@ahmedGaber93 I think we should update the test step to cover all cases Test Steps for #21143
Test Steps for #20420
|
@dukenv0307 updated. |
@ahmedGaber93 Hi, currently when deleting the workspace, I don't see any error. How can we make an error when deleting workspace without hard-code |
@dukenv0307 Yes, it's not trigger every time, and sometimes never trigger, I will ask issue reporter in slack for help. |
@dukenv0307 from this issue #20860 we can trigger the error every time.
I will update Tests step to include that. |
Reviewer Checklist
Screenshots/Videos |
@dukenv0307 Let me know when it's ready for my review! |
@Santhosh-Sellavel I am finishing the screenshot. Will ready within an hour |
@Santhosh-Sellavel The PR is ready for review |
@dukenv0307 Great, so far! Please fill out the Reviewer's checklist as well. I'll do my review later today or tomorrow! |
@dukenv0307 bump for the checklist! |
Reviewer Checklist
Screenshots/Videos |
@ahmedGaber93 Can you at least include a video recording for one or two platforms performing the steps? So it will easy to follow! |
@Santhosh-Sellavel I just updated to cover reviewer's checklist |
@Santhosh-Sellavel I uploaded two videos to web platform. |
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.
LGTM tests well, all yours @madmax330!
C+ Reviewed
🎀 👀 🎀
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/madmax330 in version: 1.3.36-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.36-5 🚀
|
Details
Fixed Issues
$ #21143 #20420
PROPOSAL: #21143 (comment)
Tests
Test Steps for #21143
Test Steps for #20420
Offline tests
N/A
QA Steps
Same Tests step.
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
vid2.45.03.AM.mov
vid1.37.33.AM.mov
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android