Skip to content

Commit 4a2f9f0

Browse files
MalteJclaude
andcommitted
Add mvirt-ui: React web console with mock backend
- React 18 + Vite + TypeScript frontend - Tailwind CSS + shadcn/ui components - TanStack Query for server state, Zustand for UI state - Rust/Axum mock server on port 8080 - Dark/light theme with smooth transitions - Dashboard, VMs, Storage, Network, Logs pages - DataTable with sorting/filtering, StatCards - Button hover effects with shimmer and glow - Logo shimmer animation on hover - Pride stripe accent at bottom - Light mode with muted blue-tinted cards Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 50d1226 commit 4a2f9f0

75 files changed

Lines changed: 12264 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

mvirt-ui/.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Dependencies
2+
node_modules/
3+
4+
# Build outputs
5+
dist/
6+
target/
7+
8+
# IDE
9+
.vscode/
10+
.idea/
11+
12+
# Env
13+
.env
14+
.env.local
15+
16+
# Logs
17+
*.log
18+
19+
# OS
20+
.DS_Store

0 commit comments

Comments
 (0)