1.0 KiB
1.0 KiB
Project Index
Updated: 2026-04-01
Root
AGENTS.md: repository workflow rules for autonomous contributorsREADME.md: quick start and current project scopepackage.json: frontend scripts and dependenciesvite.config.ts: Vite + Vitest configuration
Documentation
docs/PLAN.md: living implementation plandocs/PROJECT_INDEX.md: this indexdocs/RESEARCH_3PROXY.md: notes from official 3proxy documentation
Frontend
src/main.tsx: application bootstrapsrc/App.tsx: authenticated panel shell, modal user creation flow, and tab compositionsrc/App.test.tsx: login-gate and modal interaction testssrc/app.css: full panel stylingsrc/data/mockDashboard.ts: realistic mock state shaped for future API responsessrc/lib/3proxy.ts: formatting and status helperssrc/lib/3proxy.test.ts: paranoia-oriented tests for core domain rulessrc/test/setup.ts: Testing Library matchers
Static
public/favicon.svg: Vite default icon placeholder, to replace later