* [1852]feat: move images by dragging on the editor
* Update packages/lexical-playground/src/plugins/ImagesPlugin.ts
Co-authored-by: Maksim Horbachevsky <fantactuka@gmail.com>
* chore: skip firefox on win
* chore: re-trigger test
Co-authored-by: Maksim Horbachevsky <fantactuka@gmail.com>
* Add CSS of ImageResizer buttons
* Make the ImageResizer handle more intuitive
- horizontal / vertical resize
- appropriate cursor pointer
* Update test of ImageResizer
* Refactor image-resizer CSS
* Add resize style of cursor pointer on body
* feat: insert image by upload file
* revokeObjectURL on delete
* use base64 data instead of object url
* refactor: make input props explicit
* added e2e tests
* refactor: make exportable type
* fix: e2e failing test
* fix: e2e collab test
* make type read only
* revert Input and create FileInput component
* refactor `Input` to `TextInput`
* remove redundent fallback
* feat: image plugin take arbitrary url
* fix: images e2e test
* refactor: use generalized css class name
* address review comments on InsertImageDialog
* typo
* test: select button with `data-test-id`
* Add attributes formatter (Firefox and Chrome output different order)
* Add html formatter to trigger pritter in VC / precommit hook
* Add html format trigger to tests