diff --git a/app/src/components/History/HistoryTable.tsx b/app/src/components/History/HistoryTable.tsx
index ee029df6..62938442 100644
--- a/app/src/components/History/HistoryTable.tsx
+++ b/app/src/components/History/HistoryTable.tsx
@@ -1,8 +1,13 @@
-import { Download, Play, Trash2 } from 'lucide-react';
+import { Download, MoreHorizontal, Play, Trash2 } from 'lucide-react';
import { useState } from 'react';
import { Badge } from '@/components/ui/badge';
import { Button } from '@/components/ui/button';
-import { CircleButton } from '@/components/ui/circle-button';
+import {
+ DropdownMenu,
+ DropdownMenuContent,
+ DropdownMenuItem,
+ DropdownMenuTrigger,
+} from '@/components/ui/dropdown-menu';
import {
Table,
TableBody,
@@ -79,12 +84,12 @@ export function HistoryTable() {
- Text
- Profile
- Language
- Duration
- Created
- Actions
+ Text
+ Profile
+ Language
+ Duration
+ Created
+ Actions
@@ -107,27 +112,45 @@ export function HistoryTable() {
{formatDate(gen.created_at)}
-
+
diff --git a/app/src/components/VoiceProfiles/ProfileList.tsx b/app/src/components/VoiceProfiles/ProfileList.tsx
index 811bf520..7706a3c2 100644
--- a/app/src/components/VoiceProfiles/ProfileList.tsx
+++ b/app/src/components/VoiceProfiles/ProfileList.tsx
@@ -1,4 +1,4 @@
-import { Mic, Plus } from 'lucide-react';
+import { Mic, Sparkles } from 'lucide-react';
import { Button } from '@/components/ui/button';
import { Card, CardContent } from '@/components/ui/card';
import { useProfiles } from '@/lib/hooks/useProfiles';
@@ -33,12 +33,12 @@ export function ProfileList() {
Voicebox
-
+
{allProfiles.length === 0 ? (
@@ -47,13 +47,13 @@ export function ProfileList() {
No voice profiles yet. Create your first profile to get started.
) : (
-