1
0
Fork 0
Commit Graph

18 Commits

Author SHA1 Message Date
Nicolas Perriault fdb0948c19 Travis integration (#22) 2017-04-21 14:49:00 +02:00
Nicolas Perriault 0a9abd449c Close #20: Render spoilers appropriately. (#21) 2017-04-21 14:07:55 +02:00
Nicolas Perriault 9b1520ffbc Handle post visibility. (#14) 2017-04-21 14:03:39 +02:00
Nicolas Perriault 126f3318ee
Fix #18: Fix broken column layout. 2017-04-21 13:04:28 +02:00
Nicolas Perriault fd8eaf5cea
Update screenshot in the README. 2017-04-21 10:45:16 +02:00
Nicolas Perriault 5e6bc42642 Improve timeline styles. (#17)
* Improve timeline styles.
* Add icons to column headings.
* Address a few typography issues.
* Handle long links.
* Linewrap attachment links.
2017-04-21 10:41:46 +02:00
Nicolas Perriault dc3c860d70
Add a shorter type alias for requests. 2017-04-20 22:55:08 +02:00
Vincent Jousse 8627bffbe0 Generalize `fetch` function by using a type var (#12)
I will need it to fetch an user account so it has to able to decode
something else than a `List Status`.
Using a type variable allows the calling function to provide the
decoder, and thus we can reuse `fetch` for something else.
2017-04-20 21:33:17 +02:00
Nicolas Perriault 347806877b
Fix deploy system. 2017-04-20 21:01:47 +02:00
Nicolas Perriault aa91182ff6 Allow posting messages (#7) 2017-04-20 20:30:19 +02:00
Jérémy Benoist 1c8559e4ad Add application link to client name (#9)
When you publish a toot the client name is associated to the toot.
By defining the `website` parameter in Mastodon model, it is automatically associated.
2017-04-20 19:12:23 +02:00
Nicolas Lœuillet c769df0933 Added link to profile on username (#5) 2017-04-20 15:43:15 +02:00
Vincent Jousse 556fab7daa Put Elm files into src/ and assets into public/ (#4) 2017-04-20 14:38:52 +02:00
Vincent Jousse d381009894 Display Html in statuses (#3) 2017-04-20 12:41:23 +02:00
Vincent Jousse 317d406fc3 Fix float issue with avatars + smaller avatars (#2)
* Fix float issue with avatars + smaller avatars
* Put clear style in CSS file
2017-04-20 11:00:15 +02:00
Nicolas Perriault ae13db91b1
Modularize code. 2017-04-20 09:46:18 +02:00
Nicolas Perriault f03bd90a21 First working prototype. (#1)
* Implement OAuth2 authentication flow.
* Boostrap styling
* @vjousse review.
2017-04-20 09:33:32 +02:00
Nicolas Perriault 44cc09a142
Initial setup. 2017-04-15 09:18:33 +02:00