mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 20:47:46 +02:00
feat: add platforms form in podcast settings
- set and remove platform links for a podcast - remove unnecessary fields from platforms and platform_links tables - add platforms svg icons to show in form - update platform and auth seeders - update svgo config for images
This commit is contained in:
parent
9a5d5a15b4
commit
043f49c784
44 changed files with 699 additions and 329 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<a href="<?= route_to(
|
||||
'admin'
|
||||
) ?>" class="inline-flex items-center text-xl">
|
||||
<?= svg('logo-castopod', 'text-3xl mr-2') ?>
|
||||
<?= svg('logo-castopod', 'h-10 mr-2') ?>
|
||||
Admin
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue