diff src/index.html.luan @ 104:46418395c860 default tip

add mute chat
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 14 Jul 2025 00:49:11 -0600
parents 718933af3f40
children
line wrap: on
line diff
--- a/src/index.html.luan	Sun Jul 13 14:38:52 2025 -0600
+++ b/src/index.html.luan	Mon Jul 14 00:49:11 2025 -0600
@@ -125,6 +125,16 @@
 				</div>
 			</form>
 		</dialog>
+		<dialog mute>
+			<h2>Mute Chat</h2>
+			<p>
+				<label clickable><input type=checkbox name=mute> Mute notification</label>
+			</p>
+			<div buttons>
+				<button type=button onclick="closeModal(this)">Cancel</button>
+				<button onclick="saveMute(this)">Save</button>
+			</div>
+		</dialog>
 		<input type="file" required onchange="loadedFile(this)">
 		<script>
 			'use strict';