ui: DSGVO-Hinweis in den Header, Footer entfernt

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
root 2026-05-16 20:42:13 +00:00
parent 7679efa7e4
commit 60fbdbf036

View File

@ -19,7 +19,7 @@
<div class="header-row"> <div class="header-row">
<div class="header-left"> <div class="header-left">
<h1>Voice-Agent</h1> <h1>Voice-Agent</h1>
<p class="sub desktop-only">Sitzungsaufnahmen automatisch transkribieren und protokollieren</p> <p class="sub desktop-only">DSGVO-konform, alles lokal verarbeitet.</p>
</div> </div>
<div class="header-right"> <div class="header-right">
<div id="mac-status" class="badge desktop-only">Mac-Backend: prüfe …</div> <div id="mac-status" class="badge desktop-only">Mac-Backend: prüfe …</div>
@ -216,10 +216,6 @@
</div><!-- /main-view --> </div><!-- /main-view -->
</main> </main>
<footer>
<small class="muted">DSGVO-konform, alles lokal verarbeitet.</small>
</footer>
<script src="/static/app.js"></script> <script src="/static/app.js"></script>
</body> </body>
</html> </html>