No description
  • JavaScript 69.6%
  • CSS 26.6%
  • HTML 2.3%
  • Dockerfile 1.5%
Find a file
michelle 7aac81b269 Build Overview page with real fleet data from directory_agents
Stat cards, per-machine cluster grid, fleet notes, and an agents-per-machine
bar chart driven by a NocoDB snapshot (65 agents / 5 machines). Sessions,
Activity and Tasks are left as an explicit "not wired up yet" card rather
than faked, since those depend on Phase 2-4 work per the project brief.
2026-08-08 22:47:39 +01:00
public Initial scaffold — agents dashboard 2026-07-21 15:52:01 +01:00
src Build Overview page with real fleet data from directory_agents 2026-08-08 22:47:39 +01:00
.dockerignore Initial scaffold — agents dashboard 2026-07-21 15:52:01 +01:00
.env.example Initial scaffold — agents dashboard 2026-07-21 15:52:01 +01:00
.gitignore Initial scaffold — agents dashboard 2026-07-21 15:52:01 +01:00
.oxlintrc.json Initial scaffold — agents dashboard 2026-07-21 15:52:01 +01:00
Dockerfile Initial scaffold — agents dashboard 2026-07-21 15:52:01 +01:00
index.html Initial scaffold — agents dashboard 2026-07-21 15:52:01 +01:00
nginx.conf Initial scaffold — agents dashboard 2026-07-21 15:52:01 +01:00
package-lock.json Initial scaffold — agents dashboard 2026-07-21 15:52:01 +01:00
package.json Initial scaffold — agents dashboard 2026-07-21 15:52:01 +01:00
README.md Initial scaffold — agents dashboard 2026-07-21 15:52:01 +01:00
vite.config.js Initial scaffold — agents dashboard 2026-07-21 15:52:01 +01:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some Oxlint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the Oxlint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and Oxlint's TypeScript related rules in your project.