feat: added sidebar management and improved some host manager UI/UX

This commit is contained in:
LukeGus
2026-01-14 01:23:58 -06:00
parent 264682c5ad
commit dd62b77c79
17 changed files with 546 additions and 129 deletions

View File

@@ -514,7 +514,6 @@ export function CredentialEditor({
}
backgroundColor="var(--bg-base)"
/>
<Form {...form}>
<form
onSubmit={form.handleSubmit(onSubmit, handleFormError)}