-
-
Notifications
You must be signed in to change notification settings - Fork 270
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 not able to edit large room names and added limit to room's name upto 50 #2104
base: dev
Are you sure you want to change the base?
Fix not able to edit large room names and added limit to room's name upto 50 #2104
Conversation
…limit to 50 characters when creating a new room
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
@ajbura Can you also review this please ? |
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.
Hey, preventing user from entering room name above 50 char is a no go, the attached issue can be fixed with css styles only.
@ajbura Hey,I want your opinion on this . Should i make room name Y-axis scrollable and keep edit option first OR just simply truncate the text. |
word break will put the text in next line and keep the edit button visible |
@ajbura Done |
Description
Fixes #2092
Before:
Screen.Recording.2024-12-21.at.3.52.09.PM.mov
After my changes :
Screen.Recording.2024-12-21.at.3.54.04.PM.mov
Type of change
Checklist: