feat: added a bunch of stuff

This commit is contained in:
Nick 2024-11-30 04:32:00 -06:00
parent 2a0b5f25ca
commit 16cc054355
52 changed files with 252 additions and 38 deletions

View file

@ -170,3 +170,13 @@ basicDivider =
, paddingEach { top = 40, bottom = 0, left = 0, right = 0 }
]
none
formatName : String -> String
formatName name =
name
|> String.toLower
|> String.replace " " ""
|> String.replace "'" ""
|> String.replace "." ""
|> String.replace "-" ""

View file

@ -19,7 +19,7 @@ type alias PageInput =
pageNames : PageInput
pageNames =
{ pageRoot = "home"
, pageHome = "upRootHealth"
, pageHome = "upRootNutrition"
, pagePlatforms = "platforms"
, pageServices = "services"
, pageDodgers = "cuckList"

View file

@ -26,7 +26,7 @@ barMaker getTooltip num =
, D.color colourTheme.textDarkGrey
, D.width 2
, B.gradient
{ angle = 90
{ angle = 1.57
, steps =
List.concat
[ List.repeat num colourTheme.barGreen