Commit graph

69 commits

Author SHA1 Message Date
a09225a523 Added most of the code for private messages, although something doesn't work at the moment 2018-03-23 02:39:57 +00:00
8ada8b853f Switched margin-bottom:16 to mb-3 2018-03-13 23:11:21 +00:00
44e53be24c Minor restyling, removing the row class from the form, adding my-2 to image selector 2018-03-13 23:10:05 +00:00
95c08f8344 Made 'on tweeder' text smaller 2018-03-13 23:09:20 +00:00
323ae2d7b2 Fixed mobile layout 2018-03-06 02:10:16 +00:00
4641f08e83 Fixed form declaration 2018-03-06 02:09:20 +00:00
be0072aec2 Mobile support for navigation bar 2018-03-05 15:03:33 +00:00
f5365ad9d2 Added posts,following count to profile pages 2018-03-05 03:04:38 +00:00
SecretlyTaco
ebdda8f6bf Added mentions tab to navbar 2018-03-01 14:06:05 +00:00
SecretlyTaco
948fe20c74 Created mentions page 2018-03-01 14:01:55 +00:00
SecretlyTaco
64510a9d79 Merge branch 'profile-pics' 2018-02-28 22:30:47 +00:00
SecretlyTaco
33ebdcaceb Now shows profile picture on profile page, and doesn't overwrite with nothing if you don't send in a file when saving settings 2018-02-28 22:17:19 +00:00
SecretlyTaco
863eb395b3 Show profile picture on profiles, renamed var to use _ instead of - for compatibility 2018-02-28 10:28:33 +00:00
SecretlyTaco
34eda46c87 Added functional file upload form, as well as a /files/<oid> view to get files 2018-02-28 10:02:05 +00:00
SecretlyTaco
7123add847 Merge branch 'likes' 2018-02-28 01:19:49 +00:00
SecretlyTaco
180fda2027 Added like button to timeline page 2018-02-27 22:27:53 +00:00
SecretlyTaco
79cf1d681c Added navbar icons for all items 2018-02-27 08:12:25 +00:00
SecretlyTaco
02a01bdacf Merge branch 'themes' 2018-02-25 16:10:32 +00:00
SecretlyTaco
e4f89e960c Merge branch 'bs4login' 2018-02-25 16:10:13 +00:00
SecretlyTaco
0b541c828e Added bottom margin to 'Remember Me' box 2018-02-25 12:25:31 +00:00
SecretlyTaco
c8f0b17122 Added 'Materia' material design theme 2018-02-25 12:01:41 +00:00
SecretlyTaco
a8e4c6877c Merge branch 'themes', with cyborg theme 2018-02-25 11:48:54 +00:00
SecretlyTaco
eede104212 Merge branch 'bs4login' 2018-02-24 11:11:20 +00:00
SecretlyTaco
d674bc7acf Added like/unlike buttons to posts on profiles 2018-02-23 22:14:17 +00:00
SecretlyTaco
6a0cb84bfc Added remember me box to login form, that doesn't break when unchecked 2018-02-22 23:07:47 +00:00
SecretlyTaco
5cfc400a8b Merge branch 'bs4login' 2018-02-22 20:35:06 +00:00
SecretlyTaco
9d96de5c9c Added status message to new login and register pages 2018-02-22 20:30:37 +00:00
SecretlyTaco
77e0cc3a6a Implemented new login/register pages 2018-02-22 20:24:16 +00:00
5487ff60c6 Merge branch 'replies' 2018-02-22 19:15:15 +00:00
b8eca6877d Added reply button to posts on reply pages 2018-02-22 19:14:47 +00:00
9d2eb49bcd Merge branch 'viewpage' 2018-02-22 19:12:41 +00:00
a1c0d37325 Added view thread page, currently the same as replies without the ability to reply 2018-02-22 19:12:34 +00:00
4c1b031ee5 Merge branch 'replies', showing full thread history on reply page 2018-02-22 18:58:15 +00:00
751e8394ea Forgot to close second } at one tag 2018-02-22 18:55:28 +00:00
SecretlyTaco
9f92b2d7fe Hooked up new login form to function correctly 2018-02-22 12:34:01 +00:00
SecretlyTaco
0607145f0d Created new login page in bootstrap 4 2018-02-22 12:29:36 +00:00
SecretlyTaco
32f55c65e9 Added cyborg option to settings page 2018-02-21 21:48:02 +00:00
SecretlyTaco
79ad0d6fb8 Merge branch 'darktheme-cyborg' into themes 2018-02-21 21:43:17 +00:00
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
7635573ca0 Renamed cyborg from dark.css to cyborg.css 2018-02-21 21:13:01 +00:00
SecretlyTaco
61f5080910 Dark theme checkbox is now checked by default, where applicable 2018-02-21 12:29:55 +00:00
SecretlyTaco
8eab692f0c Created new login page 2018-02-21 12:11:54 +00:00
SecretlyTaco
17a3cf0491 Implemented basic full threading, although currently gets stuck in infinite loop 2018-02-21 11:21:50 +00:00
SecretlyTaco
173acbb179 Merge branch 'replies' 2018-02-21 09:27:00 +00:00
SecretlyTaco
f50cf354a0 Added settings to navigation bar 2018-02-21 08:59:12 +00:00
SecretlyTaco
03d9d997a8 Set dark theme css file in layout 2018-02-21 08:53:44 +00:00
SecretlyTaco
0395e5d8bc Added checkbox for dark theme in settings page 2018-02-21 08:53:15 +00:00
SecretlyTaco
0e7bbb442b Link to dark theme css file if dark_theme 2018-02-20 22:55:09 +00:00
8359fc42d4 Shows one reply further back on replies page where possible 2018-02-20 17:04:34 +00:00