Implement HeaderAdBanner component and integrate ad loading logic with consent handling

This commit is contained in:
Torsten Schulz (local)
2026-05-18 15:06:29 +02:00
parent 37d752cce9
commit 44dd757243
7 changed files with 275 additions and 57 deletions

View File

@@ -109,6 +109,7 @@
</div>
</div>
</div>
<HeaderAdBanner v-if="chatStore.currentConversation" />
<ChatWindow />
</div>
<ChatInput />