fix: show long permission names with ellipses and full text on hover#1893
fix: show long permission names with ellipses and full text on hover#1893perkinsjr merged 9 commits intounkeyed:mainfrom
Conversation
|
|
@DeepaPrasanna is attempting to deploy a commit to the Unkey Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for following the naming conventions for pull request titles! 🙏 |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
perkinsjr
left a comment
There was a problem hiding this comment.
This fixes it for roles but not permissions.
Permissions are still overflowing and or broken with extra long names
|
@guilhermerodz can you take a look at this and decide how you want the dashboard to proceed. |
|
cc Guilherme Rodz tagged you in this issue can you take a look, see how you feel about the changes. |
guilhermerodz
left a comment
There was a problem hiding this comment.
Truncating with ellipses (three dots) is a great workaround for this.
There are still some alignment issues, such as title + description you showed on image 5 but that's not related to the truncated long names at all. Great job!
Just found out description is missing truncate














What does this PR do?
Fixes #1885
Attached video:
https://www.loom.com/share/7f3a5848d86f4bbf9f2f4e8ef1a41294?sid=424b1b28-c69e-449d-b588-7c6cece49cd8
Type of change
How should this be tested?
Checklist
Required
pnpm buildpnpm fmtconsole.logsgit pull origin mainAppreciated