Commit graph

8 commits

Author SHA1 Message Date
SecretlyTaco
b403b9f2bf Merge branch 'themes', allowing darkly theme option 2018-02-21 21:33:42 +00:00
SecretlyTaco
1dab258335 Implemented more generic themes options, allowing between 'default' and 'darkly' themes 2018-02-21 21:32:52 +00:00
SecretlyTaco
61f5080910 Dark theme checkbox is now checked by default, where applicable 2018-02-21 12:29:55 +00:00
SecretlyTaco
f50cf354a0 Added settings to navigation bar 2018-02-21 08:59:12 +00:00
SecretlyTaco
0395e5d8bc Added checkbox for dark theme in settings page 2018-02-21 08:53:15 +00:00
b74be3332b Set username on settings page to logged in name 2018-02-19 11:24:44 +00:00
245ba1e019 Created settings form 2018-02-16 05:42:33 +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