mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
podcast episodes view added
This commit is contained in:
@@ -5,6 +5,7 @@ namespace App\Http\Livewire\Library;
|
||||
use App\Models\Country;
|
||||
use App\Models\Episode;
|
||||
use Livewire\Component;
|
||||
use RalphJSmit\Laravel\SEO\Support\SEOData;
|
||||
|
||||
class PodcastEpisodesTable extends Component
|
||||
{
|
||||
@@ -45,6 +46,12 @@ class PodcastEpisodesTable extends Component
|
||||
)
|
||||
->orderByDesc('data->datePublished')
|
||||
->paginate($this->perPage),
|
||||
])->layout('layouts.app', [
|
||||
'SEOData' => new SEOData(
|
||||
title: __('Podcast Episodes'),
|
||||
description: __('Search and find Bitcoin Podcast episodes.'),
|
||||
image: asset('img/Screenshot_Podcast_Episodes.png')
|
||||
),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
BIN
public/img/Screenshot_Podcast_Episodes.png
Normal file
BIN
public/img/Screenshot_Podcast_Episodes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 217 KiB |
@@ -798,5 +798,6 @@
|
||||
"Podcast Episodes": "Podcast-Episoden",
|
||||
"Language": "Sprache",
|
||||
"minutes": "Minuten",
|
||||
"Recurring appointment \/ monthly": "Wiederkehrende Termine \/ monatlich"
|
||||
"Recurring appointment \/ monthly": "Wiederkehrende Termine \/ monatlich",
|
||||
"Search and find Bitcoin Podcast episodes.": "Suche und finde Bitcoin Podcast-Episoden."
|
||||
}
|
||||
|
||||
@@ -795,5 +795,6 @@
|
||||
"Podcast Episodes": "",
|
||||
"Language": "",
|
||||
"minutes": "",
|
||||
"Recurring appointment \/ monthly": ""
|
||||
"Recurring appointment \/ monthly": "",
|
||||
"Search and find Bitcoin Podcast episodes.": ""
|
||||
}
|
||||
@@ -795,5 +795,6 @@
|
||||
"Podcast Episodes": "",
|
||||
"Language": "",
|
||||
"minutes": "",
|
||||
"Recurring appointment \/ monthly": ""
|
||||
"Recurring appointment \/ monthly": "",
|
||||
"Search and find Bitcoin Podcast episodes.": ""
|
||||
}
|
||||
@@ -796,5 +796,6 @@
|
||||
"Podcast Episodes": "",
|
||||
"Language": "",
|
||||
"minutes": "",
|
||||
"Recurring appointment \/ monthly": ""
|
||||
"Recurring appointment \/ monthly": "",
|
||||
"Search and find Bitcoin Podcast episodes.": ""
|
||||
}
|
||||
@@ -796,5 +796,6 @@
|
||||
"Podcast Episodes": "",
|
||||
"Language": "",
|
||||
"minutes": "",
|
||||
"Recurring appointment \/ monthly": ""
|
||||
"Recurring appointment \/ monthly": "",
|
||||
"Search and find Bitcoin Podcast episodes.": ""
|
||||
}
|
||||
@@ -796,5 +796,6 @@
|
||||
"Podcast Episodes": "",
|
||||
"Language": "",
|
||||
"minutes": "",
|
||||
"Recurring appointment \/ monthly": ""
|
||||
"Recurring appointment \/ monthly": "",
|
||||
"Search and find Bitcoin Podcast episodes.": ""
|
||||
}
|
||||
@@ -796,5 +796,6 @@
|
||||
"Podcast Episodes": "",
|
||||
"Language": "",
|
||||
"minutes": "",
|
||||
"Recurring appointment \/ monthly": ""
|
||||
"Recurring appointment \/ monthly": "",
|
||||
"Search and find Bitcoin Podcast episodes.": ""
|
||||
}
|
||||
@@ -796,5 +796,6 @@
|
||||
"Podcast Episodes": "",
|
||||
"Language": "",
|
||||
"minutes": "",
|
||||
"Recurring appointment \/ monthly": ""
|
||||
"Recurring appointment \/ monthly": "",
|
||||
"Search and find Bitcoin Podcast episodes.": ""
|
||||
}
|
||||
@@ -796,5 +796,6 @@
|
||||
"Podcast Episodes": "",
|
||||
"Language": "",
|
||||
"minutes": "",
|
||||
"Recurring appointment \/ monthly": ""
|
||||
"Recurring appointment \/ monthly": "",
|
||||
"Search and find Bitcoin Podcast episodes.": ""
|
||||
}
|
||||
@@ -758,5 +758,6 @@
|
||||
"Podcast Episodes": "",
|
||||
"Language": "",
|
||||
"minutes": "",
|
||||
"Recurring appointment \/ monthly": ""
|
||||
"Recurring appointment \/ monthly": "",
|
||||
"Search and find Bitcoin Podcast episodes.": ""
|
||||
}
|
||||
@@ -770,5 +770,6 @@
|
||||
"Podcast Episodes": "",
|
||||
"Language": "",
|
||||
"minutes": "",
|
||||
"Recurring appointment \/ monthly": ""
|
||||
"Recurring appointment \/ monthly": "",
|
||||
"Search and find Bitcoin Podcast episodes.": ""
|
||||
}
|
||||
Reference in New Issue
Block a user