From 5d66970fe91118f1d21fae564d32fee6331d27c8 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Tue, 3 Feb 2026 06:25:27 -0800 Subject: [PATCH] Refactor FloatingGenerateBox and HistoryTable components for improved UI consistency - Removed unnecessary class from the FloatingGenerateBox button for cleaner styling. - Updated HistoryTable to remove redundant class from the delete button. - Reorganized imports in dropdown-menu for better readability. - Enhanced useAutoUpdater hook with improved dependency management and updated icon usage. - Deleted obsolete useAutoUpdater.ts file to streamline codebase. --- .../Generation/FloatingGenerateBox.tsx | 2 +- app/src/components/History/HistoryTable.tsx | 1 - app/src/components/ui/dropdown-menu.tsx | 12 ++-- app/src/hooks/useAutoUpdater.ts | 52 ------------------ app/src/hooks/useAutoUpdater.tsx | 6 +- tauri/src-tauri/gen/Assets.car | Bin 3847048 -> 3847048 bytes 6 files changed, 11 insertions(+), 62 deletions(-) delete mode 100644 app/src/hooks/useAutoUpdater.ts diff --git a/app/src/components/Generation/FloatingGenerateBox.tsx b/app/src/components/Generation/FloatingGenerateBox.tsx index 2e99d337..d8d493bd 100644 --- a/app/src/components/Generation/FloatingGenerateBox.tsx +++ b/app/src/components/Generation/FloatingGenerateBox.tsx @@ -300,7 +300,7 @@ export function FloatingGenerateBox({