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:
Yassine Doghri 2020-08-27 10:05:44 +00:00
commit 043f49c784
44 changed files with 699 additions and 329 deletions

View file

@ -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>