Commit graph

10 commits

Author SHA1 Message Date
3d1b22f952 Made names in card headers links on most pages 2018-03-28 03:22:17 +01:00
6665651f50 Added (edited) marker to other pages 2018-03-22 22:31:29 +00:00
b8eca6877d Added reply button to posts on reply pages 2018-02-22 19:14:47 +00:00
751e8394ea Forgot to close second } at one tag 2018-02-22 18:55:28 +00:00
SecretlyTaco
17a3cf0491 Implemented basic full threading, although currently gets stuck in infinite loop 2018-02-21 11:21:50 +00:00
8359fc42d4 Shows one reply further back on replies page where possible 2018-02-20 17:04:34 +00:00
SecretlyTaco
e1edd2129b Textbox now stretches across entire card 2018-02-18 16:33:43 +00:00
16a2507503 Completed ability to reply to posts 2018-02-18 13:51:49 +00:00
b300999fd1 Added reply form 2018-02-16 05:43:04 +00:00
fe108d1a35 Initial Commit
Creation of
- post_status(), to post a status
- user_posts_by_username(username) to get posts for a specific account, given username
- user_posts(account_object) to get posts for a specific account, given user ID
- timeline_for_user(username) to get 'following' timeline for a user, given username
- global_timeline() to get all posts
- post_details(post_id) to get post details, given post ID
- delete_post(post_id) to 'delete' post, sets post as hidden
2018-02-16 05:18:39 +00:00