-
-
Notifications
You must be signed in to change notification settings - Fork 381
[GSK-1300] Reorganize breadcrumbs #1182
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
Conversation
GSK-1300 Reorganize breadcrumbs
On every page move the actual page title below the breadcrumbs and make it larger |
kevinmessiaen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a big fan that we put some part of the breadcrumb in the project home and then continue it inside of each component with a hack to but it in the right location.
For me better solution would be to have:
- A Breadcrumb component that is called directly in each component
- A dynamic component in ProjectHome based on some route props giving the correct route name
| margin: 0 auto; | ||
| } | ||
| ::v-deep .v-toolbar__content { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need this style?
| cursor: default; | ||
| } | ||
| ::v-deep .v-toolbar__content { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here do we need to keep this style?
| margin-top: 10px !important; | ||
| } | ||
| ::v-deep .v-toolbar__content { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to keep this style?
|
Kudos, SonarCloud Quality Gate passed! |








Description
This PR aims to change how breadcrumbs are displayed.
The idea is to move the title of the current tab to below the breadcrumbs, making it more visible to the user.
Related Issue
GSK-1300 (available on Linear)
Type of Change