From ac08c4fcf44deaeb39b5ae37289d7ca3074fc248 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Tue, 27 Jan 2026 13:46:08 -0800 Subject: [PATCH] Remove unused .gitkeep files and adjust ProfileList component padding - Deleted .gitkeep files from Generation, ServerSettings, VoiceProfiles, and hooks directories as they are no longer necessary. - Updated the ProfileList component to increase bottom padding for improved layout consistency. --- app/src/components/Generation/.gitkeep | 1 - app/src/components/ServerSettings/.gitkeep | 1 - app/src/components/VoiceProfiles/.gitkeep | 1 - app/src/components/VoiceProfiles/ProfileList.tsx | 2 +- app/src/lib/hooks/.gitkeep | 1 - 5 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 app/src/components/Generation/.gitkeep delete mode 100644 app/src/components/ServerSettings/.gitkeep delete mode 100644 app/src/components/VoiceProfiles/.gitkeep delete mode 100644 app/src/lib/hooks/.gitkeep diff --git a/app/src/components/Generation/.gitkeep b/app/src/components/Generation/.gitkeep deleted file mode 100644 index 18bc6d98..00000000 --- a/app/src/components/Generation/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# Voice generation components diff --git a/app/src/components/ServerSettings/.gitkeep b/app/src/components/ServerSettings/.gitkeep deleted file mode 100644 index 2d8e46e8..00000000 --- a/app/src/components/ServerSettings/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# Server settings and connection components diff --git a/app/src/components/VoiceProfiles/.gitkeep b/app/src/components/VoiceProfiles/.gitkeep deleted file mode 100644 index c93ef951..00000000 --- a/app/src/components/VoiceProfiles/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# Voice profile management components diff --git a/app/src/components/VoiceProfiles/ProfileList.tsx b/app/src/components/VoiceProfiles/ProfileList.tsx index 8631bbf1..c0687e4d 100644 --- a/app/src/components/VoiceProfiles/ProfileList.tsx +++ b/app/src/components/VoiceProfiles/ProfileList.tsx @@ -109,7 +109,7 @@ export function ProfileList() { ) : ( -
+
{allProfiles.map((profile) => ( ))} diff --git a/app/src/lib/hooks/.gitkeep b/app/src/lib/hooks/.gitkeep deleted file mode 100644 index 663cc543..00000000 --- a/app/src/lib/hooks/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# React Query hooks will be placed here