1
0
Fork 0
tooty/src/Mastodon
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
..
ApiUrl.elm Fix double slash added to many endpoints. 2017-05-03 09:11:52 +02:00
Decoder.elm Fix #49: Denote account relationships, follow & unfollow actions. (#105) 2017-04-29 22:48:55 +02:00
Encoder.elm Fix #152: Multiple accounts. (#153) 2017-05-09 18:43:12 +02:00
Helper.elm Closes #132: Split model update functions to their own modules. (#147) 2017-05-07 14:31:51 +02:00
Http.elm Fix #64: Handle paginations. (#131) 2017-05-05 17:26:49 +02:00
Model.elm Fix #152: Multiple accounts. (#153) 2017-05-09 18:43:12 +02:00
WebSocket.elm Fix #141: Hide error notifications after a delay. (#146) 2017-05-07 10:01:11 +02:00