Commit Graph

78 Commits

Author SHA1 Message Date
888e7b302d Filter subreddits and users (#317)
* Initial work on filtering subreddits and users

* Fix doubly-prefixed subreddit name in search alt text (e.g. r/r/pics)

* Don't set post title to "Comment" if empty - this could throw off actual posts with the title "Comment"

* Filter search results

* Fix filtering to differentiate between "this subject itself is filtered" vs "all posts on this current page have been filtered"

* Remove unnecessary check

* Clean up

* Cargo format

* Collapse comments from filtered users

Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com>
2021-11-26 04:02:04 +00:00
85ae7c1f60 Fix indentation and formatting 2021-11-23 22:23:29 -08:00
52a1b45014 Lazy load images 2021-09-06 12:02:52 -07:00
d2002c9027 Disable dysfunctional moderator list feature 2021-06-11 11:03:36 -07:00
928907086c HLS video playback (#182)
* HLS video playback

Signed-off-by: Adrian Lebioda <adrianlebioda@gmail.com>

* Add LibreJS compliance

* Locally host hls.js

* Notification about HLS under videos that support it

Signed-off-by: Adrian Lebioda <adrianlebioda@gmail.com>

* Use .contains() instead of .find() == None

* Make list of preferences constant

* Change headers_keys from Vector into Array

* Fix incorrect detecting of # in paths

* Remove trailing-slash-appending if statement

* Change HLS notification styling

Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com>
2021-05-10 01:25:52 +00:00
1211d781d0 Add list of moderators to sidebar (#213)
* Added list of moderators to sidebar & added wiki not found message

* Improved code formatting
2021-05-04 17:30:54 +00:00
966e0ce921 Expand truncated numbers on mouseover. Close #156 2021-03-20 15:42:47 -07:00
038fafa378 Remove unnecessary trailing slashes 2021-03-17 17:28:05 -07:00
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
ff8685ae4c Add tooltips for accessibility 2021-02-12 20:53:33 -08:00
f06320a4ae Subscribe to multireddit button. Closes #104 2021-02-12 20:47:54 -08:00
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
653b0e7024 Don't use display contents and remove duplication 2021-02-03 20:11:04 +01:00
24bc758090 Update subreddit.html 2021-02-02 21:21:11 +01:00
9e1948733d Update subreddit.html 2021-02-01 20:59:31 +01:00
ae09f77bf6 Update subreddit.html 2021-02-01 20:25:06 +01:00
1653d4fb4c Hide NSFW content by default 2021-01-30 21:43:46 -08:00
269bb0bfb6 Convert subscription requests to POST 2021-01-30 21:21:46 -08:00
21d96e261f Set subscriptions as default front page 2021-01-30 20:18:57 -08:00
449899962a Change subscription to get. Add subs to settings. 2021-01-30 22:27:49 +11:00
dc2030e6f3 Vertical list subscriptions. 2021-01-30 21:21:54 +11:00
ef5a1cd66e Rename block sub_list > subscriptions 2021-01-30 19:47:30 +11:00
345308a9ac Basic subscribe functionality. 2021-01-30 18:00:00 +11:00
75bbcefbec Display sub list from list in cookie.
Very basic sub list setup. Cookie must be manually added in devtools.
2021-01-30 16:00:55 +11:00
baf7272cfd Absolutly no jumping when images (fail to) load 2021-01-21 22:04:06 +01:00
c299e128ab Inline images rework 2021-01-21 00:12:54 +01:00
7360503234 Make posts single-color 2021-01-18 21:32:25 -08:00
dd60cb5b2b SVG arrow 2021-01-17 15:51:03 -08:00
d45ee03122 Resolve merge conflicts 2021-01-17 23:54:48 +01:00
162e00b243 Improve accessibility rating 2021-01-17 23:49:36 +01:00
138f8320e9 Create media struct 2021-01-17 12:58:12 -08:00
090ca1a140 Add comment counter and other post improvements 2021-01-17 20:39:57 +01:00
ef9bc791e1 Fix inline style tags 2021-01-16 19:21:47 -08:00
a0bc1732cf Moderator and admin distinguishers 2021-01-16 15:02:24 -08:00
fdf60e7255 Separate datetime into relative and absolute 2021-01-16 11:40:32 -08:00
998b301229 Improve support for text-only browsers 2021-01-16 11:00:15 +01:00
21ff8d7b6f Fix #56 2021-01-15 11:21:59 -08:00
d19e73f059 Add placeholder for posts without thumbnail 2021-01-14 21:45:43 +01:00
a4d77926b6 Rich flairs 2021-01-12 23:34:16 +01:00
bbe7024323 Start richtext flairs 2021-01-12 22:43:03 +01:00
7a33ed3434 Card thumbnails for users 2021-01-11 17:38:35 -08:00
6dbd002acd Add direct link to thumbnail 2021-01-11 23:08:12 +01:00
bf6245a505 Fix multireddit sidebars 2021-01-11 10:39:36 -08:00
08683fa5a6 Light theme 2021-01-10 18:15:34 -08:00
f445c42f55 Wide UI Mode 2021-01-10 13:08:36 -08:00
b13874d0db Add "hide nsfw" option 2021-01-08 17:35:04 -08:00
3444989f9a Default Comment Sort Setting 2021-01-07 08:38:05 -08:00
aa7b4b2af7 Settings with Layouts 2021-01-05 18:04:49 -08:00
9c1a932214 Clean Up Post Headers 2021-01-04 21:17:19 -08:00
df89c5076e Compact Libreddit Posts on Mobile 2021-01-04 19:26:41 -08:00