Page MenuHomePhabricator

[web] fix leave channel modal for long thread names
ClosedPublic

Authored by ginsu on Jun 27 2024, 12:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 17, 9:50 PM
Unknown Object (File)
Mon, Dec 16, 6:50 PM
Unknown Object (File)
Sat, Nov 30, 5:48 PM
Unknown Object (File)
Nov 28 2024, 12:01 AM
Unknown Object (File)
Nov 27 2024, 11:56 PM
Unknown Object (File)
Nov 27 2024, 9:54 PM
Unknown Object (File)
Nov 12 2024, 1:02 PM
Unknown Object (File)
Nov 12 2024, 12:08 PM
Subscribers

Details

Summary

This fixes a bug where the modal would gorw really wide if the thread name has a really long name. This diff fixes this bug

Linear task: https://linear.app/comm/issue/ENG-8438/leave-channel-modal-on-web-grows-when-a-thread-has-a-really-long-name

Test Plan

Please see the screenshots

Before:

Screenshot 2024-06-27 at 3.42.59 AM.png (1×3 px, 619 KB)

After:

Screenshot 2024-06-27 at 3.43.06 AM.png (2×3 px, 862 KB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu edited the test plan for this revision. (Show Details)
ginsu added a reviewer: inka.
ginsu requested review of this revision.Jun 27 2024, 1:01 AM

Don't love hardcoding pixel values like this. Should it be a CSS variable?

This revision is now accepted and ready to land.Jul 1 2024, 11:50 AM

address comments + rebase before landing