feat(chat): save and view chat history — admin-only saved_chats, History page, open-a-chat return

This commit is contained in:
2026-08-29 21:22:25 -04:00
parent 6832957ab0
commit ece93a7c8f
29 changed files with 3099 additions and 20 deletions
+1
View File
@@ -28,6 +28,7 @@ HTML_PAGES = (
"document.html",
"login.html",
"git-sources.html",
"history.html", # phase 50: the admin saved-chats page
)