-
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]: Regex and Limit of Room Title were limited to 79 characters due to BE
constraints
#41123
Conversation
@@ -843,7 +843,7 @@ const CONST = { | |||
}, | |||
RESERVED_ROOM_NAMES: ['#admins', '#announce'], | |||
MAX_PREVIEW_AVATARS: 4, | |||
MAX_ROOM_NAME_LENGTH: 79, | |||
MAX_ROOM_NAME_LENGTH: 99, |
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.
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.
I think it makes sense to set the limit to 99.
Reviewer Checklist
Screenshots/VideosAndroid: Native0-android.mp4Android: mWeb Chrome0-mobile-chrome.mp4iOS: Native0-ios.mp4iOS: mWeb Safari0-mobile-safari.mp4MacOS: Chrome / Safari0-web.mp4MacOS: Desktop0-desktop.mp4 |
@GandalfGwaihir Can you confirm whether you have uploaded the right recording for |
@GandalfGwaihir Can you also update the 5th step of QA to
|
My bad, updated the correct video @eh2077 |
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
friendly bump @dangrous for review |
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!
✋ 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 production by https://github.com/marcaaron in version: 1.4.71-6 🚀
|
Details
Due to
BE
constraints 1.5 years back, we limited theroom title
to only79 character
(total 80 including the #), but now with this PR we see the room title to99 characters
Fixed Issues
$ #40968
PROPOSAL: #40968 (comment)
Tests
Same as QA steps
Offline tests
Same as QA steps
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 and/or tagged@Expensify/design
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
MacOS: Chrome / Safari
Screen.Recording.2024-04-27.at.4.54.58.AM.mov
MacOS: Desktop
Screen.Recording.2024-04-27.at.4.59.06.AM.mov
Android: Native
Screen.Recording.2024-04-27.at.5.04.14.AM.mov
Android: mWeb Chrome
Screen.Recording.2024-04-29.at.4.18.00.PM.mov
iOS: Native
Screen.Recording.2024-04-27.at.5.14.43.AM.mov
iOS: mWeb Safari
Screen.Recording.2024-04-27.at.5.06.15.AM.mov