Plume/assets/themes/default
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
..
fonts Theming (#624) 2019-08-21 00:42:04 +02:00
_article.scss Make the comment syntax consistent across all CSS (#707) 2019-12-16 22:28:48 +01:00
_dark_variables.scss Syntax highlighting (#691) 2019-12-30 14:35:27 +01:00
_forms.scss Make the comment syntax consistent across all CSS (#707) 2019-12-16 22:28:48 +01:00
_global.scss Fixed: #713: Disply likes and boosts on post cards (#744) 2020-04-12 21:29:48 +02:00
_header.scss Make the comment syntax consistent across all CSS (#707) 2019-12-16 22:28:48 +01:00
_variables.scss Syntax highlighting (#691) 2019-12-30 14:35:27 +01:00
dark.scss Theming (#624) 2019-08-21 00:42:04 +02:00
feather.css Theming (#624) 2019-08-21 00:42:04 +02:00
light.scss Theming (#624) 2019-08-21 00:42:04 +02:00