Commit Graph

11 Commits

Author SHA1 Message Date
Kevin Vinhas
007d08a051 Add New Comment on your post notifications
This notification is sent only to the post owner, unless this person turned off the notifications.
A simple first step into the notifications by mail world :)

The mail contains a link to user profile
The link to the user profile is required to give an easy access to
notifications disabling.

Also having a preview for the notify_post_owner method

We can `Comment.first` because it is part of the db:seeds method. So
there should, in development, always be one.
2021-02-11 22:40:52 +01:00
riggraz
22fd672efd Fix a bug in comments controller 2019-10-09 15:23:59 +02:00
riccardo
2c2a0e0c82 Add button to toggle comment is post update 2019-10-02 16:43:13 +02:00
riggraz
034a5ab708 Add post updates 2019-10-01 19:15:03 +02:00
riggraz
be8f003d70 Add gravatar picture to comments 2019-09-30 23:28:52 +02:00
riggraz
7874015580 General improvements to postlist and post 2019-09-21 11:17:58 +02:00
riggraz
7701c8f5e6 New comments can be created 2019-09-18 13:40:00 +02:00
riggraz
0c0c6d4e30 Basic comments visualisation 2019-09-17 17:04:19 +02:00
riggraz
476f720119 Remove comments pagination 2019-09-17 15:03:25 +02:00
riggraz
b40ddfd543 Add basic version of Comments component 2019-09-17 11:33:18 +02:00
riggraz
3c6e27be14 Add comments controller and routes 2019-09-16 18:02:52 +02:00