feat: seperated out sharing, improved host/credential loading, reduced host manager bloat

This commit is contained in:
LukeGus
2026-05-26 16:57:35 -05:00
parent 4df71e77cb
commit 5c2c9c179e
12 changed files with 2349 additions and 3349 deletions
-1
View File
@@ -55,7 +55,6 @@ export function CredentialsPanel({
<div className="flex flex-col flex-1 min-h-0">
<HostManager
initialSection="credentials"
hideListHeader
externalSearch={managerEditing ? undefined : search}
onEditingChange={handleEditingChange}