website: Fix Host Control mockup to use the actual 'Only I can control playback' toggle switch

This commit is contained in:
KoalaDev
2026-07-03 11:15:32 +02:00
parent ae3b837bb4
commit 23aa0c8a15
17 changed files with 116 additions and 73 deletions
+7 -11
View File
@@ -816,17 +816,13 @@
<div class="bento-content-wrap">
<p>{{FEATURE_1_DESC}}</p>
<div class="bento-host-control-mockup">
<div class="bento-mockup-header">Host Control Mode</div>
<div class="bento-mockup-options">
<div class="bento-option active">
<span class="option-dot"></span> Host Only
</div>
<div class="bento-option">
<span class="option-dot"></span> Co-Hosts
</div>
<div class="bento-option">
<span class="option-dot"></span> Free For All
</div>
<div class="bento-mockup-header">{{MOCK_HOST_CONTROL_LABEL}}</div>
<div class="bento-mockup-row">
<span>{{MOCK_HOST_CONTROL_TOGGLE}}</span>
<label class="bento-switch-wrap">
<input type="checkbox" checked disabled>
<span class="bento-switch-slider"></span>
</label>
</div>
</div>
</div>