tooty/src/Update
Nicolas Perriault 7a053b9fa0 Fix #152: Multiple accounts. (#153)
* Update model to store multiple clients.

* Delete tmp registration data after client creation.

* Add minimal account selector view

* Update clients so they can have an account attached.

* List clients in the account selector.

* List accounts in the account selector view.

* It works™.

* Minor CSS fix.

* Reset server value when switching account.

* Fix empty black screen on reauth with new client format.

* Fix typo.

[skip-ci]
2017-05-09 18:43:12 +02:00
..
Draft.elm Fix #152: Multiple accounts. (#153) 2017-05-09 18:43:12 +02:00
Error.elm Closes #132: Split model update functions to their own modules. (#147) 2017-05-07 14:31:51 +02:00
Main.elm Fix #152: Multiple accounts. (#153) 2017-05-09 18:43:12 +02:00
Mastodon.elm Fix #152: Multiple accounts. (#153) 2017-05-09 18:43:12 +02:00
Timeline.elm Closes #132: Split model update functions to their own modules. (#147) 2017-05-07 14:31:51 +02:00
Viewer.elm Closes #132: Split model update functions to their own modules. (#147) 2017-05-07 14:31:51 +02:00
WebSocket.elm Update thread and account views on new websocket update event. (#151) 2017-05-08 14:13:07 +02:00