From 99cdbc83a9296d2e17aa6f4b74342db6f8806667 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 1 Jul 2025 23:44:02 +0000 Subject: [PATCH 1/3] Initial plan From 10f3e5dbb3e6b4c82989f1ab6a663c794b49b943 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 1 Jul 2025 23:58:41 +0000 Subject: [PATCH 2/3] Add comprehensive tooltips to cache analysis fields Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com> --- app/components/CacheAnalysis.vue | 27 ++++- app/utils/tooltips.ts | 172 +++++++++++++++++++++++++++++++ 2 files changed, 196 insertions(+), 3 deletions(-) create mode 100644 app/utils/tooltips.ts diff --git a/app/components/CacheAnalysis.vue b/app/components/CacheAnalysis.vue index a13b0a1..0d0fbee 100644 --- a/app/components/CacheAnalysis.vue +++ b/app/components/CacheAnalysis.vue @@ -1,5 +1,6 @@