libreddit/src
Diego Magdaleno bd413060c6
Support displaying awards (#168)
* Initial implementation of award parsing

* Posts: Implement awards as part of post

* Posts: remove parse_awards dead code

* Posts: initial implementation of displaying Awards at the post title

* Posts: Proxy static award images

* Client: i.redd.it should take path as argument not ID

* Posts: Just like Reddit make award size 16px

* Templates: limit the awards to 4 awards to increase performance

* Comments: Make awards a property of comments and display them

* Format and correct /img/:id

* Update comment.html

* [Optimization] Awards is not longer async

* [Revert] Posts can now display more than 4 awards again

* [Implementation] Awards not display on the frontpage

* [Implementation] Display count on awards

* Post: Start working on awards css

* Awards: Move the image size to css

* Awards: Start implementing tooltips

* Refactor awards code and tweak CSS indentation

* Unify Awards::new and Awards::parse

* Use native tooltips and brighten awards background

Co-authored-by: Spike <19519553+spikecodes@users.noreply.github.com>
2021-11-25 02:08:27 +00:00
..
client.rs Fix HTTPS connector 2021-11-21 22:44:05 -08:00
main.rs Support displaying awards (#168) 2021-11-25 02:08:27 +00:00
post.rs Support displaying awards (#168) 2021-11-25 02:08:27 +00:00
search.rs Show full subreddit results in search 2021-11-23 22:24:23 -08:00
server.rs Fix #272 2021-09-09 17:28:55 -07:00
settings.rs Update crates and optimize parameters 2021-11-14 18:51:36 -08:00
subreddit.rs Update crates and optimize parameters 2021-11-14 18:51:36 -08:00
user.rs Fix follows not being case-sensitive (#316) 2021-11-15 00:45:18 +00:00
utils.rs Support displaying awards (#168) 2021-11-25 02:08:27 +00:00