feat(ui): Hide top ArrivalBanner when ETACard is visible to prevent UI clutter
This commit is contained in:
@ -646,7 +646,7 @@ watch([() => authStore.userProfile?.auto_location, isLoaded], ([canLocate, loade
|
||||
>
|
||||
<template #extra-triggers>
|
||||
<ArrivalBanner
|
||||
:is-visible="(routePhase === 'navigating' || routePhase === 'eta') && !!(routeStore.selectedRouteId && !isBannerClosing)"
|
||||
:is-visible="(routePhase === 'navigating' || routePhase === 'eta') && !!(routeStore.selectedRouteId && !isBannerClosing) && !showETACard"
|
||||
:stop-name="paradaCercana?.name || routeStore.selectedRouteName || ''"
|
||||
:is-loading="etaCargando"
|
||||
:has-active-buses="busesActivos.length > 0"
|
||||
|
||||
Reference in New Issue
Block a user