1
0
Fork 0
tooty/src/View
Nicolas Perriault 2b74533960 Fix #64: Handle paginations. (#131)
* Extract link header values.
* Expose response link header to a new type.
* Add tests for Mastodon.http.extractLinks.
* WiP
* Wrap decoded content and links into a new Response type.
* Update MastodonMsg handlers so they handle responses.
* Remove debug statements.
* Add edge case to tests.
* Add missing TODO comment.
* Simplifies Mastodon.Http signatures
* Paginate the user timeline.
* I lost my mind. May revert.
* Updated Http API to be more explicit.
* Fuck namespaces.
* Cosmetics.
* I'm burnt out, lost 10 pounds, but it works.
* Fix qs param for local tl was appended to link url.
* Fix my own mediocrity.
* Fix oauth endpoints.
* Fix Link header case handling with Firefox.
* Add test case for link header name case handling.
2017-05-05 17:26:49 +02:00
..
Account.elm Fix #64: Handle paginations. (#131) 2017-05-05 17:26:49 +02:00
App.elm Fix #64: Handle paginations. (#131) 2017-05-05 17:26:49 +02:00
Auth.elm Modularize views (#117) 2017-05-02 08:27:01 +02:00
Common.elm Fix #64: Handle paginations. (#131) 2017-05-05 17:26:49 +02:00
Draft.elm Fix global timeline display option #109 2017-05-03 20:53:12 +02:00
Error.elm Modularize views (#117) 2017-05-02 08:27:01 +02:00
Events.elm Modularize views (#117) 2017-05-02 08:27:01 +02:00
Formatter.elm Fix non-working non-breakable space replacements. 2017-05-03 08:25:47 +02:00
Notification.elm Fix broken visibility selector styles. 2017-05-03 17:24:31 +02:00
Settings.elm Fix global timeline display option #109 2017-05-03 20:53:12 +02:00
Status.elm Add scrollIntoView port (#129) 2017-05-04 08:31:58 +02:00
Thread.elm Modularize views (#117) 2017-05-02 08:27:01 +02:00
Viewer.elm Modularize views (#117) 2017-05-02 08:27:01 +02:00