fixes/v.17 — Refactor pantallas, NFC, notificaciones, performance arranque#56
Merged
fixes/v.17 — Refactor pantallas, NFC, notificaciones, performance arranque#56
Conversation
getSession() reads from the local token on-device (fast). Previously the splash was shown until fetchPets + fetchUpcomingVaccines + loadUserName + loadUserProfile (including signed URL generation) all finished. Now Home renders as soon as the session is confirmed; data arrives in background. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add "Bash(gh auth *)" to the allow list in .claude/settings.local.json so Claude can execute GitHub CLI authentication commands via Bash. This enables workflows or assistants that need to run 'gh auth' commands from the allowed operations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resumen
Esta rama acumula el trabajo principal desde el último merge a main:
screens/. App.tsx ahora solo contiene lógica, estado y handlers.makeReadOnlytras escritura.Qué revisar
App.tsx— lógica de init (líneas ~692-741): el flujo nuevo muestra Home antes de que lleguen los datos.screens/— todas las pantallas nuevas reciben su estado como props desde App.screens/tabs/— tabs de PetDetail.Test
Probar en iPhone vía EAS preview build. El cambio más crítico para testear es el arranque: cerrar la app y reabrirla debería mostrar Home casi instantáneamente.