You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plume/templates/partials
Floréal Toumikian 4e43c676b4
Fixed: #713: Disply likes and boosts on post cards (#744)
This is a basic and simple way to display them. No interaction possible.

Alos, this patch is not optimised. as everytime a partial post_card is
called, `Post::count_likes()` and `Post::count_reshares()` are called
which means quite a few more quesies are sent to database unless diesel
uses some cache mechanisem.

A way to enhance this this would be to keep a count of likes and reshares
are kept in Post model / table.
4 years ago
..
comment.rs.html Rust 2018! (#726) 4 years ago
image_select.rs.html Rust 2018! (#726) 4 years ago
instance_description.rs.html Rust 2018! (#726) 4 years ago
post_card.rs.html Fixed: #713: Disply likes and boosts on post cards (#744) 4 years ago