-
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
[Form Provider Refactor] RoomNameInput fixes #30996
[Form Provider Refactor] RoomNameInput fixes #30996
Conversation
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
…-page-migration-fixes # Conflicts: # src/components/RoomNameInput/index.native.js # src/pages/workspace/WorkspaceNewRoomPage.js
1461e72
to
580c689
Compare
…-page-migration-fixes
@allroundexperts 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] |
Hello @luacmartins! I reverted the revert of room name input and fixed issues caused by the changes:
But I couldn't reproduce #30507 |
Thanks for working on this! Let's retest the PR and make sure those cases are fixed! |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2023-12-01.at.12.55.30.AM.movAndroid: mWeb ChromeScreen.Recording.2023-11-22.at.12.11.20.AM.moviOS: NativeScreen.Recording.2023-12-01.at.12.53.21.AM.moviOS: mWeb SafariScreen.Recording.2023-11-21.at.11.48.22.PM.movMacOS: Chrome / SafariScreen.Recording.2023-11-21.at.11.44.18.PM.movMacOS: DesktopScreen.Recording.2023-11-21.at.11.46.56.PM.mov |
Hey @luacmartins I did some tests and @blazejkustra did a cross check, so now we are quite confident that there should be no more issues. |
Thanks for checking. @allroundexperts do you think you'll be able to review this soon? |
Hi @luacmartins! |
@kowczarz could you please fix conflicts? |
…-page-migration-fixes # Conflicts: # src/components/RoomNameInput/index.native.js # src/pages/settings/Report/RoomNamePage.js
…-page-migration-fixes # Conflicts: # src/components/RoomNameInput/index.native.js
@allroundexperts done. I see there are lot of changes in |
Thanks for fixing the conflicts @kowczarz. @allroundexperts this should be ready for review |
…-page-migration-fixes
@kowczarz I'm getting the following crash on native devices when trying to open the new chat option. Screen.Recording.2023-11-22.at.12.00.41.AM.mov |
Maybe it came from this blocker? #31654 |
@kowczarz can you merge main to fix the issue above? |
bump @kowczarz |
…-page-migration-fixes # Conflicts: # src/components/Form/FormProvider.js # src/components/RoomNameInput/index.native.js
…ge-migration-fixes # Conflicts: # src/components/Form/InputWrapper.js
Now it's fine Simulator.Screen.Recording.-.iPhone.15.Pro.-.2023-11-28.at.11.51.06.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!
All yours @allroundexperts |
@allroundexperts bump |
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.
Looks good!
✋ 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/luacmartins in version: 1.4.7-0 🚀
|
This PR caused this regression. |
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.4.7-4 🚀
|
Details
Followup to #29771
Fixed Issues
$ #28877
$ #31566
Tests
IMPORTANT: User needs to have the permission to use policy rooms enabled.
Workspace new room:
+
button > PressStart chat
> Switch to# Room
-
Room name:
Settings
> PressRoom name
-
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.native.create_H.265.mp4
android.native.edit_H.265.mp4
Android: mWeb Chrome
android.web.create_H.265.mp4
android.web.edit_H.265.mp4
iOS: Native
ios.native.create_H.265.mp4
ios.native.rename_H.265.mp4
iOS: mWeb Safari
ios.web.create_H.265.mp4
ios.web.edit_H.265.mp4
MacOS: Chrome / Safari
web.create_H.265.mp4
web.edit_H.265.mp4
MacOS: Desktop
desktop.create_H.265.mp4
desktop.edit_H.265.mp4