Mejoras finales: filtro hardcoded, orientación y contador
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 54s

- Filtrar app "perfil" de la lista (hardcoded por slug y nombre)
- Búsqueda en tiempo real con v-model (sin debounce)
- Orientación "any" para respetar dispositivo móvil
- Contador de apps con glassmorphism personalizado
- Estilos matching chips y badges de la app
- Soporte completo modo día/noche para contador
This commit is contained in:
2025-10-16 23:56:48 -06:00
parent 4c6cc7ec75
commit e535f8d937
2 changed files with 47 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ export default defineNuxtConfig({
background_color: '#ffffff',
display: 'standalone',
display_override: ['window-controls-overlay', 'standalone'],
orientation: 'portrait',
orientation: 'any',
scope: '/',
start_url: '/?source=pwa',
// Capturar todos los enlaces que apunten a esta app