diff src/chat.html.luan @ 20:dade6a560494

add dialogs
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 04 Nov 2024 21:37:58 -0700
parents 7230c821c368
children
line wrap: on
line diff
--- a/src/chat.html.luan	Mon Nov 04 19:23:38 2024 -0700
+++ b/src/chat.html.luan	Mon Nov 04 21:37:58 2024 -0700
@@ -104,6 +104,14 @@
 			</div>
 			<div posts></div>
 		</div>
+		<dialog delete_chat>
+			<h2>Delete Chat</h2>
+			<p>Are you sure that you want to delete this chat?</p>
+			<div buttons>
+				<button cancel onclick="closeModal(this)">Cancel</button>
+				<button go onclick="doDeleteChat(this)">Delete</button>
+			</div>
+		</dialog>
 		<script>
 <%
 	if selected ~= nil then