diff --git a/app/Libraries/Vite/Vite.php b/app/Libraries/Vite/Vite.php index a7192eed..1cceec48 100644 --- a/app/Libraries/Vite/Vite.php +++ b/app/Libraries/Vite/Vite.php @@ -120,7 +120,7 @@ class Vite CODE_SAMPLE , 'js' => << + CODE_SAMPLE , default => '', diff --git a/app/Resources/js/audio-player.ts b/app/Resources/js/audio-player.ts index 577853e4..74cebcc2 100644 --- a/app/Resources/js/audio-player.ts +++ b/app/Resources/js/audio-player.ts @@ -44,7 +44,7 @@ const player = html`
- +

{ data[i].cover_url + '" alt="' + data[i].episode_title + - '" class="rounded w-16 h-16" />

' + data[i].episode_title + diff --git a/themes/cp_admin/_partials/_nav_header.php b/themes/cp_admin/_partials/_nav_header.php index 0631b61a..03a8ec0a 100644 --- a/themes/cp_admin/_partials/_nav_header.php +++ b/themes/cp_admin/_partials/_nav_header.php @@ -25,7 +25,7 @@ aria-expanded="false">
podcasts === [] ? '' : '' ?> + ->podcasts === [] ? '' : '' ?>
username ?> @@ -36,7 +36,7 @@ $interactButtons .= << -
{$userPodcast->title}{$checkMark}
+
{$userPodcast->title}{$checkMark}
CODE_SAMPLE; } diff --git a/themes/cp_admin/episode/_card.php b/themes/cp_admin/episode/_card.php index 87f552f1..6cde92c1 100644 --- a/themes/cp_admin/episode/_card.php +++ b/themes/cp_admin/episode/_card.php @@ -1,8 +1,8 @@
-
- <?= $episode->title ?> +
+ <?= $episode->title ?>
published_at, $episode->publication_status, 'absolute top-0 left-0 ml-2 mt-2 text-sm'); ?>
diff --git a/themes/cp_admin/episode/_sidebar.php b/themes/cp_admin/episode/_sidebar.php index 50b2d703..f6dea486 100644 --- a/themes/cp_admin/episode/_sidebar.php +++ b/themes/cp_admin/episode/_sidebar.php @@ -17,6 +17,7 @@ $podcastNavigation = [ src="cover->tiny_url ?>" alt="title ?>" class="object-cover w-6 h-6 rounded aspect-square" + loading="lazy" /> title ?> @@ -25,6 +26,7 @@ $podcastNavigation = [ src="cover->thumbnail_url ?>" alt="title ?>" class="object-cover w-16 h-16 rounded aspect-square" + loading="lazy" />
title ?> diff --git a/themes/cp_admin/episode/list.php b/themes/cp_admin/episode/list.php index 81ab34e8..b240931c 100644 --- a/themes/cp_admin/episode/list.php +++ b/themes/cp_admin/episode/list.php @@ -34,7 +34,7 @@ $episode->audio->duration, ) . '' . - '' . $episode->title . '' . + '' . $episode->title . '' . '
' . '' . 'avatar->thumbnail_url}\" alt=\"{$person->full_name}\" class=\"object-cover w-16 rounded-full aspect-square\" />" . + "\">avatar->thumbnail_url}\" alt=\"{$person->full_name}\" class=\"object-cover w-16 rounded-full aspect-square\" loading=\"lazy\" />" . '
' . $person->full_name . implode( diff --git a/themes/cp_admin/episode/publish.php b/themes/cp_admin/episode/publish.php index eacfa9db..26d22f6a 100644 --- a/themes/cp_admin/episode/publish.php +++ b/themes/cp_admin/episode/publish.php @@ -28,7 +28,7 @@
- <?= $podcast->actor->display_name ?> + <?= $podcast->actor->display_name ?>

actor->display_name ?> @@ -41,7 +41,7 @@

<?= $episode->title ?> + ->thumbnail_url ?>" alt="title ?>" class="w-24 h-24 aspect-square" loading="lazy" />
diff --git a/themes/cp_admin/episode/publish_edit.php b/themes/cp_admin/episode/publish_edit.php index 80b2860d..0e63bc71 100644 --- a/themes/cp_admin/episode/publish_edit.php +++ b/themes/cp_admin/episode/publish_edit.php @@ -29,7 +29,7 @@
- <?= $podcast->actor->display_name ?> + <?= $podcast->actor->display_name ?>

actor->display_name ?> @@ -43,7 +43,7 @@

<?= $episode->title ?> + ->thumbnail_url ?>" alt="title ?>" class="w-24 h-24 aspect-square" loading="lazy" />
diff --git a/themes/cp_admin/episode/video_clips_new.php b/themes/cp_admin/episode/video_clips_new.php index b8683f6e..89a002ff 100644 --- a/themes/cp_admin/episode/video_clips_new.php +++ b/themes/cp_admin/episode/video_clips_new.php @@ -14,7 +14,7 @@
- <?= $episode->cover->description ?> + <?= $episode->cover->description ?>
-
- <?= $person->full_name ?> +
+ <?= $person->full_name ?>

full_name ?>

diff --git a/themes/cp_admin/person/view.php b/themes/cp_admin/person/view.php index 7e22a94b..87c2c3a9 100644 --- a/themes/cp_admin/person/view.php +++ b/themes/cp_admin/person/view.php @@ -18,8 +18,9 @@
$person->full_name
full_name ?> diff --git a/themes/cp_admin/podcast/_card.php b/themes/cp_admin/podcast/_card.php index 6d7e979a..9fc16545 100644 --- a/themes/cp_admin/podcast/_card.php +++ b/themes/cp_admin/podcast/_card.php @@ -1,10 +1,10 @@
-
+
<?= $podcast->title ?> + src="cover->medium_url ?>" class="object-cover w-full h-full transition duration-200 ease-in-out transform aspect-square group-focus:scale-105 group-hover:scale-105" loading="lazy" />

title ?>

diff --git a/themes/cp_admin/podcast/_sidebar.php b/themes/cp_admin/podcast/_sidebar.php index e72c1ee0..574fd9e5 100644 --- a/themes/cp_admin/podcast/_sidebar.php +++ b/themes/cp_admin/podcast/_sidebar.php @@ -40,6 +40,7 @@ $podcastNavigation = [ src="cover->thumbnail_url ?>" alt="title ?>" class="object-cover w-16 h-16 rounded aspect-square" + loading="lazy" />
title ?> diff --git a/themes/cp_admin/podcast/edit.php b/themes/cp_admin/podcast/edit.php index 6b7aea13..7d9c1be5 100644 --- a/themes/cp_admin/podcast/edit.php +++ b/themes/cp_admin/podcast/edit.php @@ -25,10 +25,10 @@ banner_id !== null): ?> - +
<?= $podcast->title ?> + class="w-16 h-16 mr-4 -mt-8 rounded-full ring-2 ring-background-elevated aspect-square" loading="lazy" />

title ?>

@handle ?>

diff --git a/themes/cp_admin/podcast/persons.php b/themes/cp_admin/podcast/persons.php index fda00612..542642ba 100644 --- a/themes/cp_admin/podcast/persons.php +++ b/themes/cp_admin/podcast/persons.php @@ -55,7 +55,7 @@ return '
' . 'avatar->thumbnail_url}\" alt=\"{$person->full_name}\" class=\"object-cover aspect-square w-16 h-16 rounded-full\" />" . + "\">avatar->thumbnail_url}\" alt=\"{$person->full_name}\" class=\"object-cover aspect-square w-16 h-16 rounded-full\" loading=\"lazy\" />" . '
' . $person->full_name . implode( diff --git a/themes/cp_admin/settings/general.php b/themes/cp_admin/settings/general.php index 3394731f..7c6a4a51 100644 --- a/themes/cp_admin/settings/general.php +++ b/themes/cp_admin/settings/general.php @@ -46,7 +46,7 @@ siteIcon['ico'] !== service('settings')->get('App.siteIcon')['ico']): ?>
- <?= service('settings')->get('App.siteName') ?> Favicon + <?= service('settings')->get('App.siteName') ?> Favicon
diff --git a/themes/cp_app/_admin_navbar.php b/themes/cp_app/_admin_navbar.php index 0cea27a6..f2aaa7c0 100644 --- a/themes/cp_app/_admin_navbar.php +++ b/themes/cp_app/_admin_navbar.php @@ -20,7 +20,7 @@ aria-expanded="false">
podcasts === [] ? '' : '' ?> + ->podcasts === [] ? '' : '' ?>
username ?> @@ -31,7 +31,7 @@ $interactButtons .= << -
{$userPodcast->title}{$checkMark}
+
{$userPodcast->title}{$checkMark}
CODE_SAMPLE; } diff --git a/themes/cp_app/_persons_modal.php b/themes/cp_app/_persons_modal.php index 89798824..f2be55dc 100644 --- a/themes/cp_app/_persons_modal.php +++ b/themes/cp_app/_persons_modal.php @@ -17,7 +17,7 @@
- <?= $person->full_name ?> + <?= $person->full_name ?>

information_url): ?> diff --git a/themes/cp_app/embed.php b/themes/cp_app/embed.php index 7a3e3836..9adf406f 100644 --- a/themes/cp_app/embed.php +++ b/themes/cp_app/embed.php @@ -20,7 +20,7 @@ - <?= $episode->title ?> + <?= $episode->title ?>
- <?= $episode->podcast->title ?> + <?= $episode->podcast->title ?>
podcast->title ?> podcast->banner->small_url ?>');">
- <?= $episode->title ?> + <?= $episode->title ?>
number, $episode->season_number, 'text-sm leading-none font-semibold px-1 py-1 text-white/90 border !no-underline border-subtle', true) ?>

title ?>

@@ -91,7 +91,7 @@
persons as $person): ?> - <?= $person->full_name ?> + <?= $person->full_name ?> diff --git a/themes/cp_app/episode/_partials/card.php b/themes/cp_app/episode/_partials/card.php index f024d232..ed915ac8 100644 --- a/themes/cp_app/episode/_partials/card.php +++ b/themes/cp_app/episode/_partials/card.php @@ -3,8 +3,8 @@ - <?= $episode->title ?> + <?= $episode->title ?>
diff --git a/themes/cp_app/episode/_partials/comment.php b/themes/cp_app/episode/_partials/comment.php index f365f413..665396c8 100644 --- a/themes/cp_app/episode/_partials/comment.php +++ b/themes/cp_app/episode/_partials/comment.php @@ -1,5 +1,5 @@
- <?= $comment->display_name ?> + <?= $comment->display_name ?>
- <?= $comment->display_name ?> + <?= $comment->display_name ?>
actor->is_local diff --git a/themes/cp_app/episode/_partials/comment_reply.php b/themes/cp_app/episode/_partials/comment_reply.php index d2b3e854..4fabdde0 100644 --- a/themes/cp_app/episode/_partials/comment_reply.php +++ b/themes/cp_app/episode/_partials/comment_reply.php @@ -1,6 +1,6 @@
<?= $reply->actor
-    ->display_name ?> + ->display_name ?>" class="z-10 w-10 h-10 rounded-full ring-gray-50 ring-2 aspect-square" loading="lazy" />
id, $episode->id, $comment->id) ?>" method="POST" class="flex px-6 pt-8 pb-4 gap-x-2 bg-base"> <?= interact_as_actor()
-    ->display_name ?> + ->display_name ?>" class="w-10 h-10 rounded-full aspect-square" loading="lazy" />
<?= $episode->title ?> + alt="title ?>" class="w-24 h-24 aspect-square" loading="lazy" />
diff --git a/themes/cp_app/episode/activity.php b/themes/cp_app/episode/activity.php index 17f2b12c..93c0d904 100644 --- a/themes/cp_app/episode/activity.php +++ b/themes/cp_app/episode/activity.php @@ -9,7 +9,7 @@ <?= interact_as_actor()
-            ->display_name ?> + ->display_name ?>" class="w-10 h-10 rounded-full aspect-square" loading="lazy" />
+ ->display_name ?>" class="w-10 h-10 rounded-full aspect-square" loading="lazy" />
-
- <?= $podcast->title ?> +
+ <?= $podcast->title ?>

title ?>

diff --git a/themes/cp_app/pages/credits.php b/themes/cp_app/pages/credits.php index 98a4dbf4..fc961cff 100644 --- a/themes/cp_app/pages/credits.php +++ b/themes/cp_app/pages/credits.php @@ -17,7 +17,7 @@
<?= $persons[
     'full_name'
-] ?> +] ?>" class="object-cover w-16 rounded-full aspect-square md:h-24 md:w-24 border-gray" loading="lazy" />
diff --git a/themes/cp_app/podcast/_layout.php b/themes/cp_app/podcast/_layout.php index e76bd199..0f77aa72 100644 --- a/themes/cp_app/podcast/_layout.php +++ b/themes/cp_app/podcast/_layout.php @@ -46,7 +46,7 @@
- <?= $podcast->title ?> + <?= $podcast->title ?>

title ?>@handle ?>

persons as $person): ?> - <?= $person->full_name ?> + <?= $person->full_name ?> diff --git a/themes/cp_app/podcast/activity.php b/themes/cp_app/podcast/activity.php index 54e84407..bc5b42d3 100644 --- a/themes/cp_app/podcast/activity.php +++ b/themes/cp_app/podcast/activity.php @@ -10,7 +10,7 @@ <?= interact_as_actor()
-        ->display_name ?> + ->display_name ?>" class="w-10 h-10 rounded-full aspect-square" loading="lazy" />

- +
<?= $actor->display_name ?> + class="w-16 h-16 mr-4 -mt-8 rounded-full ring-2 ring-background-elevated aspect-square" loading="lazy" />