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

Breadcrumb — Mobile Enhancements #5408

Closed
4 of 5 tasks
ghost opened this issue Jul 9, 2021 · 4 comments · Fixed by #5781
Closed
4 of 5 tasks

Breadcrumb — Mobile Enhancements #5408

ghost opened this issue Jul 9, 2021 · 4 comments · Fixed by #5781
Assignees
Labels
focus: mobile Main focus is mobile improvements type: enhancement ✨ [3] Velocity rating (Fibonacci)

Comments

@ghost
Copy link

ghost commented Jul 9, 2021

Is your feature request related to a problem or use case? Please describe.
Design would like enhancements to bread crumb to make it work better on mobile. Things to observe to make mobile enhancements:

  • 16 regular and 16 bold instead of 14 reg and 14 bold (for desktop as well)
  • 8px margin/padding
  • In this example we would need truncated text
  • Tiers not shown, should be under the ellipsis.
  • Do the size changes in web component as well (setting hitbox="true/false" on hyperlink/breadcrumb)

For Hitboxes..
To do this we should add a hitbox class that adds the hitbox extra element like the css below. And show this on the hyperlink and breadcrumb example- examples and one example without the hitbox.

a.hyperlink.hitbox:after {
  content: '';
  position: absolute;
  border: 1px dashed black;
  height: 44px;
  width: 44px;
  left: 0;
  width: 100%;
  top: -12px;
}

Describe alternatives you've considered
N/A

Additional context
https://jira.infor.com/browse/UXD-2771

@ghost ghost added the type: enhancement ✨ label Jul 9, 2021
@tmcconechy tmcconechy added the [3] Velocity rating (Fibonacci) label Jul 9, 2021
@tmcconechy
Copy link
Member

We will have to see about the hit boxes and add them in a way that it doesnt too much impact the UI designs or push other elements around. For this component i think it should be doable

@tmcconechy tmcconechy added the focus: mobile Main focus is mobile improvements label Aug 31, 2021
@tmcconechy tmcconechy added this to Triage in Enterprise (Next) Sprint Grooming via automation Aug 31, 2021
@tmcconechy tmcconechy changed the title IDS Breadcrumb — Mobile Enhancements Breadcrumb — Mobile Enhancements Aug 31, 2021
@tmcconechy tmcconechy moved this from Triage to Ready For Dev in Enterprise (Next) Sprint Grooming Sep 10, 2021
@tmcconechy tmcconechy removed this from Ready For Dev in Enterprise (Next) Sprint Grooming Sep 29, 2021
@tmcconechy tmcconechy added this to To do in Enterprise 4.57.x (Oct 2021) Sprint via automation Sep 29, 2021
@ericangeles ericangeles moved this from To do to In progress in Enterprise 4.57.x (Oct 2021) Sprint Oct 21, 2021
@ericangeles ericangeles moved this from In progress to Pending Review in Enterprise 4.57.x (Oct 2021) Sprint Oct 25, 2021
@CindyMercadoReyes
Copy link
Collaborator

CindyMercadoReyes commented Oct 27, 2021

Hello all BDD has been created for this ticket. Thanks, Cindy @ericangele @tmcconechy
BDDStory_github5408.docx
s

@ericangeles
Copy link
Contributor

Adding @maezcruz

@EdwardCoyle EdwardCoyle moved this from Pending Review to Ready for QA (beta) in Enterprise 4.57.x (Oct 2021) Sprint Oct 27, 2021
@nganotice
Copy link

This has been QA tested and passed on v4.57.0-dev.

Font sizes are both in 16px
Breadcrumb in Flex Header
Screen Shot 2021-10-27 at 5 03 58 PM

Breadcrumb with Hitbox
Screen Shot 2021-10-27 at 5 02 18 PM

Moving this ticket to Done.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
focus: mobile Main focus is mobile improvements type: enhancement ✨ [3] Velocity rating (Fibonacci)
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

4 participants