mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-20 07:10:40 -07:00
responsive layout fixes, version in sidebar, fixed voice card height, hide player title at small widths
This commit is contained in:
@@ -90,12 +90,12 @@ export function useGenerationProgress() {
|
||||
});
|
||||
});
|
||||
} else {
|
||||
toast({
|
||||
title: 'Generation complete!',
|
||||
description: data.duration
|
||||
? `Audio generated (${data.duration.toFixed(2)}s)`
|
||||
: 'Audio generated',
|
||||
});
|
||||
// toast({
|
||||
// title: 'Generation complete!',
|
||||
// description: data.duration
|
||||
// ? `Audio generated (${data.duration.toFixed(2)}s)`
|
||||
// : 'Audio generated',
|
||||
// });
|
||||
}
|
||||
|
||||
// Auto-play if enabled and nothing is currently playing
|
||||
|
||||
Reference in New Issue
Block a user