Commit Graph

4 Commits

Author SHA1 Message Date
88d7bcaa95 [MCH-FE] feat: Implement real QR code generation in CodiQR
- Added qrcode.react v4.2.0 dependency
- Replaced visual placeholder with QRCodeSVG component
- QR displays actual transaction qrData from backend
- Added qrData state to capture API response
- Configured QR with error correction level M and white margin

Resolves: TASK-2026-01-20-003 audit P2 gap

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 03:29:36 -06:00
b1e75b8618 [MCH-FE] feat: Add PWA support with Vite plugin
- Install and configure vite-plugin-pwa
- Add manifest configuration for MiChangarrito
- Create SVG icons (192x192, 512x512) with MCH branding
- Add apple-touch-icon and favicon
- Update index.html with PWA meta tags
- Enable service worker with workbox for offline caching

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 02:26:58 -06:00
2ae94a679f fix: Corregir errores TypeScript y agregar dependencias i18n
- Agregar dependencias: i18next, react-i18next, i18next-browser-languagedetector
- Eliminar imports no utilizados (Search, Filter)
- Eliminar variables no utilizadas (refetch, generateCodeMutation)
- Renombrar params no usados con underscore (_supplier, _onRemove)

Build ahora pasa sin errores.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 05:21:30 -06:00
67d3eef6a5 Migración desde michangarrito/frontend - Estándar multi-repo v2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 08:12:10 -06:00