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

@ -308,6 +308,14 @@ function getShiftLabel(shift: string) {
<span class="amount">{{ shuttle.price_per_person }}</span>
<span class="price-pill-label">/p</span>
</div>
<div class="shuttle-fav-wrap" @click.stop>
<FavoriteButton
item-type="route"
:item-id="shuttle.id"
:item-name="shuttle.route_name"
:item-image="shuttle.image_url || undefined"
/>
</div>
</div>
<div class="shuttle-route-compact" v-if="shuttle.origin && shuttle.destination">