- Implemented AlertDialog component with overlay, content, header, footer, title, description, action, and cancel functionalities. - Created Badge component with variant support for different styles. - Developed Checkbox component with custom styling and indicator. - Added Dialog component with trigger, close, overlay, content, header, footer, title, and description. - Introduced Label component for form elements. - Built Select component with trigger, content, group, item, label, separator, and scroll buttons. - Created Sheet component with trigger, close, overlay, content, header, footer, title, and description. - Implemented Table component with header, body, footer, row, head, cell, and caption. - Added Textarea component with custom styling. - Established API service for game management with CRUD operations and metadata search functionalities. - Updated dependencies in package lock files.
Backend — Quasar
Scaffold mínimo del backend usando Fastify + TypeScript + Prisma (SQLite).
Arranque rápido
# desde la raíz
yarn
# entrar al backend
cd backend
# generar cliente Prisma
yarn prisma:generate
# aplicar migraciones (si pide nombre, usar --name init)
yarn prisma:migrate
# abrir Prisma Studio
yarn prisma:studio
# ejecutar en desarrollo
yarn dev
# ejecutar tests
yarn test
Notas:
- Use
.env.examplecomo referencia paraDATABASE_URL.
Metadatos:
Autor: GitHub Copilot
Última actualización: 2026-02-07