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

@ -16,7 +16,7 @@ export const useShuttleStore = defineStore('shuttle', () => {
_clearSafetyTimer()
_safetyTimer = setTimeout(() => {
if (isLoading.value) {
console.warn('SIBU | shuttleStore: safety timeout — reseteando isLoading')
console.warn('SIB | shuttleStore: safety timeout — reseteando isLoading')
isLoading.value = false
}
}, 12000)