snix/client/src
William Carroll 57b6472e2f Define defaults for init in State.elm
Problem: When I'm working on a feature, I save my code, and elm-live reloads the
browser. This is usually good, except that the application state is
reinitialized, which usually means that the view changes.

I defined two state configurations, and I expect to define more:
- prod: The initial state for the application
- userHome: The state I'd like to use when developing a feature for the UserHome
  page.

Idea: For more ad-hoc configurations, I can store the application state in
LocalStorage and restore it in between page refreshes.
2020-08-02 10:51:26 +01:00
..
Admin.elm Support creating Trips from the frontend 2020-08-01 23:04:06 +01:00
Common.elm Support creating Trips from the frontend 2020-08-01 23:04:06 +01:00
Login.elm Support creating Trips from the frontend 2020-08-01 23:04:06 +01:00
Main.elm Support a basic client-side login flow 2020-07-31 18:57:35 +01:00
Manager.elm Support creating Trips from the frontend 2020-08-01 23:04:06 +01:00
Shared.elm Support a basic client-side login flow 2020-07-31 18:57:35 +01:00
State.elm Define defaults for init in State.elm 2020-08-02 10:51:26 +01:00
Tailwind.elm Support a basic client-side login flow 2020-07-31 18:57:35 +01:00
UI.elm Assign fixed width to error banners 2020-08-02 10:33:42 +01:00
User.elm Support creating Trips from the frontend 2020-08-01 23:04:06 +01:00
Utils.elm Support a basic client-side login flow 2020-07-31 18:57:35 +01:00