logs database schema & method shifts

This commit is contained in:
2026-04-03 12:33:06 +02:00
parent f935e626fc
commit 42c54ba6a0
3 changed files with 50 additions and 20 deletions

View File

@@ -67,7 +67,7 @@ pub async fn page(req: Request) -> Result<Response, CompositeError> {
.unwrap_or_else(|| "no timestamp".to_string()))
}
div class="p-2 font-light" style=(s) {(log.actor.handle)}
div class="p-2 font-light" style=(s) {(log.data)}
div class="p-2 font-light" style=(s) {(log.data.get_humanreadable_payload())}
}
@if true {
div class="p-2 col-span-3 text-center font-light text-neutral-400" {"You've reached the end of all logs."}