mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 19:17:45 +02:00
feat: redesign public podcast and episode pages + remove any information clutter for better ux
- add About podcast page - use different layout for episode pages - improve on user feedback with design - restructure app theme folders - update js packages to latest versions
This commit is contained in:
parent
e3bd9df00e
commit
932140077c
120 changed files with 1793 additions and 2137 deletions
|
|
@ -35,7 +35,12 @@ class CommentObject extends ObjectType
|
|||
$this->inReplyTo = $comment->reply_to_comment->uri;
|
||||
}
|
||||
|
||||
$this->replies = url_to('comment-replies', $comment->actor->username, $comment->episode->slug, $comment->id);
|
||||
$this->replies = url_to(
|
||||
'episode-comment-replies',
|
||||
$comment->actor->username,
|
||||
$comment->episode->slug,
|
||||
$comment->id
|
||||
);
|
||||
|
||||
$this->cc = [$comment->actor->followers_url];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue