feat: worked on some stuff

This commit is contained in:
Nick 2024-12-06 22:03:24 -06:00
parent d8ac47c5ee
commit cfbab179e2
48 changed files with 45 additions and 47 deletions

View file

@ -43,7 +43,6 @@ nutriDexMaker nutridex =
, nutriDexMinerals
, nutriDexAminoAcids
]
, nutriDexReferenceTitleMaker
, nutriDexReferences nutridex
]
]
@ -73,7 +72,6 @@ nutriDexMakerMobile nutridex =
, nutriDexMinerals
, nutriDexAminoAcids
]
, nutriDexReferenceTitleMaker
, nutriDexReferences nutridex
]
]
@ -276,6 +274,7 @@ nutriDexTitleMaker title =
[ width fill
, height fill
, spacing 20
, paddingEach { top = 0, bottom = 0, left = 100, right = 100 }
]
[ row
[ width fill
@ -829,7 +828,8 @@ nutriDexReferences nutridex =
[ width fill
, height fill
]
[ column [ width fill, F.size 15, spacing 10 ] <|
[ nutriDexTitleMaker "Reference"
, column [ width fill, F.size 15, spacing 10 ] <|
List.map2 (\x y -> makeReference x y)
nutridex.nutriDexReference
(List.range 1 (List.length nutridex.nutriDexReference))