feat: refactoring and tidying up

This commit is contained in:
Nick 2024-12-18 20:11:04 -06:00
parent 62be86f2f9
commit 2295c85fca
112 changed files with 862 additions and 1698 deletions

View file

@ -21,11 +21,8 @@ import Config.Helpers.Format
( paragraphFontSize
, paragraphSpacing
)
import Config.Helpers.Header
exposing
( Header
, headerMaker
)
import Config.Helpers.Headers.Header exposing (headerMaker)
import Config.Helpers.Headers.Types exposing (Header)
import Config.Helpers.Response
exposing
( pageList
@ -41,9 +38,9 @@ import Config.Helpers.Viewport exposing (resetViewport)
import Config.Pages.Debate.Arguments.List
exposing
( argumentList
, argumentListNumber
)
import Config.Pages.Debate.Arguments.Types exposing (..)
import Config.Helpers.Converters exposing (toTitleCase)
import Config.Style.Colour exposing (colourTheme)
import Config.Style.Glow
exposing
@ -693,7 +690,7 @@ formalizationMaker argument padding =
[ F.color colourTheme.textLightOrange
, F.bold
, spacing 3
, F.size 17
, paragraphFontSize
]
[ text
(if entryIndex < List.length argumentEntry.premises then