ui(machines): integrate pulsating dot inside status badge with spacing; add breadcrumbs; Defender badges; Linux lsblk table; search by company name via Convex; refine card heights

This commit is contained in:
Esdras Renan 2025-10-10 11:03:06 -03:00
parent f89424c168
commit ea46514da5
8 changed files with 432 additions and 38 deletions

View file

@ -1,11 +1,13 @@
// @ts-nocheck
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
const host = process.env.TAURI_DEV_HOST;
// https://vite.dev/config/
export default defineConfig(async () => ({
plugins: [react()],
// Vite options tailored for Tauri development and only applied in `tauri dev` or `tauri build`
//