Page MenuHomePhabricator

[web] fix edit text message container
AcceptedPublic

Authored by ginsu on Jan 8 2024, 1:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 18, 2:36 AM
Unknown Object (File)
Wed, Sep 18, 2:35 AM
Unknown Object (File)
Wed, Sep 18, 2:35 AM
Unknown Object (File)
Jul 14 2024, 3:31 AM
Unknown Object (File)
Jun 24 2024, 12:35 AM
Unknown Object (File)
Jun 22 2024, 9:42 AM
Unknown Object (File)
Jun 20 2024, 7:39 AM
Unknown Object (File)
Jun 9 2024, 11:51 AM
Subscribers

Details

Reviewers
atul
inka
Summary

When I was testing, the new message list ui I noticed a bug with the edit message experience overflowing off the screen. This diff fixes that

Depends on D10567

Test Plan

Please see the screenshots below

Before:

Screenshot 2024-01-08 at 4.01.23 AM.png (2×3 px, 846 KB)

After:

Screenshot 2024-01-08 at 4.01.40 AM.png (2×3 px, 857 KB)

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ginsu published this revision for review.Jan 8 2024, 1:12 AM

will make sure ci passes before landing

I don't love that this value is hard-coded... not enough context here to suggest a better way to do it, though

I don't love that this value is hard-coded... not enough context here to suggest a better way to do it, though

We could use viewport width units so it scales to different breakpoints.

We don't want the input growing/shrinking as the user is typing, but I think it's fine to resize if the user resizes the browser?

This revision is now accepted and ready to land.Jan 8 2024, 12:48 PM