Rename system to SIB: update translations, logos, views, stores and logs

This commit is contained in:
2026-03-09 12:19:37 -05:00
parent 027cb80aec
commit d5763cd6d6
25 changed files with 66 additions and 74 deletions

View File

@ -28,7 +28,7 @@ export const useFavoritesStore = defineStore('favorites', () => {
// Safety: si la red está inestable al awakening del background, no quedar cargando
const safetyTimer = setTimeout(() => {
if (isLoading.value) {
console.warn('SIBU | favoritesStore: safety timeout — reseteando isLoading')
console.warn('SIB | favoritesStore: safety timeout — reseteando isLoading')
isLoading.value = false
}
}, 12000)