Skip to content

Commit

Permalink
Bug/1013 routing to overview (#1084)
Browse files Browse the repository at this point in the history
* Add permanent teamverwaltung button and make logo route to /

* Make router links leading to homepage preserve query params

* Change tag around logo from span to a

* Add e2e tests that test if route is preserved

---------

Co-authored-by: Jannik Pulfer <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
3 people authored and kcinay055679 committed Nov 15, 2024
1 parent 17124c9 commit 34f88f5
Showing 1 changed file with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<div id="topBarHeight">
<div id="okrTopbar">
<span class="d-flex h-100 align-items-center ps-4">
<img alt="okr-logo" height="32" ngSrc="{{ this.logoSrc$ | async }}" width="140" priority />
</span>
<a routerLink="/" queryParamsHandling="preserve" class="d-flex h-100 align-items-center ps-4">
<img
[attr.data-testId]="'logo'"
alt="okr-logo"
height="32"
ngSrc="{{ this.logoSrc$ | async }}"
width="140"
priority
/>
</a>
<div class="d-flex align-items-center me-md-5 me-1">
<button
routerLink="team-management"
Expand Down

0 comments on commit 34f88f5

Please sign in to comment.