mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +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
|
|
@ -88,9 +88,8 @@ class PostController extends FediversePostController
|
|||
// if user is logged in then send to the authenticated activity view
|
||||
if (can_user_interact()) {
|
||||
helper('form');
|
||||
return view('podcast/post_authenticated', $data);
|
||||
}
|
||||
return view('podcast/post', $data, [
|
||||
return view('post/post', $data, [
|
||||
'cache' => DECADE,
|
||||
'cache_name' => $cacheName,
|
||||
]);
|
||||
|
|
@ -242,7 +241,7 @@ class PostController extends FediversePostController
|
|||
|
||||
helper('form');
|
||||
|
||||
return view('podcast/post_remote_action', $data, [
|
||||
return view('post/remote_action', $data, [
|
||||
'cache' => DECADE,
|
||||
'cache_name' => $cacheName,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue