From 601e9a3292604da38e54be5231b1e198fc5d3130 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 7 Dec 2022 23:00:15 -0800 Subject: [PATCH] Add dialog for setting the user's name And force it to be shown when clicking the comment field, (if the name has not been set previously). --- index.html | 37 +++++++++++++++++++++++++++++++++---- index.js | 14 ++++++++------ 2 files changed, 41 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index ad53d86..a54a090 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,20 @@ all. The only limit is yourself!

+ +
+

+ +

+
+ + +
+
+
+

@@ -102,21 +116,32 @@ mute.addEventListener("click", () => {