From e76ab1f99054fa8988b991144538c5ec0dbc9e6a Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Tue, 31 Mar 2026 09:25:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20mount=20DynamicFavicon?= =?UTF-8?q?=20for=20agent=20operation=20favicon=20switching=20(#13416)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ feat: mount DynamicFavicon to enable favicon state switching during agent operations Co-Authored-By: Claude Opus 4.6 (1M context) * 🐛 fix: add favicon link tags to SPA HTML templates and handle missing links in updateFaviconDOM Co-Authored-By: Claude Opus 4.6 (1M context) --------- Co-authored-by: Claude Opus 4.6 (1M context) --- index.html | 2 ++ index.mobile.html | 2 ++ src/layout/GlobalProvider/DynamicFavicon.tsx | 22 +++++++++++++++++++ src/layout/GlobalProvider/FaviconProvider.tsx | 14 ++++++++++++ src/layout/SPAGlobalProvider/index.tsx | 2 ++ 5 files changed, 42 insertions(+) create mode 100644 src/layout/GlobalProvider/DynamicFavicon.tsx diff --git a/index.html b/index.html index 124faa05d0..9d53c07074 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,8 @@ + +