mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-08-12 21:34:39 -05:00
feat: metadata test
This commit is contained in:
parent
9e920eb01f
commit
9541412419
75 changed files with 266 additions and 215 deletions
|
@ -192,16 +192,7 @@ contentList shared interview =
|
|||
_ ->
|
||||
image "Fatty"
|
||||
in
|
||||
[ row
|
||||
[ paddingEach
|
||||
{ top = 3
|
||||
, right = 0
|
||||
, bottom = 0
|
||||
, left = 0
|
||||
}
|
||||
, detailSpacing
|
||||
, width fill
|
||||
]
|
||||
[ detailFormat row
|
||||
[ imageMaker
|
||||
, detailFormat column
|
||||
[ socialMaker interview.interviewSocial interview.interviewSocial
|
||||
|
@ -214,7 +205,7 @@ contentList shared interview =
|
|||
|
||||
appearanceMaker : Shared.Model -> Interview -> Element msg
|
||||
appearanceMaker shared interview =
|
||||
detailFormat paragraph
|
||||
detailFormat column
|
||||
[ listMaker2 (makeAppearance shared) interview.interviewAppearances ]
|
||||
|
||||
|
||||
|
@ -234,9 +225,9 @@ makeAppearance shared appearanceEntry index =
|
|||
episodeMaker : Appearance -> Element msg
|
||||
episodeMaker appearanceEntry =
|
||||
newTabLink
|
||||
[]
|
||||
[ width fill ]
|
||||
{ url = appearanceEntry.appearanceLink
|
||||
, label = detailTitleMaker TextLightOrange ("#" ++ appearanceEntry.appearanceEpisode ++ ": " ++ appearanceEntry.appearanceTitle)
|
||||
, label = detailTitleLinkWide TextLightOrange ("#" ++ appearanceEntry.appearanceEpisode ++ ": " ++ appearanceEntry.appearanceTitle)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue