Fix favorites system, add support for bus stops and tourist trips, and improve UI consistency

This commit is contained in:
2026-02-24 21:55:52 -05:00
parent 973483fa35
commit 4bf75d3302
7 changed files with 114 additions and 65 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'
itemType: 'coupon' | 'business' | 'taxi' | 'route' | 'stop'
itemId: string
itemName?: string
itemImage?: string