From 2239522d79e0e995d656e9a88bc8793680995466 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Thu, 11 Dec 2025 17:47:57 +0100 Subject: [PATCH] feat: redesign log details modal with improved UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add header with log level icon and colored badge - Replace grid layout with table for log metadata (timestamp, logger, module) - Add icons to table rows for better visual hierarchy - Improve message section with card styling and pre-wrap text - Enhance exception section with icon and red styling - Add stack trace section with dark theme, monospace font, and copy button - Include proper footer with close button - Support dark mode throughout all new elements 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- app/templates/admin/logs.html | 169 +++++++++++++++++++++------ static/admin/css/tailwind.output.css | 2 +- 2 files changed, 135 insertions(+), 36 deletions(-) diff --git a/app/templates/admin/logs.html b/app/templates/admin/logs.html index 96d90e67..e711ca86 100644 --- a/app/templates/admin/logs.html +++ b/app/templates/admin/logs.html @@ -258,50 +258,149 @@
-
+ {# Modal Header with Level Badge #} +
-

Log Details

- -
-
-
-