libreddit/templates
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
..
base.html Move unimportant links to footer (#728) 2023-03-08 22:14:43 -07:00
comment.html Feat: search for comments within posts 2023-03-24 17:41:26 -07:00
duplicates.html Add hide_awards config 2023-01-01 21:39:38 -05:00
error.html Fix post flairs 2021-02-21 10:11:17 -08:00
message.html Implement instance info endpoint (JSON, YAML, TXT) (#685) 2023-01-30 02:02:43 -07:00
nsfwlanding.html Landing page for NSFW content, SFW-only mode (#656) 2023-01-03 02:39:45 -07:00
post.html Feat: search for comments within posts 2023-03-24 17:41:26 -07:00
search.html Feat: search for comments within posts 2023-03-24 17:41:26 -07:00
settings.html added leaving reddit dialog (#643) 2023-02-08 00:24:06 -07:00
subreddit.html Bugfix: 'all posts are hidden because NSFW' when no posts where found (#666) 2022-12-31 19:11:59 -07:00
user.html Bugfix: 'all posts are hidden because NSFW' when no posts where found (#666) 2022-12-31 19:11:59 -07:00
utils.html added leaving reddit dialog (#643) 2023-02-08 00:24:06 -07:00
wall.html Fix indentation and formatting 2021-11-23 22:23:29 -08:00
wiki.html Fix HTML encoding in templating (#404) 2022-05-21 05:28:31 +00:00