feat: use a new ws implementation thats encapsulated

This commit is contained in:
Aarnav Tale 2025-03-06 17:32:33 -05:00
parent 45537620a6
commit 5dd4c41291
No known key found for this signature in database
13 changed files with 370 additions and 101 deletions

View file

@ -146,24 +146,18 @@ export default function MachineRow({
</Menu>
</div>
</td>
{/**
<td className="py-2">
{stats !== undefined ? (
<>
<p className="leading-snug">
{hinfo.getTSVersion(stats)}
</p>
{stats !== undefined ? (
<>
<p className="leading-snug">{hinfo.getTSVersion(stats)}</p>
<p className="text-sm opacity-50 max-w-48 truncate">
{hinfo.getOSInfo(stats)}
</p>
</>
) : (
<p className="text-sm opacity-50">
Unknown
</p>
)}
</>
) : (
<p className="text-sm opacity-50">Unknown</p>
)}
</td>
**/}
<td className="py-2">
<span
className={cn(