Skip to content
Snippets Groups Projects
Commit 9a535855 authored by Florian Raab's avatar Florian Raab
Browse files
parents 5a58bb29 270c9521
No related branches found
No related tags found
No related merge requests found
Pipeline #24412 passed
......@@ -238,7 +238,7 @@ viewHome global =
, text " vergleichen kannst."
, text " Durch "
, Html.b [] [ text "Klick auf ein Drittland" ]
, text " und ggf. anschließende Auswahl eines "
, text " (violett) und ggf. anschließende Auswahl eines "
, Html.b [] [ text "Konsulats" ]
, text " kannst du die zur Berechnung der Gesichter verwendeten Daten filtern."
]
......
......@@ -48,8 +48,8 @@ dataHeader =
, th [ Html.Attributes.class "table-cell text-start" ] [ text "Consulate Country" ]
, th [ Html.Attributes.class "table-cell text-start" ] [ text "Consulate" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Year" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Total Visas (applied for)" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Total Visas (issued)" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Uniform Visas (applied for)" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Uniform Visas (issued)" ]
]
dataTable : List Entry -> Html Msg
......
......@@ -460,7 +460,7 @@ updateGraphWithList =
calculateModel : List Entry -> Local.Model -> Cmd Local.Msg
calculateModel data local =
Task.perform Local.RecalcEnd (Process.sleep 10 |> Task.andThen (\_ -> Process.sleep 0) |> Task.andThen (\_ -> postInit data local))
Task.perform Local.RecalcEnd (Process.sleep 50 |> Task.andThen (\_ -> Process.sleep 0) |> Task.andThen (\_ -> postInit data local))
update : Local.Msg -> Global -> Local.Model -> ( Global, Local.Model, Cmd Msg )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment