Commit Graph

154 Commits

Author SHA1 Message Date
spikecodes cda19a1912
Remove duplicate "description" meta tag for posts 2021-03-10 21:41:39 -08:00
spikecodes f0e8deb000
Add alt attribute to user icon 2021-03-10 11:29:36 -08:00
spikecodes e70dfe2c0b
Fix <video> size attributes 2021-03-10 10:49:18 -08:00
spikecodes 10c73fad7f
Switch favicon to ico 2021-02-26 12:04:11 -08:00
spikecodes 2bddc952cb
Link comment timestamps. Closes #137 2021-02-25 21:53:27 -08:00
spikecodes 5d643277bc
Geometric logo 2021-02-25 09:07:45 -08:00
spikecodes 80fb3a5c18
Fix #110 2021-02-21 20:28:04 -08:00
spikecodes de38f7ef18
Fix post flairs 2021-02-21 10:11:17 -08:00
spikecodes 9cfab348eb
Filter by flair. Closes #124 2021-02-20 13:59:16 -08:00
spikecodes a606e48435
Handle 4 more unwraps 2021-02-20 12:14:32 -08:00
Kieran 38230ed473
Add more rich meta tags (#121) 2021-02-16 19:16:32 +00:00
spikecodes 14ecf3cf60
Edit indicator 2021-02-14 14:53:09 -08:00
robrobinbin 93cfc713c6
Generate URL to restore settings, including subscriptions. Closes #89 (#116)
* Start recursive comments

* Update comment.html

* Fix move error

* Comment improvements

* Fix merge

* Remove extra endif from post.html

* Fix post.html

* Restore setting from link

* Tweak settings page

Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com>
2021-02-13 20:55:23 +00:00
spikecodes ff8685ae4c
Add tooltips for accessibility 2021-02-12 20:53:33 -08:00
spikecodes f06320a4ae
Subscribe to multireddit button. Closes #104 2021-02-12 20:47:54 -08:00
robrobinbin 809be42e01
Add "View all comments" and "Show parent comments" buttons when viewing a single thread. Closes #65 (#115)
* Start recursive comments

* Update comment.html

* Fix move error

* Comment improvements

* Fix merge

* Remove extra endif from post.html

* Fix post.html

Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com>
2021-02-12 09:16:59 -08:00
robrobinbin 4a40e16277
Fix comment structuring (#113)
* Start recursive comments

* Update comment.html

* Fix move error

Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com>
2021-02-10 10:48:51 -08:00
spikecodes 6feb347c27
Fix post ID parsing 2021-02-09 12:08:38 -08:00
spikecodes e731cfbac4
Support post links without titles 2021-02-09 10:11:39 -08:00
Spike ebbdd7185f
Move from Actix Web to Tide (#99)
* Initial commit

* Port posts

* Pinpoint Tide Bug

* Revert testing

* Add basic sub support

* Unwrap nested routes

* Front page & sync templates

* Port remaining functions

* Log request errors

* Clean main and settings

* Handle /w/ requests

* Create template() util

* Reduce caching time to 30s

* Fix subscription redirects

* Handle frontpage sorting
2021-02-09 17:38:52 +00:00
robrobinbin 7edca18f8d
Inline videos/gifs for card view (#107)
* Basic gallery support

* Inline videos for card view
2021-02-08 00:22:14 +00:00
robrobinbin cf45d53fdd
Basic gallery support (#103) 2021-02-06 20:05:11 +00:00
curlpipe 2a475d127a
Added black theme (#101) 2021-02-06 20:04:29 +00:00
robin 653b0e7024 Don't use display contents and remove duplication 2021-02-03 20:11:04 +01:00
robrobinbin 1bcb070fbb
Update user.html 2021-02-02 21:21:29 +01:00
robrobinbin 24bc758090
Update subreddit.html 2021-02-02 21:21:11 +01:00
robrobinbin ffbb1cf7cd
Update search.html 2021-02-02 21:20:38 +01:00
robrobinbin cbf1f540d6
Update post.html 2021-02-02 21:20:03 +01:00
spikecodes 69941d9efd
Implement #88 2021-02-01 17:50:00 -08:00
spikecodes 956de50419
Change Libreddit PWA Theme Color 2021-02-01 16:26:35 -08:00
robrobinbin dd908c9f68
Update user.html 2021-02-01 21:00:03 +01:00
robrobinbin 9e1948733d
Update subreddit.html 2021-02-01 20:59:31 +01:00
robrobinbin 9df1dfae32
Update search.html 2021-02-01 20:58:59 +01:00
robrobinbin 0742a33304
Update base.html 2021-02-01 20:32:57 +01:00
robrobinbin 58f4fc4e77
Update user.html 2021-02-01 20:27:08 +01:00
robrobinbin 7d8faefad0
Update search.html 2021-02-01 20:26:35 +01:00
robrobinbin ba9b5afd4e
Update post.html 2021-02-01 20:25:57 +01:00
robrobinbin ae09f77bf6
Update subreddit.html 2021-02-01 20:25:06 +01:00
JPyke3 0a140a6ffc
Merge branch 'master' of github.com:JPyke3/libreddit into master 2021-02-01 11:13:36 +01:00
JPyke3 e837d84105
Add Support for iOS "Add to Homescreen"
* Adds basic Manifest.json
 * Adds Meta Tags for iOS
 * Adds Meta Tags for Android
 * Adds Logo for Manifest.json
 * Adds iOS Logo for homescreen
2021-02-01 11:10:53 +01:00
spikecodes f6d791ccd9
Style focus outline 2021-01-31 20:56:13 -08:00
spikecodes 9a1733ac99
Fix cog class 2021-01-31 13:49:55 -08:00
spikecodes c32d62fbd5
Shrink links to icons on mobile 2021-01-31 13:22:11 -08:00
spikecodes 1653d4fb4c
Hide NSFW content by default 2021-01-30 21:43:46 -08:00
spikecodes 269bb0bfb6
Convert subscription requests to POST 2021-01-30 21:21:46 -08:00
spikecodes 21d96e261f
Set subscriptions as default front page 2021-01-30 20:18:57 -08:00
spikecodes 9c58d23b41
Unwrap #subscriptions 2021-01-30 18:16:42 -08:00
Matthew Crossman 8cc01c58f3
Move the subs list into the navbar. 2021-01-31 09:52:18 +11:00
Matthew Crossman 449899962a
Change subscription to get. Add subs to settings. 2021-01-30 22:27:49 +11:00
Matthew Crossman dc2030e6f3
Vertical list subscriptions. 2021-01-30 21:21:54 +11:00