Fix favorites system, add support for bus stops and tourist trips, and improve UI consistency
This commit is contained in:
@ -237,8 +237,14 @@ const getStatusClass = (status: string) => {
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-right">
|
||||
<div class="text-right flex flex-col items-end gap-2">
|
||||
<p class="font-black text-xl text-primary">{{ taxi.shift }}</p>
|
||||
<FavoriteButton
|
||||
item-type="taxi"
|
||||
:item-id="taxi.id"
|
||||
:item-name="taxi.owner_name"
|
||||
:item-image="taxi.image_url || undefined"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center justify-between">
|
||||
|
||||
Reference in New Issue
Block a user