feat: add admin CLI, SEO meta tags, security headers, and production Makefile targets

This commit is contained in:
2026-05-11 03:30:51 +00:00
parent fda3a202dc
commit 140cceff64
49 changed files with 2116 additions and 188 deletions
+4
View File
@@ -74,6 +74,8 @@
.messages-main {
display: flex;
flex-direction: column;
min-height: 0;
height: 100%;
}
.messages-main-header {
@@ -82,6 +84,7 @@
display: flex;
align-items: center;
gap: 0.75rem;
flex-shrink: 0;
}
.messages-main-header h3 {
@@ -96,6 +99,7 @@
display: flex;
flex-direction: column;
gap: 0.75rem;
min-height: 0;
}
.message-bubble {