From 11b905fd437d651b2e39745aa82a5dd36f70331e Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 22 Mar 2026 10:05:16 +0000 Subject: style: modernize UI with dark glass theme and 40% bg opacity --- web/templates/partials/sync-log.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'web/templates/partials/sync-log.html') diff --git a/web/templates/partials/sync-log.html b/web/templates/partials/sync-log.html index e7f8191..89b7dcf 100644 --- a/web/templates/partials/sync-log.html +++ b/web/templates/partials/sync-log.html @@ -1,14 +1,16 @@ {{define "sync-log"}}
{{if .}} -
-
Sync Activity
- {{range .}} -
- {{.CreatedAt.Format "15:04:05"}} - {{.Message}} +
+
Sync Activity
+
+ {{range .}} +
+ {{.CreatedAt.Format "15:04:05"}} + {{.Message}} +
+ {{end}}
- {{end}}
{{end}}
-- cgit v1.2.3