Feat(logo): integrate logo #52

Merged
jakob.scheid merged 8 commits from feature/use-logo into main 2026-05-15 18:53:04 +02:00
Member
No description provided.
johannes.vos added this to the 0.1.0 milestone 2026-05-15 17:26:47 +02:00
johannes.vos added the Area/Start page
Priority
Low
4
Area/GlobalKind/Feature
labels 2026-05-15 17:26:47 +02:00
johannes.vos self-assigned this 2026-05-15 17:26:47 +02:00
johannes.vos added this to the Project Board project 2026-05-15 17:26:47 +02:00
johannes.vos added 4 commits 2026-05-15 17:26:47 +02:00
johannes.vos moved this to Review in Project Board on 2026-05-15 17:29:51 +02:00
jakob.scheid reviewed 2026-05-15 18:01:02 +02:00
jakob.scheid reviewed 2026-05-15 18:01:31 +02:00
@@ -38,2 +34,2 @@
</span>
</header>
<header class="global-header">
<img src="@/assets/logo.svg" alt="Seekra" class="header-logo" />
Owner

Using an alias in an <img> src usually works. But there is no guarantee that it will actually work 100% of the time. That is why I would ask you to import the image in the <script> (such as import logo from '@/assets/logo.svg';) and using it dynamically with :src (such as :src="logo").

Using an alias in an `<img>` `src` usually works. But there is no guarantee that it will actually work 100% of the time. That is why I would ask you to import the image in the `<script>` (such as `import logo from '@/assets/logo.svg';`) and using it dynamically with `:src` (such as `:src="logo"`).
Author
Member

Is done!

Is done!
jakob.scheid marked this conversation as resolved
jakob.scheid reviewed 2026-05-15 18:02:29 +02:00
@@ -21,3 +21,3 @@
<nav class="global-nav">
<RouterLink to="/" class="link button link">
<span id="logo">Seekra</span>
<img src="@/assets/logo.svg" alt="Seekra" class="nav-logo" />
Owner

Please see my comment in src/views/SearchView.vue.

Please see my comment in `src/views/SearchView.vue`.
Author
Member

Is done!

Is done!
jakob.scheid marked this conversation as resolved
jakob.scheid added 1 commit 2026-05-15 18:08:53 +02:00
johannes.vos added 2 commits 2026-05-15 18:23:18 +02:00
jakob.scheid added 1 commit 2026-05-15 18:52:26 +02:00
jakob.scheid approved these changes 2026-05-15 18:52:56 +02:00
jakob.scheid merged commit ceda686d03 into main 2026-05-15 18:53:04 +02:00
jakob.scheid deleted branch feature/use-logo 2026-05-15 18:53:04 +02:00
jakob.scheid moved this to Done in Project Board on 2026-05-15 19:22:41 +02:00
jakob.scheid changed title from use logo to Feat: integrate logo 2026-07-20 12:02:38 +02:00
jakob.scheid changed title from Feat: integrate logo to Feat(logo): integrate logo 2026-07-20 12:23:39 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Seekra/frontend#52