mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-20 07:10:40 -07:00
Update dependencies and enhance UI components for better functionality
- Added new Tauri plugins: @tauri-apps/plugin-process and @tauri-apps/plugin-updater to improve application capabilities. - Introduced UpdateStatus component to display update information in the UI. - Enhanced GenerationForm to include an optional instruct field for additional input. - Refactored various components for improved styling and responsiveness, including Sidebar, AudioPlayer, and ProfileCard. - Updated API models and schemas to accommodate new instruct parameter in generation requests and responses. - Improved documentation for autoupdater setup and usage.
This commit is contained in:
@@ -77,9 +77,7 @@ export function ConnectionForm() {
|
||||
)}
|
||||
/>
|
||||
|
||||
{isDirty && (
|
||||
<Button type="submit">Update Connection</Button>
|
||||
)}
|
||||
{isDirty && <Button type="submit">Update Connection</Button>}
|
||||
</form>
|
||||
</Form>
|
||||
|
||||
@@ -106,8 +104,8 @@ export function ConnectionForm() {
|
||||
Keep server running when app closes
|
||||
</label>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
When enabled, the server will continue running in the background after closing the app.
|
||||
Disabled by default.
|
||||
When enabled, the server will continue running in the background after closing the
|
||||
app. Disabled by default.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user