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

BC-7618 - Missing breadcrumbs #3476

Merged
merged 6 commits into from
Jul 5, 2024
Merged

Conversation

muratmerdoglu-dp
Copy link
Contributor

@muratmerdoglu-dp muratmerdoglu-dp commented Jul 4, 2024

Description

Links to Tickets or other pull requests

https://ticketsystem.dbildungscloud.de/browse/BC-7618

Changes

Data Security

Deployment

New Repos, NPM packages or vendor scripts

Screenshots of UI changes

Approval for review

  • QA: In addition to review, the code has been manually tested (if manual testing is possible)
  • All points were discussed with the ticket creator, support-team or product owner. The code upholds all quality guidelines from the PR-template.
  • DEV: Every new component is implemented having accessibility in mind (e.g. aria-label, role property)

Notice: Please remove the WIP label if the PR is ready to review, otherwise nobody will review it.

@@ -255,6 +255,17 @@
<div class="container-fluid">
<div class="row" id="titlebar">
<div class="col-sm-9">
<div style="margin-bottom: 0.4rem; font-size: 14px;">
Copy link
Contributor

@virgilchiriac virgilchiriac Jul 4, 2024

Choose a reason for hiding this comment

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

fix formating

should the if not contain the div? If no breadcrumbs, there would be a div which has some size. Is this wanted?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@@ -121,7 +121,7 @@
<a class="sc-branding" href="/" title="{{$t "global.link.landing"}}" data-testid="{{$t "global.link.landing"}}">
<div class="cloud-logo"></div>
</a>
{{#if breadcrumb}}
{{!-- {{#if breadcrumb}}
Copy link
Contributor

Choose a reason for hiding this comment

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

should be removed instead of commented

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed

@muratmerdoglu-dp muratmerdoglu-dp enabled auto-merge (squash) July 4, 2024 15:37
<span>
{{#each this.breadcrumbs}}
{{#if this.title}}
<a class="{{#if @last}}active{{/if}}" href="{{this.url}}">{{{stripOnlyScript this.title}}} </a> /
Copy link
Contributor

Choose a reason for hiding this comment

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

remove the space before closing
you could add remove the space and &nbsp; / &nbsp; but that is also not good.... best is to use css

Copy link

sonarqubecloud bot commented Jul 5, 2024

@muratmerdoglu-dp muratmerdoglu-dp merged commit 7bf6c5d into main Jul 5, 2024
45 checks passed
@muratmerdoglu-dp muratmerdoglu-dp deleted the BC-7618-missing-breadcrumbs branch July 5, 2024 09:16
bergatco pushed a commit that referenced this pull request Jul 5, 2024
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.

3 participants