From e2a30c06006801777034677f3cd10c3ef3210163 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 13 Jun 2026 15:47:16 +0900 Subject: [PATCH] Skills: Audit on left + accent star, Select w/ dot/X icon swap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Reordered the toolbar so Audit sits left of Select (matches the brain memories layout where bulk actions live before Select) - Renamed "Audit all" → "Audit" - Star icon in Audit now tinted with var(--accent, var(--red)) - Select button gets the same dot/X SVG swap used in brain memories (dot in idle state, X when bulk-select mode is active) --- static/index.html | 37 +++++++++++++++++++++++-------------- static/js/skills.js | 7 +++++-- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/static/index.html b/static/index.html index c673b5987..dd29ab9e0 100644 --- a/static/index.html +++ b/static/index.html @@ -258,21 +258,29 @@
-

Memories

+

Memories

+

Long-term facts the AI remembers across chats — recall, edit, or curate.

- - - +
+ + + +
+ +
@@ -293,7 +301,7 @@