Documentation
¶
Index ¶
- Variables
- func AppNavLinks(r compton.Registrar, current string) compton.Element
- func AppPage(current string) (p compton.PageElement, stack *compton.FlexItemsElement)
- func Button(r compton.Registrar, title, href string) compton.Element
- func EpochDate(e int64) string
- func FormatLabels(id string, rdx redux.Readable) []compton.FormattedLabel
- func FormatQuery(q map[string][]string, rdx redux.Readable) map[string][]string
- func ProductCard(r compton.Registrar, id string, hydrated bool, rdx redux.Readable) compton.Element
- func ProductExternalLinks(r compton.Registrar, extLinks map[string][]string) compton.Element
- func ProductPoster(r compton.Registrar, id string, rdx redux.Readable) compton.Element
- func ProductProperties(r compton.Registrar, id string, rdx redux.Readable) compton.Element
- func ProductSection(section string) compton.PageElement
- func ProductValidationResult(id string, rdx redux.Readable) (string, color.Color)
- func ProductsList(r compton.Registrar, ids []string, from, to int, rdx redux.Readable) compton.Element
- func SearchForm(r compton.Registrar, query map[string][]string, ...) compton.Element
- func SearchLinks(r compton.Registrar, current string) compton.Element
- func SteamDeckCompatibility(id string, rdx redux.Readable) (string, color.Color)
- func SteamNewsItem(r compton.Registrar, item steam_integration.NewsItem, open bool) compton.Element
- func SteamReview(r compton.Registrar, review steam_integration.Review) compton.Element
- func SteamReviewScoreDesc(id string, rdx redux.Readable) (string, color.Color)
- func SummarizeProductProperties(id string, rdx redux.Readable) ([]string, map[string][]string)
- func Updated(r compton.Registrar, updated string) compton.Element
- func VideoOriginLink(r compton.Registrar, videoId, videoTitle, videoDuration string) compton.Element
Constants ¶
This section is empty.
Variables ¶
View Source
var ValidationResultsColors = map[vangogh_integration.ValidationResult]color.Color{ vangogh_integration.ValidationResultUnknown: color.Gray, vangogh_integration.ValidatedSuccessfully: color.Green, vangogh_integration.ValidatedWithGeneratedChecksum: color.Green, vangogh_integration.ValidatedUnresolvedManualUrl: color.Teal, vangogh_integration.ValidatedMissingLocalFile: color.Teal, vangogh_integration.ValidatedMissingChecksum: color.Teal, vangogh_integration.ValidationError: color.Orange, vangogh_integration.ValidatedChecksumMismatch: color.Red, }
Functions ¶
func AppPage ¶
func AppPage(current string) (p compton.PageElement, stack *compton.FlexItemsElement)
func FormatLabels ¶ added in v0.6.20
func FormatLabels(id string, rdx redux.Readable) []compton.FormattedLabel
func FormatQuery ¶ added in v0.6.81
func ProductCard ¶ added in v0.6.20
func ProductExternalLinks ¶
func ProductPoster ¶
func ProductProperties ¶
func ProductSection ¶
func ProductSection(section string) compton.PageElement
func ProductValidationResult ¶ added in v0.7.91
func ProductsList ¶
func SearchForm ¶
func SteamDeckCompatibility ¶ added in v0.7.83
func SteamNewsItem ¶
func SteamReview ¶
func SteamReviewScoreDesc ¶ added in v0.7.89
func SummarizeProductProperties ¶ added in v0.6.70
Types ¶
This section is empty.
Source Files
¶
- app_nav_links.go
- app_page.go
- button.go
- format_labels.go
- format_query.go
- product_card.go
- product_external_links.go
- product_poster.go
- product_properties.go
- product_section.go
- product_validation_result.go
- products_list.go
- search_form.go
- search_links.go
- steam_deck_compatibility.go
- steam_news_item.go
- steam_review.go
- steam_review_score_desc.go
- updated.go
- video_origin_link.go
Click to show internal directories.
Click to hide internal directories.