From 62ab70a607ae0fa1611495c0fb441db5c780704f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 20 Jan 2026 17:42:26 -0800 Subject: feat: Add version tooltip to 'Powered by Kaze' footer - Add VersionInfo struct to server - Add SetVersion() method called from main.go - Display version, commit, and build date in hoverable tooltip - Tooltip uses same style as other tooltips in the UI --- internal/server/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/server/templates') diff --git a/internal/server/templates/index.html b/internal/server/templates/index.html index 6471e53..35f08c1 100644 --- a/internal/server/templates/index.html +++ b/internal/server/templates/index.html @@ -187,7 +187,7 @@ -- cgit v1.2.3