Implement Smart Location: auto-detect user location if preference is enabled, hide location button, and handle permission denial by resetting preference

This commit is contained in:
2026-03-01 12:15:08 -05:00
parent d0d75b8c98
commit 4d7b472c6c
20 changed files with 852 additions and 344 deletions

View File

@ -48,10 +48,10 @@ onMounted(async () => {
<div v-if="mountError" class="error-container">
<span class="material-icons">error_outline</span>
<p>Error al cargar la sección de transporte</p>
<p>{{ t('taxi.errorLoading') }}</p>
<button @click="reloadPage" class="retry-btn">
<span class="material-icons">refresh</span>
Reintentar
{{ t('common.retry') }}
</button>
</div>