feat: add ssh buttons in the ui using hostinfo checks

This commit is contained in:
Aarnav Tale 2025-06-18 11:56:27 -04:00
parent b34a3f0ca1
commit 1e86b0e95b
No known key found for this signature in database
5 changed files with 97 additions and 22 deletions

View file

@ -2,7 +2,6 @@ import { CheckCircle, CircleSlash, Info, UserCircle } from 'lucide-react';
import { useMemo, useState } from 'react';
import type { ActionFunctionArgs, LoaderFunctionArgs } from 'react-router';
import { Link as RemixLink, useLoaderData } from 'react-router';
import { mapTag } from 'yaml/util';
import Attribute from '~/components/Attribute';
import Button from '~/components/Button';
import Card from '~/components/Card';