From d84771b529315728bba3940f42745d6b73d01ca2 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 12 Jan 2026 00:02:02 -0600 Subject: [PATCH] checkpoint --- index.html | 150 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 86 insertions(+), 64 deletions(-) diff --git a/index.html b/index.html index 61f04ae7..1978bd20 100644 --- a/index.html +++ b/index.html @@ -744,6 +744,17 @@ font-family: monospace; } + .policy-divider { + font-size: 11px; + font-weight: 600; + color: var(--accent-primary); + margin: 12px 0 8px 0; + padding-top: 8px; + border-top: 1px solid var(--border-color); + text-transform: uppercase; + letter-spacing: 0.5px; + } + .command-section { margin-top: 20px; } @@ -1084,13 +1095,6 @@
- -
- Individual Function Policies:
- • Each function can have its own policy configured independently
- • Click "Reset to Defaults" to restore default policies for all functions
- • Policies are saved immediately when the "Save Policies" button is clicked -
@@ -1216,7 +1220,7 @@