-
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 mention with the same front name #38121
Conversation
@allroundexperts The main idea is that we will greedy match the mention Before: @[email protected] -> @abc and @gmail.com |
@allroundexperts any updates? |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-03-18.at.5.00.37.AM.movAndroid: mWeb ChromeScreen.Recording.2024-03-18.at.4.59.12.AM.moviOS: NativeScreen.Recording.2024-03-18.at.4.57.31.AM.moviOS: mWeb SafariScreen.Recording.2024-03-18.at.5.03.56.AM.movMacOS: Chrome / SafariScreen.Recording.2024-03-18.at.4.52.45.AM.movMacOS: DesktopScreen.Recording.2024-03-18.at.4.54.26.AM.mov |
@tienifr Please add screen recordings for all the platforms. |
@allroundexperts added |
We did not find an internal engineer to review this PR, trying to assign a random engineer to #38074 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
@allroundexperts What's the next step here? Seems like we did not find the internal engineer |
Ah... Lemme approve again. |
@thienlnam looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Details
Fixed Issues
$ #38074
PROPOSAL:
Tests
Offline tests
Same as above
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 methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.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
web-resize.mp4
Android: mWeb Chrome
web-resize.mp4
iOS: Native
web-resize.mp4
iOS: mWeb Safari
web-resize.mp4
MacOS: Chrome / Safari
web-resize.mp4
MacOS: Desktop
web-resize.mp4