From 603ccfbd5fe96f0b83aaf3d5118aded2a39992fb Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 16 Jul 2026 13:50:15 +0200 Subject: Condense the action log into a scannable table Several minor improvements to the action log presentation: * Now a table with date and human readable presentation as rows is displayed * If no changes in a title were detected, the old version is omitted * The "inferred" flag is demoted to the end of the line * You can zoom in on the node's history directly from a log line * byline for the first publish action is preserved * Revisions are directly linked to when a new one i published --- public/stylesheets/admin.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'public/stylesheets/admin.css') diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 5f0b165..c1273c6 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -1494,3 +1494,37 @@ div#image_browser ul li { gap: 8px; flex-wrap: wrap; } + +/* ============================================================ + Action log + ============================================================ */ + +#node_action_list td.node_action_time { + white-space: nowrap; + vertical-align: top; + font-family: monospace; + font-size: 0.8em; + color: #777; + padding-right: 1em; +} + +#node_action_list td.node_action_body { + vertical-align: top; +} + +.node_action_inferred { + opacity: 0.5; + font-size: smaller; + margin-left: 0.5em; +} + +.node_action_zoom { + font-size: smaller; + margin-left: 0.5em; +} + +.node_action_details summary { + cursor: pointer; + font-size: smaller; + color: #777; +} -- cgit v1.3