feat: continued general UI improvements

This commit is contained in:
LukeGus
2026-05-26 22:05:58 -05:00
parent 0fe3f8d126
commit 9c12a84a91
15 changed files with 867 additions and 505 deletions
+3
View File
@@ -5,8 +5,10 @@ import { HostManager } from "@/sidebar/HostManager";
export function CredentialsPanel({
onEditingChange,
active = true,
}: {
onEditingChange?: (editing: boolean) => void;
active?: boolean;
}) {
const { t } = useTranslation();
const [search, setSearch] = useState("");
@@ -58,6 +60,7 @@ export function CredentialsPanel({
hideListHeader
externalSearch={managerEditing ? undefined : search}
onEditingChange={handleEditingChange}
active={active}
/>
</div>
</div>