Skip to content
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

feat: display alias names in UI #1180

Merged
merged 2 commits into from
Nov 29, 2023
Merged

feat: display alias names in UI #1180

merged 2 commits into from
Nov 29, 2023

Conversation

rbreeze
Copy link
Contributor

@rbreeze rbreeze commented Nov 29, 2023

Screenshot 2023-11-29 at 09 29 53 Screenshot 2023-11-29 at 09 30 11

Signed-off-by: Remington Breeze <remington@breeze.software>
@rbreeze rbreeze requested a review from a team as a code owner November 29, 2023 17:30
Copy link

netlify bot commented Nov 29, 2023

Deploy Preview for docs-kargo-akuity-io ready!

Name Link
🔨 Latest commit 8cc0a15
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-akuity-io/deploys/65677596f3828c0008ea0131
😎 Deploy Preview https://deploy-preview-1180.kargo.akuity.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Signed-off-by: Remington Breeze <remington@breeze.software>
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8d9ab31) 48.67% compared to head (8cc0a15) 48.67%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1180   +/-   ##
=======================================
  Coverage   48.67%   48.67%           
=======================================
  Files         116      116           
  Lines        8602     8602           
=======================================
  Hits         4187     4187           
  Misses       4263     4263           
  Partials      152      152           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -46,29 +49,29 @@ export const StageNode = ({
}}
>
<h3 className='flex items-center text-white justify-between'>
<div className='text-ellipsis whitespace-nowrap overflow-hidden'>
{stage.metadata?.name}
<div className='truncate pb-1'>{stage.metadata?.name}</div>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

truncate is identical to text-ellipsis whitespace-nowrap overflow-hidden.

pb-1 is added to prevent descender letters (e.g. g, j, p) from being cut off at the bottom

Copy link
Member

@krancour krancour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Absolute 🔥

@rbreeze rbreeze added this pull request to the merge queue Nov 29, 2023
Merged via the queue into main with commit 084c4a0 Nov 29, 2023
14 checks passed
@rbreeze rbreeze deleted the ui-alias branch November 29, 2023 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants