feat(frontend): Replace React with Blazor frontend

This commit is contained in:
2025-08-30 19:29:40 -04:00
parent 3b9c074bc7
commit 6063ed62e0
82 changed files with 22786 additions and 3435 deletions

55
frontend/.gitignore vendored
View File

@@ -1,55 +0,0 @@
# Dependencies
node_modules/
# Build output
dist/
build/
.next/
# TypeScript cache
*.tsbuildinfo
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
*.log
# Local environment files
.env
.env.local
.env.*.local
# Editor directories and files
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# macOS
.DS_Store
# Linux
*~
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# TailwindCSS JIT cache
.tailwindcss/
# Optional: if using Next.js image optimization cache
.next/cache/
# Optional: if using Storybook
storybook-static/
.out/
# Optional: if using testing coverage
coverage/