feat: implement community editing with audit logs and user attribution

Add created/updated tracking and edit logs to all wiki tables
Restrict create/update/delete operations to verified users
Display edit metadata on frontend detail and list views
This commit is contained in:
2026-04-30 11:53:29 +08:00
parent 9af8c98401
commit 0f5ff7be15
16 changed files with 537 additions and 90 deletions

View File

@@ -392,6 +392,13 @@ select {
color: #657067;
}
.edit-meta {
margin: 0;
color: #7b766a;
font-size: 13px;
font-weight: 700;
}
.chips {
display: flex;
flex-wrap: wrap;