web-stories-wp
web-stories-wp copied to clipboard
Web Stories for WordPress
Let's use [ts-jest](https://github.com/kulshekhar/ts-jest) for improved TypeScript support in Jest so that we can also write unit tests with TypeScript —with proper type checking and not just transpilation. See https://kulshekhar.github.io/ts-jest/docs/babel7-or-ts/ See...
## Feature Description There are few things we need to get going. * Add feature flag (`improvedAutosaves` or something) * In `AutoSaveHandler`, use `autoSave` instead of `saveStory` if flag is...
## Context See #11219 ## Summary ## Relevant Technical Choices ## To-do ## User-facing changes ## Testing Instructions - [x] This is a non-user-facing change and requires no QA This...
## Context The third part media / Gif tab is failing to load -- it throws a snackbar error. ## Summary Updates `sortMediaBySize` to early return if media urls don't...
## Context This feature has been enabled by default in v1.23.0. ## Summary Removes feature flags for: `videoPosterHotlinking` `linkIconHotlinking` `posterHotlinking` ## Relevant Technical Choices ## To-do ## User-facing changes ##...
## Feature Description When the user is editing a story while being offline, can we store autosaves in sessionStorage like Gutenberg does? Then we could display messages like "The backup...
See #1715 for main details. This is for laying the foundation for all the following work.
## Feature Description React 18 is now [available as a release candidate](https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html) The biggest changes relevant for us that I see so far: * Replacing `ReactDOM.render()` with `createRoot()` * Automatic...
As per #5985, let's see if we can implement video cropping to cut off-screen parts of videos Example use cases: * A video element is partially off canvas * Video...
## Feature Description We should be able to cut off-screen parts of videos upon request (cropping the visible parts of the image). Example use cases: * A video element is...