fix(ux): allow for empty message upon episode publication and warn user on submit
- clarify distiction between the announcement post and the show notes - change "note" occurences in UI by "post" - show warning message explaining why the podcaster should fill the message area - the podcaster can choose to publish the episode with an empty message anyways - redirect user to episode dashboard with error message when episode publication pages are inaccessible instead of showing a 404 error - add a cancel publication button in publish-edit form when episode is scheduled closes #129
parent
8f3e9d90
No related branches found
No related tags found
Showing
- app/Config/Routes.php 9 additions, 0 deletionsapp/Config/Routes.php
- app/Controllers/Admin/EpisodeController.php 53 additions, 6 deletionsapp/Controllers/Admin/EpisodeController.php
- app/Helpers/components_helper.php 2 additions, 2 deletionsapp/Helpers/components_helper.php
- app/Language/en/Episode.php 13 additions, 4 deletionsapp/Language/en/Episode.php
- app/Language/en/Podcast.php 2 additions, 2 deletionsapp/Language/en/Podcast.php
- app/Language/fr/Episode.php 13 additions, 4 deletionsapp/Language/fr/Episode.php
- app/Language/fr/Podcast.php 2 additions, 2 deletionsapp/Language/fr/Podcast.php
- app/Libraries/ActivityPub/Models/StatusModel.php 1 addition, 1 deletionapp/Libraries/ActivityPub/Models/StatusModel.php
- app/Views/_assets/admin.ts 2 additions, 0 deletionsapp/Views/_assets/admin.ts
- app/Views/_assets/modules/PublishMessageWarning.ts 51 additions, 0 deletionsapp/Views/_assets/modules/PublishMessageWarning.ts
- app/Views/admin/episode/publish.php 83 additions, 74 deletionsapp/Views/admin/episode/publish.php
- app/Views/admin/episode/publish_edit.php 69 additions, 45 deletionsapp/Views/admin/episode/publish_edit.php
Loading