Added tools (run multi cmds), fixed UI scrolling, added SSH algo's and key types.

This commit is contained in:
LukeGus
2025-07-19 02:27:20 -05:00
parent 49a4d20740
commit cfaa04e42c
15 changed files with 795 additions and 60 deletions

View File

@@ -21,6 +21,7 @@ import {
import {
Separator,
} from "@/components/ui/separator.tsx"
import Icon from "../../../public/icon.svg";
interface SidebarProps {
onSelectView: (view: string) => void;
@@ -32,8 +33,9 @@ export function TemplateSidebar({ onSelectView }: SidebarProps): React.ReactElem
<Sidebar>
<SidebarContent>
<SidebarGroup>
<SidebarGroupLabel className="text-lg text-center font-bold text-white">
Termix / Template
<SidebarGroupLabel className="text-lg font-bold text-white flex items-center gap-2">
<img src={Icon} alt="Icon" className="w-6 h-6" />
- Termix / Template
</SidebarGroupLabel>
<Separator className="p-0.25 mt-1 mb-1" />
<SidebarGroupContent className="flex flex-col flex-grow">