* fix(blocks): handle enter key on image
* reuse mock schema image
* show image block focus
* remove created paragraph
* remove unused utils
* fix delete image when it's the only block
* fix images taller than needed
* handle double enter on code blocks
* rename code translations
* allow forced line breaks
* mark feedback
* don't add paragraph when converting to code block
* move toolbar up one directory
* rename BlocksInput to BlocksContent
* rename BlocksEditor to BlocksInput
* rename parent dir to BlocksInput
* extract BlocksEditor component out of BlocksInput
* pass editor via useBlocksEditorContext hook
* rename Toolbar file to BlocksToolbar
* update test names
* assemble blocks store in context
* add basic unit tests for each block type
* test individual block logic
* simplify wrapper code
* delete useBlocksStore
* rename dir to Blocks
* fix build error
* use type guard for Link element
* pass modifiers via useBlocksEditorContext
* remove useBlocksStore
* fix(pack-up): ensure we pass the tsconfig file name, not a path to it
fix(admin): annotate return type on createBuildContext
fix(admin): ensure shared is a the base folder not importing from server
chore(pack-up): PRINT MOREEEE
fix(ctb): export required type
chore: refactor tsconfigs
* chore: pr amends
* extend BaseBlock type
* use ! on handleEnterKey tests
* fix link duplicate tests
* remove outdated comment
* move withImages to plugin folder
* rename some tests
* feature(content-releases): Add update release service/endpoint
* chore(Content-releases): create update release contract
* chore(content-releases): Add right type to params id
* draft implementation details header
* implementation details ui with mock data
* fix unit tests
* fix fernando comments
* update pages structure
* first raw implementation store with rtk
* refactor(releases): redux toolkit query work
* rename releases page
* merge feature/content-releases
* test(releases): setup test harness for working with the admin app (#18817)
* test(releases): setup test harness for working with the admin app
* chore: remove file that shouldn't be here
* rename releases page
* merge "content-releases/release-details-redirect-after-creation"
* test(releases): setup test harness for working with the admin app
* rename releases page
* merge "content-releases/release-details-redirect-after-creation"
---------
Co-authored-by: Simone Taeggi <startae14@gmail.com>
* fix Fernando's review comments
---------
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>