eedbe06af6
Merge branch 'ugly-layouts'
...
sure why not :)
- last words 2024
2024-07-07 19:34:27 +12:00
6042bca612
mosaic -> waterfall
2024-07-07 18:35:53 +12:00
2b8112a3fb
mosaic layout
2024-06-30 00:04:46 +12:00
f22f7841a8
Merge remote-tracking branch 'upstream/main'
2024-06-28 12:40:15 +12:00
b6c6e64cfe
move the restore note
...
my scroll wheel will fall off if i have to scroll to get down there ohmagaw
2024-06-28 12:31:31 +12:00
7aca5791b1
Merge branch 'hls-video-downloads'
2024-06-23 20:41:27 +12:00
8b3783096b
revert ugly-layouts from hls-video-downloads
...
This reverts commits
97def1bab1
feda45f803
2024-06-23 20:33:32 +12:00
59b702aa15
kinda horrific download implementation
2024-06-23 19:57:23 +12:00
3301da1ef1
feat: add support to blur spoiler previews
2024-06-22 12:16:12 +02:00
a5a5cbb734
add defaults for mascot fixes some of #7
2024-06-18 21:00:02 +12:00
5117af4137
add hide_sidebar_and_summary to restore link
2024-06-18 20:51:02 +12:00
846377b586
implement mascots
2024-06-17 22:29:52 +12:00
5018184e7c
rename ffmpeg.wasm to FFmpeg
2024-06-16 18:59:47 +12:00
5c73f043cd
add preference option
2024-06-16 15:01:17 +12:00
97def1bab1
Disallow wide ui with old layout
2024-06-06 04:26:47 +12:00
feda45f803
"old" layout draft
2024-06-05 10:31:41 +12:00
b6f5831d10
feat: adds hide summary sidebar option
2024-05-13 23:49:59 +02:00
bfe1c3db57
Fix Settings HTML
2023-12-28 11:35:06 -05:00
b0f985c687
Libreddit -> Redlib
2023-12-26 18:25:52 -05:00
d9f7ebcb79
Update util calls
2023-12-26 16:12:00 -05:00
0eb5e18cef
Merge remote-tracking branch 'origin/pull/536'
2023-12-26 15:20:21 -05:00
df3d894947
Add option to hide score
...
Add the option to hide score for posts and comments in preferences.
There is still however a blank margin where the score is supposed to be.
2023-03-22 20:08:20 -07:00
fa68bf561b
added leaving reddit dialog ( #643 )
2023-02-08 00:24:06 -07:00
7efa26e811
Fix #699
2023-01-21 00:35:49 -08:00
bb5f2674d1
Merge branch 'master' into feature/fixed-navbar
2023-01-16 19:43:54 -08:00
eb9ef9f6d9
added leaving reddit dialog ( #643 )
2023-01-12 01:46:56 -07:00
e9891236cd
Remove unnecessary SFW-only disclosure in settings in SFW-only mode.
2023-01-03 11:20:55 -07:00
9a7b3b29f5
Merge remote-tracking branch 'origin/master' into hide_awards
2023-01-03 11:12:27 -07:00
c83a4e0cc8
Landing page for NSFW content, SFW-only mode ( #656 )
...
Co-authored-by: Matt <matt@matthew.science >
Co-authored-by: Spike <19519553+spikecodes@users.noreply.github.com >
2023-01-03 02:39:45 -07:00
6a785baa2c
Add hide_awards config
2023-01-01 21:39:38 -05:00
9178b50b73
fix a11y and HTML issues on settings page ( #662 )
...
- connect labels with corresponding form controls
- use fieldsets to group form sections
- don't nest details/summary element into label
2023-01-01 01:56:09 -07:00
e62d33ccae
Blur NSFW posts.
...
Reimplementation of libreddit/libreddit#482 .
Co-authored by: Daniel Valentine <Daniel-Valentine@users.noreply.github.com >
2022-11-08 09:01:12 -07:00
6d49858d59
Fixed navbar: Add preference to settings restore link
2022-06-18 23:05:36 +01:00
6c202a59b0
Make the fixed navbar optional
...
Adds another on/off preference (default: on, keeps same
behaviour) for the fixed navbar.
When off the navbar will not remain at the top of the
page when scrolling.
This is useful for small displays such as phones where
otherwise the navbar takes up a sizeable portion of
the viewport.
2022-06-18 22:53:30 +01:00
60c7b6b23f
Embed css themes to simplify adding and testing new themes ( #489 )
2022-05-21 01:41:31 +00:00
c3dade257d
Restore post sorting preference by link ( #406 )
2022-05-17 03:11:01 +00:00
3188f9d8e7
Tweak settings page design
2021-12-27 13:43:44 -08:00
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
3054b9f4a0
Add rosebox theme ( #237 )
2021-11-24 19:31:19 +00:00
1cccef12a4
Add settings helper for HLS toggle
2021-11-23 22:43:25 -08:00
7220190811
Link subscriptions in settings to their respective feeds
2021-11-21 22:30:44 -08:00
1d4ea50a45
Add setting to autoplay videos
2021-10-25 21:27:55 -07:00
e4f9bd7b8d
Configure default settings using environment variables
2021-05-15 13:59:42 -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
9e4066658c
Added 2 new themes: violet & gold ( #212 )
...
* Added 2 new themes: violet & gold
* Increased contrast in Violet theme
* Changed accent colour on violet theme
2021-05-03 16:48:21 +00:00
6f799b2617
Added laserwave theme ( #210 )
2021-04-30 16:26:49 +00:00
b3e4b7bfae
Add user following functionality
2021-04-06 10:23:05 -07:00
48c3a8c0d0
Added Dracula/Nord theme ( #171 )
...
* Added Dracula theme
* Updated accent and added Nord theme
* Updated accent and added Nord theme
* Added official foreground colors
2021-04-02 00:56:28 +00:00
6a7f725c12
Default subreddit post sorting. Closes #166
2021-03-25 21:41:58 -07:00
038fafa378
Remove unnecessary trailing slashes
2021-03-17 17:28:05 -07:00