feat: add js audio player on podcast, admin and embeddable player pages + fix admon episodes ux

- use vimejs as audio player
- add global audio player + play episode buttons on public pages
-
refactor admin episodes list from a grid to a data table
- arrange episode cards to be more
readable

closes #131
This commit is contained in:
Yassine Doghri 2021-08-09 10:28:16 +00:00
commit 0e14eb4d3f
45 changed files with 3259 additions and 593 deletions

View file

@ -43,7 +43,7 @@ class EpisodeModel extends Model
],
'dark' => [
'style' => 'background-color: #001f1a;',
'background' => '#001f1a',
'background' => '#313131',
'text' => '#fff',
'inverted' => '#000',
],