mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2026-03-03 09:36:35 +00:00
Remove deal from tooltip
This commit is contained in:
@@ -338,10 +338,6 @@ const sortBy = ref([{ key: "score", order: "desc" }]);
|
|||||||
:style="tooltipStyle"
|
:style="tooltipStyle"
|
||||||
>
|
>
|
||||||
<div class="tooltip-content">
|
<div class="tooltip-content">
|
||||||
<div class="tooltip-header">{{ tooltipData[hoveredTopicId].topic.title }}</div>
|
|
||||||
<div class="tooltip-dealer">
|
|
||||||
{{ tooltipData[hoveredTopicId].topic.Offer.dealer_name }}
|
|
||||||
</div>
|
|
||||||
<div class="tooltip-stats">
|
<div class="tooltip-stats">
|
||||||
<span class="stat-item">
|
<span class="stat-item">
|
||||||
<span class="material-symbols-outlined">visibility</span>
|
<span class="material-symbols-outlined">visibility</span>
|
||||||
@@ -356,6 +352,9 @@ const sortBy = ref([{ key: "score", order: "desc" }]);
|
|||||||
<strong>Description:</strong>
|
<strong>Description:</strong>
|
||||||
{{ tooltipData[hoveredTopicId].description }}
|
{{ tooltipData[hoveredTopicId].description }}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="tooltip-dealer">
|
||||||
|
{{ tooltipData[hoveredTopicId].topic.Offer.dealer_name }}
|
||||||
|
</div>
|
||||||
<div v-if="tooltipData[hoveredTopicId].first_post" class="tooltip-first-post">
|
<div v-if="tooltipData[hoveredTopicId].first_post" class="tooltip-first-post">
|
||||||
<strong>First Post:</strong>
|
<strong>First Post:</strong>
|
||||||
{{ tooltipData[hoveredTopicId].first_post }}
|
{{ tooltipData[hoveredTopicId].first_post }}
|
||||||
|
|||||||
Reference in New Issue
Block a user