fix(comments): add comment view partials for public pages
Showing
- app/Config/Routes.php 8 additions, 0 deletionsapp/Config/Routes.php
- app/Controllers/Admin/EpisodeController.php 41 additions, 0 deletionsapp/Controllers/Admin/EpisodeController.php
- app/Controllers/EpisodeCommentController.php 8 additions, 0 deletionsapp/Controllers/EpisodeCommentController.php
- app/Entities/EpisodeComment.php 14 additions, 0 deletionsapp/Entities/EpisodeComment.php
- app/Language/en/Comment.php 10 additions, 0 deletionsapp/Language/en/Comment.php
- app/Models/EpisodeCommentModel.php 13 additions, 4 deletionsapp/Models/EpisodeCommentModel.php
- app/Views/podcast/_partials/comment.php 1 addition, 1 deletionapp/Views/podcast/_partials/comment.php
- app/Views/podcast/_partials/comment_actions.php 6 additions, 15 deletionsapp/Views/podcast/_partials/comment_actions.php
- app/Views/podcast/_partials/comment_actions_authenticated.php 24 additions, 0 deletions...Views/podcast/_partials/comment_actions_authenticated.php
- app/Views/podcast/_partials/comment_actions_from_post.php 6 additions, 15 deletionsapp/Views/podcast/_partials/comment_actions_from_post.php
- app/Views/podcast/_partials/comment_actions_from_post_authenticated.php 24 additions, 0 deletions...ast/_partials/comment_actions_from_post_authenticated.php
- app/Views/podcast/_partials/comment_authenticated.php 16 additions, 17 deletionsapp/Views/podcast/_partials/comment_authenticated.php
- app/Views/podcast/_partials/comment_card.php 38 additions, 0 deletionsapp/Views/podcast/_partials/comment_card.php
- app/Views/podcast/_partials/comment_card_authenticated.php 40 additions, 0 deletionsapp/Views/podcast/_partials/comment_card_authenticated.php
- app/Views/podcast/_partials/comment_reply.php 19 additions, 0 deletionsapp/Views/podcast/_partials/comment_reply.php
- app/Views/podcast/_partials/comment_reply_actions.php 20 additions, 0 deletionsapp/Views/podcast/_partials/comment_reply_actions.php
- app/Views/podcast/_partials/comment_reply_actions_authenticated.php 17 additions, 0 deletions...podcast/_partials/comment_reply_actions_authenticated.php
- app/Views/podcast/_partials/comment_reply_authenticated.php 19 additions, 0 deletionsapp/Views/podcast/_partials/comment_reply_authenticated.php
- app/Views/podcast/_partials/comment_with_replies.php 3 additions, 17 deletionsapp/Views/podcast/_partials/comment_with_replies.php
- app/Views/podcast/_partials/comment_with_replies_authenticated.php 4 additions, 4 deletions.../podcast/_partials/comment_with_replies_authenticated.php
Loading