From 00254144b33c57cc6422bffa1ebb7577e587d54e Mon Sep 17 00:00:00 2001 From: juanatsap Date: Thu, 20 Nov 2025 18:40:15 +0000 Subject: [PATCH] feat: Add tooltips to info and theme switcher buttons - Add has-tooltip class and data-tooltip to info button - Add has-tooltip class and data-tooltip to color theme switcher - Both buttons on LEFT side show tooltips on RIGHT - Mobile: tooltips appear on TOP (like macOS Dock) - Complete tooltip coverage for all action buttons --- templates/partials/color-theme-switcher.html | 4 ++-- templates/partials/widgets/info-button.html | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/partials/color-theme-switcher.html b/templates/partials/color-theme-switcher.html index f47430e..f9eb7a6 100644 --- a/templates/partials/color-theme-switcher.html +++ b/templates/partials/color-theme-switcher.html @@ -2,9 +2,9 @@ diff --git a/templates/partials/widgets/info-button.html b/templates/partials/widgets/info-button.html index c097319..bda2877 100644 --- a/templates/partials/widgets/info-button.html +++ b/templates/partials/widgets/info-button.html @@ -1,6 +1,9 @@ {{define "info-button"}} - {{end}}