Plume/templates
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.
2020-04-12 21:29:48 +02:00
..
blogs Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
errors Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
instance Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
medias Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
notifications Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
partials Fixed: #713: Disply likes and boosts on post cards (#744) 2020-04-12 21:29:48 +02:00
posts Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
search Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
session Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
tags Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
timelines Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
users Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
base.rs.html Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
remote_interact_base.rs.html Fixed #734 , passowrds are now hidden on the remote_interact pages (#741) 2020-04-09 20:55:22 +02:00