sofn-xyz / mailing

Build, test, send emails with React
https://www.mailing.run
MIT License
3.6k stars 74 forks source link

Add truncate for names in sidebar pane #484

Open marcincodes opened 10 months ago

marcincodes commented 10 months ago

Describe your changes

Truncate names that are overflowed

Screenshot 2023-09-30 at 16 56 58

Issue link

https://github.com/sofn-xyz/mailing/issues/446

Checklist before requesting a review

changeset-bot[bot] commented 10 months ago

⚠️ No Changeset found

Latest commit: e0401fca358fc53cfd68a6d2ec2d28573dceb03d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 10 months ago

@marcincodes is attempting to deploy a commit to the sofn Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mailing-dynamic-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 5, 2023 8:45pm
web-emails ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 5, 2023 8:45pm
1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **mailing-web** | ⬜️ Ignored ([Inspect](https://vercel.com/sofn/mailing-web/4tEaNtmU4Pghb6mUkUGYmweNkY5V)) | [Visit Preview](https://mailing-web-git-fork-marcincodes-issue-446-sofn.vercel.app) | | Oct 5, 2023 8:45pm |
psugihara commented 10 months ago

I think there's a real test failure on this one, I re-ran a couple times.

marcincodes commented 10 months ago

Seems like I added a div and accessibility tool catch that this div is not accessible:

expected '<div.truncate>' to have attribute 'aria-selected'

I will fix that