-
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 - Web - site preview is still visible after flag as intimidation #21195 #21663
Conversation
@eVoloshchak 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] |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-06-28.at.19.49.10.movMobile Web - Chromescreen-20230628-195624.mp4Mobile Web - SafariScreen.Recording.2023-06-28.at.19.51.22.movDesktopScreen.Recording.2023-06-28.at.19.50.16.moviOSScreen.Recording.2023-06-28.at.19.52.10.movAndroidscreen-20230628-200710.mp4 |
Looks good and tests well screen-20230628-200710.mp4I also can't figure out how to assign an engineer to review this issue, asking in the original GH thread |
@eVoloshchak To me the placement of the button make sense as it is underneath the actual message text. I tried the button being underneath the preview and in my opinion at least I didn't feel like it improved appearance. |
We did not find an internal engineer to review this PR, trying to assign a random engineer to #21195... Please reach out for help on Slack if no one gets assigned! |
Tested well! |
🚀 Deployed to staging by https://github.com/pecanoro in version: 1.3.35-1 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.35-5 🚀
|
1 similar comment
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.35-5 🚀
|
Details
Addressing the issue of site preview still being visible after being flagged by adding an additional rule for rendering the preview to prevent it from being visible when the message is hidden.
Fixed Issues
$ #21195
PROPOSAL: #21195 (comment)
Tests
Offline tests
Same steps as the test
QA Steps
Same steps as the test
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