Beforeunload-Warnung + Vollbild-Button fuer Viewer
- beforeunload Event verhindert versehentliches Verlassen/Reload waehrend Broadcasting oder Viewing aktiv ist - Vollbild-Button im Viewer-Header (Fullscreen API) - Fullscreen-State wird korrekt getrackt und Icon wechselt Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2ee36789b2
commit
3ef25fc10a
5 changed files with 109 additions and 51 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
|
|
@ -5,8 +5,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Gaming Hub</title>
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎮</text></svg>" />
|
||||
<script type="module" crossorigin src="/assets/index-C3FFX5uU.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CcoMcI3c.css">
|
||||
<script type="module" crossorigin src="/assets/index-B0xoTjru.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BL4zgtRP.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue