web-stories-wp
web-stories-wp copied to clipboard
Web Stories for WordPress
## Task Description Now that this has been enabled by default in the last release we can remove the relevant code bits.
## Task Description Now that this has been enabled by default in the last release we can remove the relevant code bits.
## Task Description The two element packages must be converted to TypeScript. The types for the specific elements as well as for general elements (and classes of elements, such as...
While the video is processing, the poster in the media library looks wrong and the correct poster image kicks in later.
## Bug Description Found during testing of #12349 but recreated in `main branch` as well. There is a crash when user tries to trim a video that was recorded in...
## Feature Description In [dashboard](https://github.com/GoogleForCreators/web-stories-wp/blob/main/includes/Admin/Dashboard.php), there is a [method](https://github.com/GoogleForCreators/web-stories-wp/blob/f7106d160ff00dca4ec1e2441ddf5c0c85c82319/includes/Admin/Dashboard.php#L305-L388) to preload data. However for the editor, data is [hardcoded](https://github.com/GoogleForCreators/web-stories-wp/blob/f7106d160ff00dca4ec1e2441ddf5c0c85c82319/includes/templates/admin/edit-story.php#L34-L159) in [edit-story.php](https://github.com/GoogleForCreators/web-stories-wp/blob/f7106d160ff00dca4ec1e2441ddf5c0c85c82319/includes/templates/admin/edit-story.php#L1). For consistency these should be moved to the editor...
## Bug Description Lucky found this obscure bug where the checklist in the editor shows a warning about incorrect poster dimensions, even though the poster definitely has the right size....
## Context This removes the long-enabled feature flag for extra pages. ## To-do - [x] Remove flag and flag usage - [ ] Check if all tests still work ##...
## Context This removes the long-enabled feature flag for trimming a newly-made recording. ## To-do - [x] Remove flag and flag usage - [ ] Check if all tests still...
## Context Now that this has been enabled by default in https://github.com/GoogleForCreators/web-stories-wp/pull/12019 in the last release we can remove the relevant code bits. ## Summary Removes tenorStickers flag ## Relevant...