fix(favorites): adjust favorite button visibility and functionality

- removed favorite button from Discover cards

- added call button for taxis in Favorites view

- added favorite button in Shuttle details

- added Shuttles category in Favorites view
This commit is contained in:
2026-03-04 16:34:47 -05:00
parent ef5955cea2
commit 35e2a6d632
6 changed files with 94 additions and 31 deletions

View File

@ -17,7 +17,7 @@ import { useFavoritesStore } from '@/stores/favorites'
import { useAuthStore } from '@/stores/auth'
const props = defineProps<{
itemType: 'coupon' | 'business' | 'taxi' | 'route' | 'stop'
itemType: 'coupon' | 'business' | 'taxi' | 'route' | 'stop' | 'shuttle'
itemId: string
itemName?: string
itemImage?: string