Admin traffic: conversion columns (visit to signup, signup to registered, signup to buyer), stacked centered headers

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-13 07:03:04 -05:00
parent 4efba20d4e
commit 0ad974ca59
2 changed files with 9 additions and 4 deletions
+3 -1
View File
@@ -10,6 +10,8 @@
<style>
.adm-table{width:100%;table-layout:auto}
.adm-table th{cursor:pointer;user-select:none;white-space:nowrap}
#trfSources th,#trfAngles th{white-space:normal;text-align:center;line-height:1.2;vertical-align:bottom}
#trfSources td:not(:first-child),#trfAngles td:not(:first-child){text-align:center;font-variant-numeric:tabular-nums}
.adm-table th.sort-asc::after{content:' \25B2';font-size:9px;color:var(--mint)}
.adm-table th.sort-desc::after{content:' \25BC';font-size:9px;color:var(--mint)}
.adm-table.kv th{cursor:default;color:var(--muted);font-weight:500}
@@ -421,6 +423,6 @@
</div>
<script src="/assets/common.js?v=20260913a"></script>
<script src="/assets/admin.js?v=20260913b"></script>
<script src="/assets/admin.js?v=20260913c"></script>
</body>
</html>