Fix: Restaurar propiedades experimentales del PWA manifest
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m6s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m6s
RESTAURADO:
- capture_links: 'existing-client-navigate'
- handle_links: 'preferred'
- url_handlers: [{ origin: 'https://riocata.nucleoriofrio.com' }]
SOLUCIÓN:
- Agregados comentarios @ts-ignore antes de cada propiedad
- Propiedades experimentales no incluidas en tipos oficiales
- PWA manifest sigue funcionando correctamente
- TypeScript typecheck sigue pasando sin errores
NOTAS:
Estas propiedades son parte del estándar PWA experimental
para captura de enlaces y manejo de URLs, esenciales para
la funcionalidad de la aplicación.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="formulario-muestra p-4 space-y-6">
|
||||
<div class="formulario-muestra space-y-6">
|
||||
<!-- Tab 1: Organoléptica (solo selectores de familia) -->
|
||||
<div v-if="tabActiva === 'organoleptica'" class="tab-content cata-fade-in">
|
||||
<!-- Selector de Familia de Fragancia/Aroma -->
|
||||
@@ -407,7 +407,7 @@
|
||||
</h4>
|
||||
|
||||
<!-- Sección: Organoléptica -->
|
||||
<div class="global-section mb-6 p-4 cata-outline-box rounded-lg">
|
||||
<div class="global-section mb-6 cata-outline-box rounded-lg">
|
||||
<h5 class="global-section-title cata-text mb-4">Características Organolépticas</h5>
|
||||
|
||||
<!-- Selector de Familia de Fragancia/Aroma -->
|
||||
@@ -477,7 +477,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Sección: Intensidades -->
|
||||
<div class="global-section mb-6 p-4 cata-outline-box rounded-lg">
|
||||
<div class="global-section mb-6 cata-outline-box rounded-lg">
|
||||
<h5 class="global-section-title cata-text mb-4">Intensidades Descriptivas y Afectivas</h5>
|
||||
|
||||
<!-- Fragancia -->
|
||||
@@ -738,7 +738,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Sección: Defectos -->
|
||||
<div class="global-section mb-6 p-4 cata-outline-box rounded-lg">
|
||||
<div class="global-section mb-6 cata-outline-box rounded-lg">
|
||||
<h5 class="global-section-title cata-text mb-4">Defectos y Uniformidad</h5>
|
||||
|
||||
<!-- Tazas No Uniformes -->
|
||||
@@ -784,7 +784,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Sección: Detalles Adicionales -->
|
||||
<div class="global-section mb-6 p-4 cata-outline-box rounded-lg">
|
||||
<div class="global-section mb-6 cata-outline-box rounded-lg">
|
||||
<h5 class="global-section-title cata-text mb-4">Notas Adicionales</h5>
|
||||
|
||||
<!-- Otras Notas -->
|
||||
@@ -802,7 +802,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Puntajes (solo lectura) -->
|
||||
<div class="global-section p-4 cata-outline-box rounded-lg space-y-4">
|
||||
<div class="global-section cata-outline-box rounded-lg space-y-4">
|
||||
<!-- Sumatoria Afectiva -->
|
||||
<div class="puntaje-item">
|
||||
<div class="flex items-baseline justify-between">
|
||||
|
||||
Reference in New Issue
Block a user