web-stories-wp
web-stories-wp copied to clipboard
Web Stories for WordPress
## Context ## Summary ## Relevant Technical Choices ## To-do Move code to `story-editor` 👈 ## User-facing changes ## Testing Instructions - [ ] This is a non-user-facing change and...
## Context Wanted to see whether the editor could run with Preact instead of React. ## Summary ## Relevant Technical Choices Using Preact's compat layer ## To-do * [ ]...
## Context The useless stack traces in Karma have always annoyed me. And now I have finally found a very simple solution, purely by accident. ## Summary Disable `splitChunks` for...
## Context This started as a small proof-of-concept for using TypeScript and now lays the foundation for an initial path towards a partial TypeScript adoption in this code base. ##...
## Context * Add feature flag (`improvedAutosaves` or something) * In `AutoSaveHandler`, use `autoSave` instead of `saveStory` if flag is enabled ## Summary ## Relevant Technical Choices ## To-do ##...
## Feature Description The default editor in WordPress has this mechanism which we want to implement as well. 1. Edit post 1. Make some changes, triggering autosave 1. Close window...
## Feature Description Currently, per #221 we disable autosave for published stories. The proposed change here is: - When user makes changes after they open the published story, we autosave...
## Context TBD ## Summary ## Relevant Technical Choices - Increases the header height a bit to fit the toolbar ## To-do - [ ] Confirm UX - [ ]...
This should help prevent scenarios like #11136 due to improved typing. There's already some POC here that can be leveraged.
This is basically #11323 but for [JSON schema](https://json-schema.org/) Documenting our data model this way would make maintenance easier and increase DX due to the added tooling support. For example, we...