fix: resolve blank screen on return from external links

This commit is contained in:
2026-03-03 20:51:17 -05:00
parent 7ff205b12a
commit af7464be43
7 changed files with 108 additions and 18 deletions

View File

@ -34,7 +34,8 @@ function fetchData() {
}
function handleRefocus() {
fetchData()
// Recarga silenciosa: no congela la UI si ya hay datos
shuttleStore.silentReload()
}
onMounted(async () => {