mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: added gibberish page and argument summaries
This commit is contained in:
parent
8b0c2b632e
commit
23ce3b3f68
67 changed files with 498 additions and 283 deletions
|
@ -87,7 +87,7 @@ page shared route =
|
|||
|
||||
toLayout : Model -> Layouts.Layout Msg
|
||||
toLayout model =
|
||||
Layouts.Navbar {}
|
||||
Layouts.Navbar { currentRoute = debateName }
|
||||
|
||||
|
||||
|
||||
|
@ -101,9 +101,12 @@ type alias Model =
|
|||
init : () -> ( Model, Effect Msg )
|
||||
init () =
|
||||
( {}
|
||||
, Effect.map
|
||||
(\_ -> NoOp)
|
||||
(Effect.sendCmd resetViewport)
|
||||
, Effect.batch
|
||||
[ Effect.map
|
||||
(\_ -> NoOp)
|
||||
(Effect.sendCmd resetViewport)
|
||||
, Effect.none
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
|
@ -210,7 +213,5 @@ debateList =
|
|||
, argumentFlatEarthDebunk
|
||||
, argumentTruncatedMeta
|
||||
]
|
||||
, List.map gibberishMaker
|
||||
[ gibberishList ]
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue