-
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
[$500] Custom welcome message section is small for rooms #30894
Comments
Triggered auto assignment to @alexpensify ( |
Job added to Upwork: https://www.upwork.com/jobs/~01d3ae88df429cb4ff |
Bug0 Triage Checklist (Main S/O)
|
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mollfpr ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.The custom welcome message input area for rooms is small and does not expand to a sufficient height to accommodate longer messages. What is the root cause of that problem?The root cause of this issue is the styling applied to the welcome message input area in the code: App/src/pages/ReportWelcomeMessagePage.js Line 115 in 925ff67
The maxHeight here is not enough: Lines 2829 to 2831 in 925ff67
What changes do you think we should make in order to solve the problem?We should increase the maxHeight property in the styles.ts file: Lines 2829 to 2831 in 925ff67
This will modify the max height for several inputs in the app. Alternatively, we can consider applying a specific maxHeight style exclusively for the welcome message input to avoid affecting other inputs. What alternative solutions did you explore? (Optional) |
It doesn't look like a bug |
The potential to improve this is to have a property that allows us to let the textarea grow automatically. It shouldn't be default behavior, but it would be nice to allow for it on certain screens. |
@dubielzyk-expensify For example, should the maximum height for input be equal to the screen height? Or in this case, do we just need to set a new fixed maximum height ?) |
Looking into it I see a slightly different UI where message isn't in settings but on the room creation screen and given this I'm unsure if this is even something we want. Keen on @Expensify/design opinion here |
ProposalPlease re-state the problem that we are trying to solve in this issue.The custom welcome message input area for rooms is small and does not expand to a sufficient height to accommodate longer messages. What is the root cause of that problem?Because we have a fixed max height for all platforms.
Lines 2829 to 2831 in 846a4b7
What changes do you think we should make in order to solve the problem?We need to use different style between mobile and web. What alternative solutions did you explore? (Optional) |
ProposalPlease re-state the problem that we are trying to solve in this issue.Message section is too small for rooms. What is the root cause of that problem?The currently used style on the text input sets a maximum height of What changes do you think we should make in order to solve the problem?We may use the existing
Result Welcome_Message.mp4 |
### Proposal Please re-state the problem that we are trying to solve in this issue. What is the root cause of that problem? What changes do you think we should make in order to solve the problem? |
📣 @bharatcontact! 📣
|
Contributor details |
✅ Contributor details stored successfully. Thank you for contributing to Expensify! |
ProposalPlease re-state the problem that we are trying to solve in this issue. What is the root cause of that problem? What changes do you think we should make in order to solve the problem? |
To me this feels like it should be a more global consideration/discussion for our The behavior I personally would expect out of a For this specific situation, if the message field is behaving the same way as all our other multiline inputs, I would probably just leave it as is for now. |
Think you nailed it there, @dannymcclain. |
Triggered auto assignment to @JmillsExpensify ( |
Bug0 Triage Checklist (Main S/O)
|
Reassigning another 🐛 team member, I'm going OOO until Tuesday, November 14, and will take it back if it's still open by my return date. @JmillsExpensify - Required action from the team: I haven't been able to confirm the next steps here, but it sounds like Design is suggesting to close. Can you please verify and complete the required action? Thanks! |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
I agree with this.
As far as I can see, every page that uses our @alexpensify @JmillsExpensify Based on the above conclusion, I think we can do nothing about this issue. What do you guys think? |
@JmillsExpensify, @alexpensify, @mollfpr Eep! 4 days overdue now. Issues have feelings too... |
Thanks for the summary @mollfpr! I agree and am going to close this GH. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.3.95-5
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @quinthar
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1699163449677249
Action Performed:
Expected Result:
The message section should expand to fit the content, or even just be sized for the whole screen.
Actual Result:
Welcome message content is small and does not expand
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @JmillsExpensifyThe text was updated successfully, but these errors were encountered: