Mejoras finales: filtro hardcoded, orientación y contador
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 54s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user