imt-timezone-project / timezone-manager

An Elm Application manage meeting with participants across timezones.
https://imt-timezone-project.github.io/timezone-manager/
Other
1 stars 1 forks source link

Use elm-mdl and elm-time to implement the following UX #9

Open Natim opened 7 years ago

Natim commented 7 years ago

timezone

Natim commented 7 years ago

The Model

type alias Model =
    { mdl :
        Material.Model
        -- Boilerplate: model store for any and all Mdl components you use.
    , current_utc_time : Time.DateTime
    , timezones : List Time.TimeZone
    }
Natim commented 7 years ago

Refs #10

timezonemanager