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

add titles to breadcrumbs #11687

Merged
merged 6 commits into from
Dec 17, 2021
Merged

Conversation

ChaiWithJai
Copy link
Contributor

This PR handles creating titles to breadcrumbs.

Actual
image

Mock
image

Special Case for Parent Jobs per the RFC
image

All breadcrumbs do not need a title property because some views
drill down by using a tab-based UI (e.g. CSI volumes and the Job Overview)

The goal is to help us identify breadcrumbs that are non-descriptive (i.e.
breadcrumbs that display as an ID).
@ChaiWithJai ChaiWithJai added this to the 1.2.4 milestone Dec 16, 2021
@ChaiWithJai ChaiWithJai requested a review from a team December 16, 2021 15:36
@github-actions
Copy link

Ember Asset Size action

As of c628d7f

Files that got Bigger 🚨:

File raw gzip
nomad-ui.js +989 B +158 B
nomad-ui.css +217 B +84 B

Files that stayed the same size 🤷‍:

File raw gzip
vendor.js 0 B 0 B
vendor.css 0 B 0 B

@github-actions
Copy link

Ember Test Audit comparison

e-ui/breadcrumbs-service c628d7f change
passes 1195 1195 0
failures 2 2 0
flaky 1 1 0
duration 000ms 000ms -000ms

@github-actions
Copy link

Ember Test Audit flaky tests

Ember Test Audit detected these flaky tests on e-ui/breadcrumbs-service:

  • Acceptance | task group detail: /jobs/:id/:task-group should list high-level metrics for the allocation

Ember Test Audit detected these flaky tests on c628d7f:

  • Acceptance | task group detail: /jobs/:id/:task-group should list high-level metrics for the allocation

Copy link
Contributor

@lgfa29 lgfa29 left a comment

Choose a reason for hiding this comment

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

Minor detail about the file explorer breadcrumb, but seems like a quick fix and it's a small detail, so not a blocker 👍

}

li::before {
font-size: x-large;
Copy link
Contributor

Choose a reason for hiding this comment

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

This changes causes a small move in the file explorer breadcrumb. We could limit this to .breadcrumb.is-large elements

ezgif com-gif-maker(1)

@ChaiWithJai ChaiWithJai merged commit c628d7f into e-ui/breadcrumbs-service Dec 17, 2021
@ChaiWithJai ChaiWithJai deleted the f-ui/breadcrumb-titles branch December 17, 2021 16:29
lgfa29 added a commit that referenced this pull request Dec 18, 2021
lgfa29 added a commit that referenced this pull request Dec 18, 2021
@github-actions
Copy link

github-actions bot commented Nov 6, 2022

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI: add name for the job breadcrumbs to help users understand the hierarchy
2 participants