completed code for Import Messages and coming up with a test plan

This commit is contained in:
2026-02-28 18:03:34 -07:00
parent acbcad7e63
commit 736cd80b9a
3 changed files with 1002 additions and 2 deletions
+1 -1
View File
@@ -45,8 +45,8 @@
Match existing topics in the conference:
</label>
<select id="match" name="match" class="flex-1 px-3 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
<option value="num">By topic number</option>
<option value="name">By topic name</option>
<option value="num">By topic number</option>
</select>
</div>
<div class="mb-6 flex gap-2">