feat(audit): admin audit-log page (PMS-117 client) #58
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/pms-117-audit-client"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Client page for the audit log: admin-gated /admin/audit listing GET /api/v1/audit-log with entity/action/user/date filters, pagination, and an expandable old/new JSON diff. New src/modules/audit/models.rs DTOs; routed + admin nav link; typed-fetch wired like contacts. wasm check + clippy -D + fmt clean.