-
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
fix: Start Chat - Invalid red dot briefly appears by closing 'room' tab when there's no prior action #30679
Conversation
…ab when there's no prior action
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
@jjcoffee Friendly bump. Please help review the PR |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-native-2023-11-17_15.39.09.mp4Android: mWeb Chromeandroid-chrome-2023-11-17_15.37.15.mp4iOS: Nativeios-native-2023-11-17_15.31.30.mp4iOS: mWeb Safariios-safari-2023-11-17_15.30.15.mp4MacOS: Chrome / Safaridesktop-chrome-2023-11-17_15.32.22.mp4MacOS: Desktopdesktop-app-2023-11-17_15.33.52.mp4 |
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!
Damn, a new conflict. Would you mind fixing @dukenv0307 |
@Julesssss Updated. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Hey @dukenv0307 would you be able to apply a fix anytime soon? If not I'd rather revert the PR and we can merge a new solution -- as this will soon block the daily deploy. |
@Julesssss I won't be available for the next few hours, so you can revert this and I will raise a new PR to fix tomorrow |
@dukenv0307 thanks, that's no problem! |
Reverting here, lets submit another PR once we have a moment 👍 |
🚀 Deployed to production by https://github.com/luacmartins in version: 1.4.1-13 🚀
|
Details
An invalid red dot should not appear when closing the 'room' tab, assigning task, connect bank account page when there is no prior action
Fixed Issues
$ #30618
PROPOSAL: #30618 (comment)
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
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
Android: Native
android-resize.mov
Android: mWeb Chrome
chrome-resize.mov
iOS: Native
ios-resize.mov
iOS: mWeb Safari
safari-resize.mov
MacOS: Chrome / Safari
poc-resize.mov
MacOS: Desktop
desktop-resize.mov