feat: v1 done?

This commit is contained in:
Nick 2024-12-20 00:13:27 -06:00
parent 803f08b9f7
commit d2056e032e
30 changed files with 526 additions and 133 deletions

View file

@ -16,6 +16,7 @@ import Config.Helpers.CardFormat
, mobileImageSize
, topLevelBox
)
import Config.Helpers.Converters exposing (toTitleCase)
import Config.Helpers.Format
exposing
( paragraphFontSize
@ -40,7 +41,6 @@ import Config.Pages.Debate.Arguments.List
( argumentList
)
import Config.Pages.Debate.Arguments.Types exposing (..)
import Config.Helpers.Converters exposing (toTitleCase)
import Config.Style.Colour exposing (colourTheme)
import Config.Style.Glow
exposing
@ -188,9 +188,10 @@ argumentMaker argument =
[ cardContentSpacing
[ column
fieldSpacer
[ propositionMakerDesktop argument
, reductioMakerDesktop argument
, summaryMakerDesktop argument
[ -- propositionMakerDesktop argument
-- , reductioMakerDesktop argument
-- ,
summaryMakerDesktop argument
, strengthBar argument
, tableMaker argument
, desktopFormalizationMaker argument
@ -214,11 +215,13 @@ argumentMakerMobile argument =
fieldSpacer
[ row [ spacing 10, E.width fill ]
[ mobileCardMaker mobileImageBoxSize mobileImageSize (argumentImage argument) (argumentLink argument)
, column [ E.width fill ]
[ propositionMakerMobile argument
]
-- , column [ E.width fill ]
-- [ propositionMakerMobile argument
-- ]
]
, reductioMakerMobile argument
-- , reductioMakerMobile argument
, summaryMakerMobile argument
, strengthBar argument
, tableMaker argument