From ce681d1b8eb4bad21adb9104190e30e5d82b0693 Mon Sep 17 00:00:00 2001 From: Timna Brown Date: Sun, 26 Apr 2026 01:10:47 -0400 Subject: [PATCH 1/2] fix: restore Windows icon opacity for proper 3D depth effect The Windows 4-square logo needs opacity variation to show the subtle depth effect: - Top-right and bottom-left quadrants: opacity 0.9 (slightly faded) - Top-left and bottom-right quadrants: full opacity (bright) This creates the characteristic Windows logo visual hierarchy. --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index f9a7e75..d9323a1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -870,8 +870,8 @@

macOS

From 6df7d1e593664f44f15dad1e42bb6b0d29281949 Mon Sep 17 00:00:00 2001 From: Timna Brown Date: Sun, 26 Apr 2026 01:16:17 -0400 Subject: [PATCH 2/2] docs: update .gitignore to exclude Tauri-generated icon files Tauri-generated icons (32x32, 128x128, icon.ico, icon.icns) should be regenerated at build time from devopster-icon.png, not committed to repo. Keep only: - devopster-icon.png (source for Tauri icon generation) - Web icons (favicon, icon-16/32/48/96/192/512, icon-180, og-image) These web icons are needed for GitHub Pages. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 39844ae..c4e40f7 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,11 @@ Thumbs.db *.tmp *.temp .devopster_open_url + +# Tauri-generated app icons (regenerated at build time from devopster-icon.png) +assets/icons/32x32.png +assets/icons/128x128.png +assets/icons/128x128@2x.png +assets/icons/icon.ico +assets/icons/icon.icns +src-tauri/icons/