update
This commit is contained in:
+38
-2
@@ -76,6 +76,11 @@
|
||||
<div class="mt-2">
|
||||
<small class="text-muted" id="autoSubtitleStatus">Arrêté</small>
|
||||
</div>
|
||||
<div class="mt-2">
|
||||
<button class="btn btn-warning btn-sm w-100" onclick="forceStopAutoSubtitle()" title="Forcer l'arrêt en cas de problème">
|
||||
<i class="fas fa-stop-circle me-1"></i>Force Stop
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Auto Message Sending Toggle -->
|
||||
@@ -102,12 +107,40 @@
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<span class="small text-muted">Envoi Messages Chat</span>
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" id="chatMessageToggle" onchange="toggleChatMessage()" checked>
|
||||
<input class="form-check-input" type="checkbox" id="chatMessageToggle" onchange="toggleChatMessage()">
|
||||
<label class="form-check-label small" for="chatMessageToggle"></label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-2">
|
||||
<small class="text-muted" id="chatMessageStatus">Activé</small>
|
||||
<small class="text-muted" id="chatMessageStatus">Désactivé</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- IA Generator Control -->
|
||||
<div class="mt-3">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<span class="small text-muted">Générateur IA</span>
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" id="iaGeneratorToggle" onchange="toggleIAGenerator()">
|
||||
<label class="form-check-label small" for="iaGeneratorToggle"></label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-2">
|
||||
<small class="text-muted" id="iaGeneratorStatus">Arrêté</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Control Twitch Control -->
|
||||
<div class="mt-3">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<span class="small text-muted">Contrôleur Twitch</span>
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" id="controlTwitchToggle" onchange="toggleControlTwitch()">
|
||||
<label class="form-check-label small" for="controlTwitchToggle"></label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-2">
|
||||
<small class="text-muted" id="controlTwitchStatus">Arrêté</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -280,6 +313,9 @@
|
||||
<button class="btn btn-primary" onclick="processSubtitles()">
|
||||
<i class="fas fa-cogs me-2"></i>Traitement Manuel
|
||||
</button>
|
||||
<button class="btn btn-danger" onclick="clearSubtitlesHistory()">
|
||||
<i class="fas fa-trash me-2"></i>Nettoyer Historique
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user