From a8a73aad4e34cb36a3d6de6a411af4dbb19329f4 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Sat, 31 Jan 2026 08:12:20 -0500 Subject: [PATCH] Add dynamic favicon state system Embed SVG path data in TypeScript to enable runtime color switching based on app state (idle/processing/error) without maintaining multiple static SVG files. --- public/index.html | 40 ++++++++++++++++++++++++++++++++++++++-- tsconfig.json | 2 +- 2 files changed, 39 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 2532dfb..c6f9878 100644 --- a/public/index.html +++ b/public/index.html @@ -4,6 +4,7 @@ clarc +