2b8112a3fb
mosaic layout
2024-06-30 00:04:46 +12:00
013e805ece
Merge branch 'main' into ugly-layouts
2024-06-15 17:32:35 +12:00
21da37246e
update catppuccin
...
discernible difference in foreground color
2024-06-06 04:54:03 +12:00
fb0814babd
change alignment fix
2024-06-06 04:43:43 +12:00
bae220d4fe
fix settings selection alignment
2024-06-06 04:30:32 +12:00
feda45f803
"old" layout draft
2024-06-05 10:31:41 +12:00
f8f964741a
super minimal rebrand
2024-06-02 22:33:45 +12:00
e187ccd14a
Merge remote-tracking branch 'upstream/main'
2024-05-31 19:54:04 +12:00
Matthew Esposito
e597ed8f06
Merge pull request #87 from ButteredCats/fix_post_footer_text
...
Stop post footer text from disappearing when screen is exactly 480px wide
2024-05-29 18:49:15 -04:00
Matthew Esposito
26aa374bbd
Merge pull request #114 from ufUNnxagpM/main
...
feat: add icebergDark theme
2024-05-29 18:47:19 -04:00
backfire-monism-net
93594fc642
feat: add icebergDark theme
2024-05-24 22:16:49 -07:00
Butter Cat
e9af28b6eb
Make sure that the extra <p></p> at the bottom of a comment containing only an image doesn't get a margin
2024-05-23 20:31:40 -04:00
Butter Cat
b22fb7cd7b
Fix embedded preview images having a gap from the top of a comment
2024-05-22 16:40:57 -04:00
Butter Cat
2c8f5a7ac1
Make figure margins only apply to comments to bring embedded previews more in line with gallery posts
2024-04-09 18:51:32 -04:00
Butter Cat
6d83b07aaa
Update embedding Reddit preview links to include captions where applicable
2024-04-09 18:33:13 -04:00
c15f25e27b
Handle preview embedding better
2024-04-09 01:27:40 +12:00
20e3129d88
fix catppuccin
2024-04-09 01:13:04 +12:00
54c2ffad95
add catppuccin theme
2024-04-09 01:00:04 +12:00
Butter Cat
ccfe7d0eeb
Make embedded images keep aspect ration when shrinking
2024-04-07 19:24:55 -04:00
Butter Cat
9bd540d659
Stop post footer text from disappear at exactly 480px
2024-04-07 17:23:24 -04:00
Butter Cat
10499df423
Make image preview links embed
2024-04-07 12:07:53 -04:00
Butter Cat
e6b9a2e426
Fix anchor tags scrolling to the wrong place when fixed navbar is enabled ( #82 )
2024-04-07 10:52:59 -04:00
Daniel Nathan Gray
d4a2b3edc6
Add SVG logo ( #84 )
...
* Add SVG version of logo
* Add PNG generated from SVG
2024-04-07 10:51:33 -04:00
Márton
5de171b13a
Make HLS support checking more robust ( #61 )
2024-03-04 19:59:54 -05:00
Carbrex
c6030064f1
Added video quality feature ( #43 )
...
* Fixed docker compose errors
* Added quality selector
* Remove log statement
Co-authored-by: Matthew Esposito <matt@matthew.science>
* Show kbps in quality
Co-authored-by: Matthew Esposito <matt@matthew.science>
* Make highest quality default
* Add styling, default option to highest
---------
Co-authored-by: Matthew Esposito <matt@matthew.science>
2024-02-06 15:27:23 -05:00
Matthew Esposito
5604786146
Add new hls.js version, add script for updating ( fixes #29 )
2024-01-24 14:26:52 -05:00
Butter Cat
a445759a69
Be slightly smarter with options, fix footer being 30px above or below bottom on short posts
2024-01-06 16:53:58 -05:00
Butter Cat
b578b717d7
Less buggy solution to solving the floating footer problem
2024-01-06 03:49:38 +00:00
Butter Cat
5d8529d6bb
Fix floating footer with "Keep navbar fixed" off
2024-01-03 21:26:56 -05:00
Matthew Esposito
3dee29f3ef
Add scrolling to highlighted comment ( fix #13 )
2024-01-02 19:43:00 -05:00
Matthew Esposito
b0f985c687
Libreddit -> Redlib
2023-12-26 18:25:52 -05:00
Matthew Esposito
902acb257d
Merge remote-tracking branch 'origin/pull/176'
2023-12-26 15:47:12 -05:00
Matthew Esposito
f26c8be931
Add TokyoNight - Merge 450
2023-12-26 15:45:12 -05:00
Matthew Esposito
0eb5e18cef
Merge remote-tracking branch 'origin/pull/536'
2023-12-26 15:20:21 -05:00
Dean Sallinen
dd611b17ad
Add start URL to manifest.json
...
Adds the last criteria to make the application an installable PWA on mobile.
2023-09-17 23:00:01 -07:00
fawn
13394b4a5e
Add ability to hide subreddit panel ( closes #801 )
2023-06-07 13:51:27 +03:00
Matthew Esposito
193a6effbf
Merge pull request #792 from beucismis/master
2023-05-31 18:42:39 -04:00
gmnsii
38ee0d9428
make comment search bar color change based on theme
2023-05-31 19:41:13 +02:00
beucismis
6c0e5cfe93
Add cursor:pointer for button and select
2023-04-29 21:16:02 +03:00
Matthew Esposito
4a1b448abb
Merge pull request #776 from iTzBoboCz/polls
2023-04-17 18:12:02 -04:00
Matthew Esposito
aaf05de1a8
Merge pull request #771 from gmnsii/comment-search
2023-04-15 10:55:10 -04:00
Ondřej Pešek
94a781c82c
fix(polls): minor improvements
2023-04-01 14:31:39 +02:00
gmnsii
1e418619f1
Feat: search for comments within posts
...
Add the ability to search for specific comments within posts.
Known issues:
- Just like on reddit, this does not work with comment sorting. The
sorting order is ignored during the search and changing the sorting
order after the search does not change anything. I do not think we
can fix this before reddit does, since in my understanding we rely
on them for the sorting. However we could implement a default
sorting method ourselves by taking the vector of comments returned
from the search and sorting it manually.
- The UI could be improved on mobile. On screens with a max width
inferior to 480 pixels, the comment search bar is displayed below
the comment sorting form. It would be great if we could make the
search bar have the same width as the whole comment sorting form
but I do not have the willpower to write any more css.
2023-03-24 17:41:26 -07:00
Ondřej Pešek
c1c867a5ff
feat: add polls
2023-03-23 13:21:09 +01:00
Tsvetomir Bonev
dead990ba0
fix(style): fit footer width to body size
2023-03-23 13:49:40 +02:00
Daniel Valentine
aece392a86
Pad bottom of body to prevent footer collision ( fixes #747 )
2023-03-10 21:33:45 -07:00
Spike
af6722c053
Move unimportant links to footer ( #728 )
2023-03-08 22:14:43 -07:00
Spike
5e03d701e4
Revert "Move unimportant links to footer"
...
This reverts commit e3df3a9470
.
2023-02-19 18:03:55 +00:00
Spike
e3df3a9470
Move unimportant links to footer
2023-02-19 18:00:56 +00:00
Daniel Valentine
35504eda14
v0.29.3 -- fix layout bugs on mobile
...
Addresses the following layout bugs in mobile view:
* improper rendering of award images on posts
* upvote ratio no longer appearing on bottom-right corner of post as
before
* Reddit warning pop-up background cut off at bottom of page
Fixes #713 .
2023-02-14 20:19:19 -07:00