castopod/app/Views/admin
Yassine Doghri 4f1e773c0f feat(episodes): schedule episode with future publication_date by using cache expiration time
- merge publication date fields into one field instanciated with flatpickr datetime picker
- get user timezone to convert user publication_date input to UTC
- remove setPublishedAt() method from episode entity
- add publication pill component to display the episode publication date info
- clear cache after episode insert
- use CI is_really_writable() helper in install instead of is_writable()
- fix latest episodes layout
- update tsconfig to only include ts folders
- update DEPENDENCIES.md to include flatpickr
- add format_duration helper to format episode enclosure duration instead of translating it (causes
translation bug)
- add Time.ts module to convert UTC time to user localized time for episode publication dates
- fix some layout issues
- update php and js dependencies to latest versions

closes #47
2020-10-22 17:41:59 +00:00
..
_partials feat: enhance admin ui with responsive design and ux improvements 2020-10-15 14:41:56 +00:00
contributor feat: enhance admin ui with responsive design and ux improvements 2020-10-15 14:41:56 +00:00
episode feat(episodes): schedule episode with future publication_date by using cache expiration time 2020-10-22 17:41:59 +00:00
my_account feat(episodes): schedule episode with future publication_date by using cache expiration time 2020-10-22 17:41:59 +00:00
page feat: enhance admin ui with responsive design and ux improvements 2020-10-15 14:41:56 +00:00
podcast feat(episodes): schedule episode with future publication_date by using cache expiration time 2020-10-22 17:41:59 +00:00
user feat(episodes): schedule episode with future publication_date by using cache expiration time 2020-10-22 17:41:59 +00:00
_layout.php feat(episodes): schedule episode with future publication_date by using cache expiration time 2020-10-22 17:41:59 +00:00
_sidebar.php fix: fix layout bugs in admin and update translation files 2020-10-15 14:42:23 +00:00
dashboard.php fix: fix layout bugs in admin and update translation files 2020-10-15 14:42:23 +00:00