Add tooltip when hovering over deal

This commit is contained in:
2026-02-14 09:15:36 -05:00
parent 1e69b2b57e
commit a091f0ef0e
3 changed files with 276 additions and 4 deletions

View File

@@ -27,3 +27,9 @@ type Offer struct {
DealerName string `json:"dealer_name"`
Url string `json:"url"`
} // @name Offer
type TopicDetails struct {
Topic Topic `json:"topic"`
Description string `json:"description"`
FirstPost string `json:"first_post"`
} // @name TopicDetails