From a28d2f5cfebff544bcb5e40791e221067ce95726 Mon Sep 17 00:00:00 2001 From: Cody Seibert Date: Wed, 10 Dec 2025 09:41:46 -0500 Subject: [PATCH] refactor(description-image-dropzone, app-store): update styling and enhance project history cycling logic - Changed button styling in the DescriptionImageDropZone component to use primary color classes for better visual consistency. - Improved project history cycling logic in the app store by filtering out invalid projects, ensuring smoother navigation through valid project history. These changes enhance the user interface and improve the reliability of project navigation within the application. --- .../ui/description-image-dropzone.tsx | 2 +- app/src/store/app-store.ts | 56 +++++++++++++++---- 2 files changed, 45 insertions(+), 13 deletions(-) diff --git a/app/src/components/ui/description-image-dropzone.tsx b/app/src/components/ui/description-image-dropzone.tsx index 17e73bb8..78d661bd 100644 --- a/app/src/components/ui/description-image-dropzone.tsx +++ b/app/src/components/ui/description-image-dropzone.tsx @@ -292,7 +292,7 @@ export function DescriptionImageDropZone({